]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Isolate CTRL_C_EVENTs between ptys.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Mon, 28 Feb 2022 11:25:09 +0000 (20:25 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Mon, 28 Feb 2022 11:25:09 +0000 (20:25 +0900)
commit95a28b1f9ed78a873b4bc30e1ffc39ddb23a13a3
tree11137be10d7cac3a506024b4ad855c884107e4d0
parent8ff9f216fdeca40b0f761fb09458da932dd70027
Cygwin: pty: Isolate CTRL_C_EVENTs between ptys.

- With this patch, unique invisible consoles are created for each pty
  to isolate CTRL_C_EVENTs between ptys. This is necessary by Ctrl-C
  handling in fhandler_termios::process_sigs() for non-cygwin apps
  started in pty if the pseudo console is disabled.
winsup/cygwin/fhandler_termios.cc
winsup/cygwin/fhandler_tty.cc
This page took 0.035568 seconds and 5 git commands to generate.