History log of /freebsd-10-stable/lib/libedit/hist.h
Revision Date Author Comments
# 278411 08-Feb-2015 bapt

MFC: r265863

libedit: add H_SAVE_FP which saves history to a file pointer.

H_SAVE_FP is similar to H_SAVE but operates on a FILE* instead of a filename.
This is useful when operating in capability mode.

Reviewed by: christos@NetBSD.org, pfg


# 278411 08-Feb-2015 bapt

MFC: r265863

libedit: add H_SAVE_FP which saves history to a file pointer.

H_SAVE_FP is similar to H_SAVE but operates on a FILE* instead of a filename.
This is useful when operating in capability mode.

Reviewed by: christos@NetBSD.org, pfg