Re: [PATCH 1/1] Cygwin: console: Add workaround for windows xterm compatible mode bug.

2019-08-12 Thread Corinna Vinschen
On Aug 12 22:47, Takashi Yano wrote: > - The horizontal tab positions are broken after resizing console window. > This seems to be a bug of xterm compatible mode of windows console. > This workaround fixes this problem. > --- > winsup/cygwin/fhandler_console.cc | 19 +++ > 1 fi

[PATCH 1/1] Cygwin: console: Add workaround for windows xterm compatible mode bug.

2019-08-12 Thread Takashi Yano
- The horizontal tab positions are broken after resizing console window. This seems to be a bug of xterm compatible mode of windows console. This workaround fixes this problem. --- winsup/cygwin/fhandler_console.cc | 19 +++ 1 file changed, 19 insertions(+) diff --git a/winsup