Re: [PATCH] Cygwin: console: Add workaround for broken CSI3J in Win10 1809.

2020-01-13 Thread Corinna Vinschen
On Jan 1 15:52, Takashi Yano wrote: > - 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/f

[PATCH] Cygwin: console: Add workaround for broken CSI3J in Win10 1809.

2019-12-31 Thread Takashi Yano
- 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 | 12 + winsup/cygwin/