Re: [PATCH] Cygwin: pty: Fix a bug regarding ESC[?3h and ESC[?3l handling.

2019-12-18 Thread Corinna Vinschen
On Dec 19 01:07, Takashi Yano wrote: > - Midnight commander (mc) does not work after the commit > 1626569222066ee601f6c41b29efcc95202674b7 as reported in > https://www.cygwin.com/ml/cygwin/2019-12/msg00173.html. > This patch fixes the issue. > --- > winsup/cygwin/fhandler_tty.cc | 7 +--

[PATCH] Cygwin: pty: Fix a bug regarding ESC[?3h and ESC[?3l handling.

2019-12-18 Thread Takashi Yano
- Midnight commander (mc) does not work after the commit 1626569222066ee601f6c41b29efcc95202674b7 as reported in https://www.cygwin.com/ml/cygwin/2019-12/msg00173.html. This patch fixes the issue. --- winsup/cygwin/fhandler_tty.cc | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-)