]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: console: Correct the past fix for apps which open pty.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Sun, 27 Feb 2022 03:33:08 +0000 (12:33 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Sun, 27 Feb 2022 03:46:05 +0000 (12:46 +0900)
commitd857df6f088dc8402ec45bb5a15af2aaca254d64
tree3102ed7e59f827a11e78d7e2ac689c4f0e22845d
parent696a713bf264024997d7dc5ca18d5332a07d6203
Cygwin: console: Correct the past fix for apps which open pty.

- The commit "Cygwin: console: Fix issues of apps which open pty."
  did not fix the second problem correctly. That commit looked to
  fix the issue, but the actual problem was that ctrl_c_handler()
  should be reregistered *AFTER* FreeConsole()/AttachConsole().
  This patch correct that.
winsup/cygwin/fhandler_termios.cc
This page took 0.030676 seconds and 5 git commands to generate.