Re: [PATCH] Cygwin: console, pty: Stop ignoring Ctrl-C by IGNBRK.

2021-03-08 Thread Corinna Vinschen via Cygwin-patches
On Mar 7 10:41, Takashi Yano via Cygwin-patches wrote: > - Perhaps current code misunderstand meaning of the IGNBRK. As far > as I investigated, IGNBRK is concerned with break signal in serial > port but there is no evidence that it has effect to ignore Ctrl-C. > This patch stops ignoring

[PATCH] Cygwin: console, pty: Stop ignoring Ctrl-C by IGNBRK.

2021-03-06 Thread Takashi Yano via Cygwin-patches
- Perhaps current code misunderstand meaning of the IGNBRK. As far as I investigated, IGNBRK is concerned with break signal in serial port but there is no evidence that it has effect to ignore Ctrl-C. This patch stops ignoring Ctrl-C by IGNBRK for non-cygwin apps. ---