Re: [PATCH] Cygwin: pty: Fix screen distortion after using less for native apps.

2020-06-01 Thread Corinna Vinschen
On Jun 1 15:21, Takashi Yano via Cygwin-patches wrote: > Hi Corinna, > > On Mon, 1 Jun 2020 15:16:18 +0900 > Takashi Yano wrote: > > - If the output of non-cygwin apps is browsed using less, screen is > > ocasionally distorted after less exits. This frequently happens > > if cmd.exe is

Re: [PATCH] Cygwin: pty: Fix screen distortion after using less for native apps.

2020-06-01 Thread Takashi Yano via Cygwin-patches
Hi Corinna, On Mon, 1 Jun 2020 15:16:18 +0900 Takashi Yano wrote: > - If the output of non-cygwin apps is browsed using less, screen is > ocasionally distorted after less exits. This frequently happens > if cmd.exe is executed after less. This patch fixes the issue. I have submitted this

[PATCH] Cygwin: pty: Fix screen distortion after using less for native apps.

2020-06-01 Thread Takashi Yano via Cygwin-patches
- If the output of non-cygwin apps is browsed using less, screen is ocasionally distorted after less exits. This frequently happens if cmd.exe is executed after less. This patch fixes the issue. --- winsup/cygwin/fhandler_tty.cc | 19 +++ 1 file changed, 11 insertions(+), 8