COHERENT manpages

This page displays the COHERENT manpage for add_history() [Add a line to history buffer].

List of available manpages
Index


add_history() -- Editing Function (libedit)

Add a line to history buffer
void add_history(line)
char *line;

The function add_history() adds line to a ``history'' buffer, from which it
can be  retrieved by the function readline(). line  must have been returned
by readline().

See Also

libedit,
readline()