rl_refresh_line(): new (undocumented) readline compat fn

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2017-12-02 21:14:14 +01:00
parent 29a71a53d0
commit 779db8817e
2 changed files with 7 additions and 0 deletions

View File

@@ -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);