Having created and used uxsel, it actually turns out to be
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 29 Mar 2003 19:52:50 +0000 (19:52 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 29 Mar 2003 19:52:50 +0000 (19:52 +0000)
commit1d009ae71b849a95c86c3117d1b8f063fda8aae5
tree6318fb6eb9a320a0a87bb3b474d17170db577e03
parenta460b361fe6734325bead016ef2dd39e4da302f4
Having created and used uxsel, it actually turns out to be
practically trivial to put all the pieces together and create a
working prototype of Unix PuTTY! It's missing a lot of things -
notably GUI request boxes for host keys and logfiles and so forth,
the Event Log, mid-session reconfiguration, session loading and
saving, sensible population of the character sets drop-down list and
probably other fiddly little things too - but it will put up a
config box and then create a GUI window containing an SSH connection
to the host you specified, so it's _basically_ there. Woo!

git-svn-id: svn://svn.tartarus.org/sgt/putty@3020 cda61777-01e9-0310-a592-d414129be87e
Recipe
unix/gtkdlg.c
unix/pterm.c
unix/ptermm.c [new file with mode: 0644]
unix/pty.c
unix/uxputty.c [new file with mode: 0644]