mirror of
https://github.com/troglobit/editline.git
synced 2025-07-20 02:31:11 +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:
parent
59a2db7217
commit
d7ebad1c4b
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user