Re: [PATCH] Cygwin: console: Adjust the detailed behaviour of ESC sequences.

2020-02-28 Thread Corinna Vinschen
On Feb 27 11:33, Takashi Yano wrote: > - This patch makes some detailed behaviour of ESC sequences such as > "CSI Ps L" (IL), "CSI Ps M" (DL) and "ESC M" (RI) in xterm mode > match with real xterm. > --- > winsup/cygwin/fhandler.h | 1 + > winsup/cygwin/fhandler_console.cc | 51 +

[PATCH] Cygwin: console: Adjust the detailed behaviour of ESC sequences.

2020-02-26 Thread Takashi Yano
- This patch makes some detailed behaviour of ESC sequences such as "CSI Ps L" (IL), "CSI Ps M" (DL) and "ESC M" (RI) in xterm mode match with real xterm. --- winsup/cygwin/fhandler.h | 1 + winsup/cygwin/fhandler_console.cc | 51 ++- 2 files changed, 45 i