]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: console: Fix SIGWINCH handling in Win7.
authorTakashi Yano via Cygwin-patches <cygwin-patches@cygwin.com>
Thu, 18 Feb 2021 09:01:27 +0000 (18:01 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 19 Feb 2021 16:56:08 +0000 (17:56 +0100)
commit2b9219b4a54e897d6a5ae6815d75ffec4de1f785
tree3f1039ac101ac82e6f264d1578f4bf304bf4f3aa
parent038d4a78f9ac662430b10c01919fd3d8542b106f
Cygwin: console: Fix SIGWINCH handling in Win7.

- If ENABLE_VIRTUAL_TERMINAL_INPUT is not set, changing window height
  does not generate WINDOW_BUFFER_SIZE_EVENT. This happens if console
  is in the legacy mode. Therefore, with this patch, the windows size
  is checked every time in cons_master_thread() if the cosole is in
  the legacy mode.
winsup/cygwin/fhandler_console.cc
This page took 0.028717 seconds and 5 git commands to generate.