Re: [PATCH] Cygwin: termios: Set ECHOE, ECHOK, ECHOCTL and ECHOKE by default.

2020-05-19 Thread Brian Inglis
On 2020-05-17 18:50, Takashi Yano wrote: > On Mon, 18 May 2020 01:21:07 +0200, Kacper Michajlow wrote: >> On Sun, 17 May 2020 at 04:53, Takashi Yano wrote: >>> - Backspace key does not work correctly in linux session opend by >>> ssh from cygwin console if the shell is bash. This is due to lack

Re: [PATCH] Cygwin: termios: Set ECHOE, ECHOK, ECHOCTL and ECHOKE by default.

2020-05-19 Thread Corinna Vinschen
On May 17 11:34, Takashi Yano via Cygwin-patches wrote: > - Backspace key does not work correctly in linux session opend by > ssh from cygwin console if the shell is bash. This is due to lack > of these flags. > > Addresses: https://cygwin.com/pipermail/cygwin/2020-May/244837.html. > --- >

Re: [PATCH] Cygwin: termios: Set ECHOE, ECHOK, ECHOCTL and ECHOKE by default.

2020-05-17 Thread Takashi Yano via Cygwin-patches
On Mon, 18 May 2020 01:21:07 +0200 Kacper Michajlow via Cygwin-patches wrote: > On Sun, 17 May 2020 at 04:53, Takashi Yano via Cygwin-patches < > cygwin-patches@cygwin.com> wrote: > > > - Backspace key does not work correctly in linux session opend by > > ssh from cygwin console if the shell

Re: [PATCH] Cygwin: termios: Set ECHOE, ECHOK, ECHOCTL and ECHOKE by default.

2020-05-17 Thread Kacper Michajlow via Cygwin-patches
On Sun, 17 May 2020 at 04:53, Takashi Yano via Cygwin-patches < cygwin-patches@cygwin.com> wrote: > - Backspace key does not work correctly in linux session opend by > ssh from cygwin console if the shell is bash. This is due to lack > of these flags. > > Addresses:

[PATCH] Cygwin: termios: Set ECHOE, ECHOK, ECHOCTL and ECHOKE by default.

2020-05-16 Thread Takashi Yano via Cygwin-patches
- Backspace key does not work correctly in linux session opend by ssh from cygwin console if the shell is bash. This is due to lack of these flags. Addresses: https://cygwin.com/pipermail/cygwin/2020-May/244837.html. --- winsup/cygwin/fhandler_termios.cc | 3 ++- 1 file changed, 2