diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-27 23:58:35 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-27 23:58:35 +0000 |
| commit | 5af16a0159fa44f4e9afbc37cbb9c9e6063fdd06 (patch) | |
| tree | cbe8c28eb0414713944704e62a843c243f93ae5e /lib/libedit/read.c | |
| parent | 94375988c6fc170f78e2be84b5c67531df92cae3 (diff) | |
Notes
Diffstat (limited to 'lib/libedit/read.c')
| -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 2db1942e083f..8193431b258e 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) |
