1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00
putty-source/contrib/cygtermd
Simon Tatham a6f1709c2f Adopt C99 <stdbool.h>'s true/false.
This commit includes <stdbool.h> from defs.h and deletes my
traditional definitions of TRUE and FALSE, but other than that, it's a
100% mechanical search-and-replace transforming all uses of TRUE and
FALSE into the C99-standardised lowercase spellings.

No actual types are changed in this commit; that will come next. This
is just getting the noise out of the way, so that subsequent commits
can have a higher proportion of signal.
2018-11-03 13:45:00 +00:00
..
main.c cygtermd: remove all uses of 'FIXME' as program name. 2018-10-06 11:57:59 +01: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 cygtermd: be more specific in define of _XOPEN_SOURCE. 2016-09-19 14:17:26 +01:00
pty.h Rewrite some comments with FIXMEs in them. 2018-10-06 11:57:59 +01:00
README Switch chiark URLs to https. 2017-05-07 16:29:01 +01:00
sel.c Add a directory 'contrib/cygtermd', containing the source code for my 2011-07-10 14:22:32 +00:00
sel.h cygtermd: remove all uses of 'FIXME' as program name. 2018-10-06 11:57:59 +01:00
telnet.c Adopt C99 <stdbool.h>'s true/false. 2018-11-03 13:45:00 +00:00
telnet.h cygtermd: remove all uses of 'FIXME' as program name. 2018-10-06 11:57:59 +01: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

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