This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 0/1] Cygwin: pty: Fix the behaviour of Ctrl-C in the pseudo console mode.


Sorry again. Please apply v3.

On Fri,  6 Sep 2019 23:42:38 +0900
Takashi Yano <takashi.yano@nifty.ne.jp> wrote:

> - When the I/O pipe is switched to the pseudo console side, the
>   behaviour of Ctrl-C is unstable. This rarely happens, however,
>   for example, shell sometimes crashes by Ctrl-C in that situation.
>   This patch fixes that issue.
> 
> v2:
> Remove the code which accidentally clears ENABLE_ECHO_INPUT flag.
> 
> Takashi Yano (1):
>   Cygwin: pty: Fix the behaviour of Ctrl-C in the pseudo console mode.
> 
>  winsup/cygwin/fhandler.h      |   4 +-
>  winsup/cygwin/fhandler_tty.cc |  32 +++++----
>  winsup/cygwin/select.cc       |   2 +-
>  winsup/cygwin/spawn.cc        | 128 +++++++++++++++++-----------------
>  4 files changed, 88 insertions(+), 78 deletions(-)
> 
> -- 
> 2.21.0
> 


-- 
Takashi Yano <takashi.yano@nifty.ne.jp>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]