]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Transfer input for native app only if the stdin is pcon.
authorTakashi Yano via Cygwin-patches <cygwin-patches@cygwin.com>
Mon, 8 Mar 2021 14:55:10 +0000 (23:55 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 8 Mar 2021 15:33:53 +0000 (16:33 +0100)
commit12325677f73a540d1e515cfc742395c2716d8964
treeb2187a233b789938e4f91b4b931a8280c93867d3
parenta9ff2cad68fa38d002b50e28e510c192beec787f
Cygwin: pty: Transfer input for native app only if the stdin is pcon.

- Currently, transfer input is triggered even if the stdin of native
  app is not a pseudo console. With this patch it is triggered only
  if the stdin is a pseudo console.
winsup/cygwin/fhandler_tty.cc
This page took 0.030632 seconds and 5 git commands to generate.