mirror of
https://github.com/troglobit/editline.git
synced 2025-09-16 08:28:09 +08:00
Make sure rl_instream defaults to NULL and add rl_outstream.
This commit is contained in:
@@ -47,6 +47,8 @@ extern int rl_mark;
|
||||
extern int rl_end;
|
||||
extern char *rl_line_buffer;
|
||||
extern const char *rl_readline_name;
|
||||
extern FILE *rl_instream; /* The stdio stream from which input is read. Defaults to stdin if NULL - Not supported yet! */
|
||||
extern FILE *rl_outstream; /* The stdio stream to which output is flushed. Defaults to stdout if NULL - Not supported yet! */
|
||||
extern int el_no_echo; /* e.g under emacs, don't echo except prompt */
|
||||
extern int el_hist_size; /* size of history scrollback buffer, default: 15 */
|
||||
|
||||
|
Reference in New Issue
Block a user