1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00
putty-source/contrib/cygtermd
Simon Tatham ddfca43402 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]
2012-08-28 17:42:47 +00:00
..
main.c Add a directory 'contrib/cygtermd', containing the source code for my 2011-07-10 14:22:32 +00:00
Makefile Add a directory 'contrib/cygtermd', containing the source code for my 2011-07-10 14:22:32 +00:00
malloc.c Add a directory 'contrib/cygtermd', containing the source code for my 2011-07-10 14:22:32 +00:00
malloc.h Add a directory 'contrib/cygtermd', containing the source code for my 2011-07-10 14:22:32 +00:00
pty.c Fix a controlling-terminal bug reported by Anthony Heading: Cygwin 2012-08-28 17:42:47 +00:00
pty.h Add a directory 'contrib/cygtermd', containing the source code for my 2011-07-10 14:22:32 +00:00
README Add a directory 'contrib/cygtermd', containing the source code for my 2011-07-10 14:22:32 +00:00
sel.c Add a directory 'contrib/cygtermd', containing the source code for my 2011-07-10 14:22:32 +00:00
sel.h Add a directory 'contrib/cygtermd', containing the source code for my 2011-07-10 14:22:32 +00:00
telnet.c Fix a bug in cygtermd, spotted by Casey Zacek, in which we 2012-06-01 06:50:37 +00:00
telnet.h Add a directory 'contrib/cygtermd', containing the source code for my 2011-07-10 14:22:32 +00:00

This directory contains 'cygtermd', a small and specialist Telnet
server designed to act as middleware between PuTTY and a Cygwin shell
session running on the same machine, so that PuTTY can act as an
xterm-alike for Cygwin.

To install it, you must compile it from source using Cygwin gcc,
install it in Cygwin's /bin, and configure PuTTY to use it as a local
proxy process. For detailed instructions, see the PuTTY Wishlist page
at

http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/cygwin-terminal-window.html