simon-svn: putty: simon

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Tue Aug 28 18:42:47 BST 2012


SVN root:       svn://svn.tartarus.org/sgt
Changes by:     simon
Revision:       9638
Date:           2012-08-28 18:42:47 +0100 (Tue, 28 Aug 2012)

Log message (6 lines):
Fix a controlling-terminal bug reported by Anthony Heading: Cygwin
doesn't have TIOCSTTY, 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.

Modified files:
U   putty/contrib/cygtermd/pty.c

Links:
http://svn.tartarus.org/sgt/?rev=9638&view=rev
http://svn.tartarus.org/sgt/putty/contrib/cygtermd/pty.c?rev=9638&r1=9637&r2=9638



More information about the tartarus-commits mailing list