]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Added uxsel.c, into which I've moved those parts of the uxnet.c
authorSimon Tatham <anakin@pobox.com>
Sat, 29 Mar 2003 16:47:06 +0000 (16:47 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 29 Mar 2003 16:47:06 +0000 (16:47 +0000)
commitfd73b73e3e7a5a07dc75fff58ab1c2875c7a838e
treedc286b7daaf0faa3209dde96222e812220ae4ab6
parentd9e19703c50489903fc44977ce9946ef630dfec8
Added uxsel.c, into which I've moved those parts of the uxnet.c
functionality that deal with selectable fds in general. The idea is
that pty.c will stop passing its fd straight to pterm.c and hand it
to this module instead, and pterm.c will start requesting a general
list of fds from this module rather than expecting a single one from
pty.c, with the ultimate aim of pterm.c being able to form the basis
of a Unix PuTTY as well as pterm proper.

git-svn-id: http://svn.tartarus.org/sgt/putty@3015 cda61777-01e9-0310-a592-d414129be87e
Recipe
unix/unix.h
unix/uxnet.c
unix/uxplink.c
unix/uxsel.c [new file with mode: 0644]