]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: console: Add workaround for broken CSI3J in Win10 1809.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Tue, 14 Jan 2020 01:53:59 +0000 (10:53 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 14 Jan 2020 16:17:20 +0000 (17:17 +0100)
commitf03806b68a556323f858f816e391fadb01b287bb
tree1bbd4ffee2a3def9ddf6f19781905c0fe0381571
parentd7478090d684ad92773330f1abdff660b537da49
Cygwin: console: Add workaround for broken CSI3J in Win10 1809.

- In Win10 1809, the cursor position sometimes goes out of screen
  by clear command in console. This seems to be caused by escape
  sequence CSI3J (ESC[3J). This happens only for 1809. This patch
  is a workaround for the issue.
winsup/cygwin/fhandler_console.cc
winsup/cygwin/wincap.cc
winsup/cygwin/wincap.h
This page took 0.026814 seconds and 5 git commands to generate.