diff options
author | Christopher Faylor <me@cgf.cx> | 2003-02-13 02:52:41 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-02-13 02:52:41 +0000 |
commit | 7a44ba059bef3cea74e2c2005e9c781592840e8e (patch) | |
tree | 9b12a6f39a9f937a95c7aad833adeda78330000f /winsup/cygwin/fhandler_termios.cc | |
parent | 4cf24d14427f7f2ebd25a02ff869ec89dade5eae (diff) | |
download | cygnal-7a44ba059bef3cea74e2c2005e9c781592840e8e.tar.gz cygnal-7a44ba059bef3cea74e2c2005e9c781592840e8e.tar.bz2 cygnal-7a44ba059bef3cea74e2c2005e9c781592840e8e.zip |
* spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code.
Diffstat (limited to 'winsup/cygwin/fhandler_termios.cc')
-rw-r--r-- | winsup/cygwin/fhandler_termios.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_termios.cc b/winsup/cygwin/fhandler_termios.cc index 0dda0105d..411646415 100644 --- a/winsup/cygwin/fhandler_termios.cc +++ b/winsup/cygwin/fhandler_termios.cc @@ -308,7 +308,7 @@ fhandler_termios::line_edit (const char *rptr, int nread, termios& ti) else if (CCEQ (ti.c_cc[VEOF], c)) { termios_printf ("EOF"); - (void) accept_input(); + (void) accept_input (); ret = line_edit_input_done; continue; } |