e5fcc5837c
Previously, the pty master sends inputs to the pipe for cygwin app even when pseudo console is activated if stdin is not the pty. This causes the problem that key input is not sent to non cygwin app even if the app opens CONIN$. This patch sets switch_to_nat_pipe to true regardless whether stdin is the pty or not to allow that case. https://cygwin.com/pipermail/cygwin/2023-April/253424.html Reported-by: Wladislav Artsimovich <cygwin@frost.kiwi> Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp> |
||
---|---|---|
.. | ||
base.cc | ||
clipboard.cc | ||
console.cc | ||
cygdrive.cc | ||
dev.cc | ||
dev_fd.cc | ||
disk_file.cc | ||
dsp.cc | ||
fifo.cc | ||
floppy.cc | ||
mqueue.cc | ||
netdrive.cc | ||
nodevice.cc | ||
null.cc | ||
pipe.cc | ||
proc.cc | ||
process.cc | ||
process_fd.cc | ||
procnet.cc | ||
procsys.cc | ||
procsysvipc.cc | ||
pty.cc | ||
random.cc | ||
raw.cc | ||
registry.cc | ||
serial.cc | ||
signalfd.cc | ||
socket.cc | ||
socket_inet.cc | ||
socket_local.cc | ||
socket_unix.cc | ||
tape.cc | ||
termios.cc | ||
timerfd.cc | ||
virtual.cc | ||
windows.cc | ||
zero.cc |