Re: [PATCH] Cygwin: pty: Revise the workaround for rlwrap.

2020-12-16 Thread Corinna Vinschen via Cygwin-patches
On Dec 16 18:10, Takashi Yano via Cygwin-patches wrote: > - Previous workaround has a problem that screen is distorted if up > arrow key is pressed at the first line after running "rlwrap cmd". > This patch fixes the issue. > --- > winsup/cygwin/fhandler_tty.cc | 4 ++-- > 1 file changed, 2 in

[PATCH] Cygwin: pty: Revise the workaround for rlwrap.

2020-12-16 Thread Takashi Yano via Cygwin-patches
- Previous workaround has a problem that screen is distorted if up arrow key is pressed at the first line after running "rlwrap cmd". This patch fixes the issue. --- winsup/cygwin/fhandler_tty.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/fhandler_tty