diff options
-rw-r--r-- | lib/libedit/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/read.c b/lib/libedit/read.c index 2db1942..8193431 100644 --- a/lib/libedit/read.c +++ b/lib/libedit/read.c @@ -438,8 +438,8 @@ el_gets(el, nread) } } - (void) tty_cookedmode(el); /* make sure the tty is set up correctly */ term__flush(); /* flush any buffered output */ + (void) tty_cookedmode(el); /* make sure the tty is set up correctly */ if (el->el_flags & HANDLE_SIGNALS) sig_clr(el); if (nread) |