]> sourceware.org Git - newlib-cygwin.git/commitdiff
Revert erroneous checkin.
authorChristopher Faylor <me@cgf.cx>
Mon, 26 Nov 2001 20:21:27 +0000 (20:21 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 26 Nov 2001 20:21:27 +0000 (20:21 +0000)
winsup/cygwin/fhandler_console.cc

index ae3608c1177382f7a290a5f3f20c9e61bcdfad09..3598810cb0b08b5dfc2fc5b328e2f3ae649bf3e4 100644 (file)
@@ -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 ();
This page took 0.030349 seconds and 5 git commands to generate.