mirror of
https://github.com/troglobit/editline.git
synced 2025-09-18 02:08:08 +08:00
add tty_flush to rl_forced_update_display
Forcing update should flush, otherwise weird stuff happen when writing to console asynchronously (cursor is moved, text is not displayed).
This commit is contained in:
@@ -1170,6 +1170,7 @@ void rl_clear_message(void)
|
|||||||
void rl_forced_update_display()
|
void rl_forced_update_display()
|
||||||
{
|
{
|
||||||
redisplay();
|
redisplay();
|
||||||
|
tty_flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
char *readline(const char *prompt)
|
char *readline(const char *prompt)
|
||||||
|
Reference in New Issue
Block a user