]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Fix reopening slave in push_to_pcon_screenbuffer().
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Tue, 21 Jan 2020 14:41:44 +0000 (23:41 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 22 Jan 2020 08:57:03 +0000 (09:57 +0100)
commitda4ee7d60b9ff0bcdc081609a4467adb428d58e6
treef0f4e044e7d88b9f30a296015dc487eab240f1b2
parent4e78f8ea163fec468072e8fe1f498b9abaaf838f
Cygwin: pty: Fix reopening slave in push_to_pcon_screenbuffer().

- For programs compiled with -mwindows option, reopening slave is
  needed in push_to_pcon_screenbuffer(), however, it was not at
  appropriate place. This causes the problem reported in
  https://www.cygwin.com/ml/cygwin/2020-01/msg00161.html. This
  patch fixes the issue.
winsup/cygwin/fhandler_tty.cc
This page took 0.029376 seconds and 5 git commands to generate.