]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/unix.h
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)
commitb1099180322b81686611ebf7923bd78d279d7ac5
treedc286b7daaf0faa3209dde96222e812220ae4ab6
parentd36a4c3685f17057ba2c80ac471c1284b615469f
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.

[originally from svn r3015]
Recipe
unix/unix.h
unix/uxnet.c
unix/uxplink.c
unix/uxsel.c [new file with mode: 0644]