1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 19:42:48 -05:00

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]
This commit is contained in:
Simon Tatham
2003-03-29 16:47:06 +00:00
parent d36a4c3685
commit b109918032
5 changed files with 172 additions and 65 deletions

3
Recipe
View File

@ -115,7 +115,8 @@ SFTP = sftp int64 logging
# Pageant or PuTTYgen).
WINMISC = misc version winstore settings tree234 winnet proxy cmdline
+ windefs winmisc
UXMISC = misc version uxstore settings tree234 uxnet proxy cmdline uxmisc
UXMISC = misc version uxstore settings tree234 uxsel uxnet proxy cmdline
+ uxmisc
MACMISC = misc version macstore settings tree234 macnet mtcpnet otnet proxy
+ macmisc macabout