]> sourceware.org Git - newlib-cygwin.git/commit
* fhandler.h (fhandler_console::send_winch_maybe): New method.
authorChristopher Faylor <me@cgf.cx>
Mon, 19 Aug 2002 04:43:58 +0000 (04:43 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 19 Aug 2002 04:43:58 +0000 (04:43 +0000)
commitc060edba342decad9f5e29837a04cf82ff61b7a0
tree243725d46a0926fd8c6243363cde0e3c173d0bdf
parenta94b60cea46803ad239495fe0fe3fbcc13766b81
* fhandler.h (fhandler_console::send_winch_maybe): New method.
* fhandler_console.cc (set_console_state_for_spawn): Remove if 0'ed code.
(fhandler_console::send_winch_maybe): Define new method.
(fhandler_console::read): Use send_winch_maybe where appropriate.
(fhandler_console::init): Just call all tcsetattr rather than output_tcsetattr.
* select.cc (peek_console): Reorganize so that send_winch_maybe is called for
everything but keyboard input.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_console.cc
winsup/cygwin/select.cc
This page took 0.029246 seconds and 5 git commands to generate.