Revert erroneous checkin.
This commit is contained in:
parent
94c0e197f0
commit
505f9ba17a
|
@ -585,11 +585,6 @@ fhandler_console::open (path_conv *, int flags, mode_t)
|
||||||
cflags |= ENABLE_PROCESSED_INPUT;
|
cflags |= ENABLE_PROCESSED_INPUT;
|
||||||
SetConsoleMode (get_io_handle (), ENABLE_WINDOW_INPUT | ENABLE_MOUSE_INPUT | cflags);
|
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);
|
TTYCLEARF (RSTCONS);
|
||||||
set_open_status ();
|
set_open_status ();
|
||||||
|
|
Loading…
Reference in New Issue