]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Transfer input only if the stdin is a pty.
authorTakashi Yano via Cygwin-patches <cygwin-patches@cygwin.com>
Tue, 9 Mar 2021 03:23:34 +0000 (12:23 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 9 Mar 2021 10:21:10 +0000 (11:21 +0100)
commitd10d0d9b03f858b10fa4b9a5dd0dd0c5364ca439
tree48c83e0f5f78f91f490902a3c8359ae2f007f5ac
parent11ae6943eb107a3ca7a2da988c94a2bebaca425a
Cygwin: pty: Transfer input only if the stdin is a pty.

- The commit 12325677f73a did not fix enough. With this patch, more
  transfer_input() calls are skipped if stdin is redirected or piped.
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/spawn.cc
This page took 0.032232 seconds and 5 git commands to generate.