[PATCH 0/1] Cygwin: pty: Prevent the helper process from exiting by Ctrl-C.

2019-09-09 Thread Takashi Yano
The helper process cygwin-console-helper.exe exsited by Ctrl-C in some situation. This patch fixes this issue. Takashi Yano (1): Cygwin: pty: Prevent the helper process from exiting by Ctrl-C. winsup/utils/cygwin-console-helper.cc | 1 + 1 file changed, 1 insertion(+) -- 2.21.0

[PATCH 1/1] Cygwin: pty: Prevent the helper process from exiting by Ctrl-C.

2019-09-09 Thread Takashi Yano
--- winsup/utils/cygwin-console-helper.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/winsup/utils/cygwin-console-helper.cc b/winsup/utils/cygwin-console-helper.cc index ad451ecf5..66004bd15 100644 --- a/winsup/utils/cygwin-console-helper.cc +++ b/winsup/utils/cygwin-console-helper.cc @@