Re: [PATCH] Cygwin: pty: Make rlwrap work with cmd.exe.

2021-04-20 Thread Corinna Vinschen
On Apr 20 05:51, Takashi Yano wrote: > On Mon, 19 Apr 2021 16:19:09 +0200 > Corinna Vinschen wrote: > > Hi Takashi, > > > > On Apr 19 20:51, Takashi Yano wrote: > > > - After the commit 919dea66, "rlwrap cmd" fails to start pseudo > > > console. This patch fixes the issue. > > > --- > > > winsu

Re: [PATCH] Cygwin: pty: Make rlwrap work with cmd.exe.

2021-04-19 Thread Takashi Yano
On Mon, 19 Apr 2021 16:19:09 +0200 Corinna Vinschen wrote: > Hi Takashi, > > On Apr 19 20:51, Takashi Yano wrote: > > - After the commit 919dea66, "rlwrap cmd" fails to start pseudo > > console. This patch fixes the issue. > > --- > > winsup/cygwin/fhandler_tty.cc | 2 ++ > > 1 file changed, 2

Re: [PATCH] Cygwin: pty: Make rlwrap work with cmd.exe.

2021-04-19 Thread Corinna Vinschen
Hi Takashi, On Apr 19 20:51, Takashi Yano wrote: > - After the commit 919dea66, "rlwrap cmd" fails to start pseudo > console. This patch fixes the issue. > --- > winsup/cygwin/fhandler_tty.cc | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygw

[PATCH] Cygwin: pty: Make rlwrap work with cmd.exe.

2021-04-19 Thread Takashi Yano
- After the commit 919dea66, "rlwrap cmd" fails to start pseudo console. This patch fixes the issue. --- winsup/cygwin/fhandler_tty.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc index ba9f4117f..d44728795 100644 --- a/winsu