diff options
author | Christopher Faylor <me@cgf.cx> | 2001-11-26 20:21:27 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-11-26 20:21:27 +0000 |
commit | 505f9ba17a27a10c0986c45ebdd61a6361441a15 (patch) | |
tree | 83eec1f7a7395fbb268100df9c29f57104d1df88 | |
parent | 94c0e197f08936400f004b8aac75928c8ca5ba75 (diff) | |
download | newlib-505f9ba17a27a10c0986c45ebdd61a6361441a15.zip newlib-505f9ba17a27a10c0986c45ebdd61a6361441a15.tar.gz newlib-505f9ba17a27a10c0986c45ebdd61a6361441a15.tar.bz2 |
Revert erroneous checkin.
-rw-r--r-- | winsup/cygwin/fhandler_console.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/cygwin/fhandler_console.cc b/winsup/cygwin/fhandler_console.cc index ae3608c..3598810 100644 --- a/winsup/cygwin/fhandler_console.cc +++ b/winsup/cygwin/fhandler_console.cc @@ -585,11 +585,6 @@ fhandler_console::open (path_conv *, int flags, mode_t) cflags |= ENABLE_PROCESSED_INPUT; SetConsoleMode (get_io_handle (), ENABLE_WINDOW_INPUT | ENABLE_MOUSE_INPUT | cflags); } - if (GetConsoleMode (get_output_handle (), &cflags)) - { - cflags |= ENABLE_PROCESSED_OUTPUT; - SetConsoleMode (get_io_handle (), cflags); - } TTYCLEARF (RSTCONS); set_open_status (); |