]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix a controlling-terminal bug reported by Anthony Heading: Cygwin
authorSimon Tatham <anakin@pobox.com>
Tue, 28 Aug 2012 17:42:47 +0000 (17:42 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 28 Aug 2012 17:42:47 +0000 (17:42 +0000)
commitddfca43402791924161b9a2cb7405e32dba5916e
tree2aac2916a44e82ebce18d22b5528f57b0dd4bf86
parent03ebc74b9f284e9334f58646f00784ebfe5fc308
Fix a controlling-terminal bug reported by Anthony Heading: Cygwin
doesn't have TIOCSCTTY, so my attempt to set the ctty of the child
process isn't doing anything, and only works by chance when you run
bash because bash does the thing that _will_ set the ctty, namely
opening the terminal file again without O_NOCTTY. So now we do that
too.

[originally from svn r9638]
contrib/cygtermd/pty.c