]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Fix Ctrl-C handling for non-cygwin apps in background.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Sun, 12 Dec 2021 12:20:47 +0000 (21:20 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Sun, 12 Dec 2021 12:46:24 +0000 (21:46 +0900)
commite91ea41ef1be3d3e52c451c7bd691e0c2b7de910
tree2efdb9072b7958e168ea9d909df2f9803b7ac3f8
parentacc44e09d1d06ae8fdf96ea8d7272de10dd6007b
Cygwin: pty: Fix Ctrl-C handling for non-cygwin apps in background.

- With pseudo console enabled, if the non-cygwin app is started in
  the background and put it into the foreground, the process cannot
  be stopped by Ctrl-C. This patch fixes the issue.
winsup/cygwin/fhandler_tty.cc
This page took 0.028772 seconds and 5 git commands to generate.