Add a directory 'contrib/cygtermd', containing the source code for my
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 10 Jul 2011 14:22:32 +0000 (14:22 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 10 Jul 2011 14:22:32 +0000 (14:22 +0000)
commit5e4a475d63333a4d61cbce0b0a21bf01cf945f74
treed825ad345f91e936be204a6a8fb893a7edee064d
parent0a080c1e34183e089a14114cd782e8ba9045bf0b
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9191 cda61777-01e9-0310-a592-d414129be87e
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]