]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add a directory 'contrib/cygtermd', containing the source code for my
authorSimon Tatham <anakin@pobox.com>
Sun, 10 Jul 2011 14:22:32 +0000 (14:22 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 10 Jul 2011 14:22:32 +0000 (14:22 +0000)
commitb642aa086a5994a2d205e906edd7d2e6b90943af
treed825ad345f91e936be204a6a8fb893a7edee064d
parentc8f2b65d166047d0bad013a73003e7e057792d15
Add a directory 'contrib/cygtermd', containing the source code for my
hacky helper program to let PuTTY act as a local pterm-oid on
Cygwin-enabled Windows systems.

[originally from svn r9191]
contrib/cygtermd/Makefile [new file with mode: 0644]
contrib/cygtermd/README [new file with mode: 0644]
contrib/cygtermd/main.c [new file with mode: 0644]
contrib/cygtermd/malloc.c [new file with mode: 0644]
contrib/cygtermd/malloc.h [new file with mode: 0644]
contrib/cygtermd/pty.c [new file with mode: 0644]
contrib/cygtermd/pty.h [new file with mode: 0644]
contrib/cygtermd/sel.c [new file with mode: 0644]
contrib/cygtermd/sel.h [new file with mode: 0644]
contrib/cygtermd/telnet.c [new file with mode: 0644]
contrib/cygtermd/telnet.h [new file with mode: 0644]