mirror of
https://github.com/troglobit/editline.git
synced 2025-09-16 16:58:09 +08:00
Refactor tty_info() to make rl_reset_terminal() useful.
This commit is contained in:
@@ -61,7 +61,7 @@ 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 */
|
||||
|
||||
extern void rl_initialize(void);
|
||||
extern void rl_reset_terminal(char *p);
|
||||
extern void rl_reset_terminal(const char *terminal_name);
|
||||
|
||||
extern char *readline(const char *prompt);
|
||||
extern void add_history(const char *line);
|
||||
|
Reference in New Issue
Block a user