1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Lots of MacTCP networking stuff. I think all the code's written, but it

doesn't actually work yet.  Also the telnet backend is still single-session,
and I haven't even touched the ssh one.  Oh, and the "Main" segment just
overflowed 32k, so we have extra linker incantations.  I'm off to the pub
now.

[originally from svn r156]
This commit is contained in:
Ben Harris
1999-04-04 18:23:35 +00:00
parent efc9e4260c
commit 0256bceece
8 changed files with 234 additions and 206 deletions

3
mac.c
View File

@ -1,4 +1,4 @@
/* $Id: mac.c,v 1.1.2.23 1999/04/02 12:58:02 ben Exp $ */
/* $Id: mac.c,v 1.1.2.24 1999/04/04 18:23:33 ben Exp $ */
/*
* Copyright (c) 1999 Ben Harris
* All rights reserved.
@ -159,6 +159,7 @@ static void mac_eventloop(void) {
mac_adjustcursor(cursrgn);
if (gotevent)
mac_event(&event);
macnet_eventcheck();
}
DisposeRgn(cursrgn);
}