mirror of
https://github.com/troglobit/editline.git
synced 2025-09-15 15:58:11 +08:00
rl_refresh_line(): new (undocumented) readline compat fn
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
@@ -96,6 +96,7 @@ extern void rl_deprep_terminal (void);
|
||||
|
||||
extern int rl_getc(void);
|
||||
extern int rl_insert_text (const char *text);
|
||||
extern int rl_refresh_line (int ignore1, int ignore2);
|
||||
|
||||
extern char *readline (const char *prompt);
|
||||
|
||||
|
Reference in New Issue
Block a user