]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Fix Ctrl-C handling further for non-cygwin apps.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Mon, 13 Dec 2021 10:25:22 +0000 (19:25 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Mon, 13 Dec 2021 10:43:02 +0000 (19:43 +0900)
commit8d8724ee1b5aa6a1b080c76a0dec3678136d4981
treed80d7c4393c223642c724dfefe251535a62d25f5
parent90788821b7d8f48e7f5e31fed68e54856a97b577
Cygwin: pty: Fix Ctrl-C handling further for non-cygwin apps.

- The recent commit: "Cygwin: pty: Fix Ctrl-C handling for non-cygwin
  apps in background." causes the problem that cmd.exe is terminated
  by Ctrl-C even if it is running in pseudo console. This patch fixes
  the issue.
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/include/sys/cygwin.h
winsup/cygwin/spawn.cc
This page took 0.042407 seconds and 5 git commands to generate.