Re: [PATCH] Cygwin: pty: Reflect tty settings to pseudo console mode.

2021-02-19 Thread Corinna Vinschen via Cygwin-patches
On Feb 18 18:05, Takashi Yano via Cygwin-patches wrote: > - With this patch, tty setting such as echo, icanon, isig and onlcr > are reflected to pseudo console mode. > --- > winsup/cygwin/fhandler_tty.cc | 27 +++ > 1 file changed, 27 insertions(+) > > diff --git a/winsu

[PATCH] Cygwin: pty: Reflect tty settings to pseudo console mode.

2021-02-18 Thread Takashi Yano via Cygwin-patches
- With this patch, tty setting such as echo, icanon, isig and onlcr are reflected to pseudo console mode. --- winsup/cygwin/fhandler_tty.cc | 27 +++ 1 file changed, 27 insertions(+) diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc index 5afede8