Subj : CVS commit src/syncterm/telnet_io.c To : All From : rswindell Date : Fri Feb 04 2005 06:42 pm src/syncterm telnet_io.c 1.2 1.3 Update of /cvsroot/sbbs/src/syncterm In directory cvs.synchro.net:/tmp/cvs-serv6744 Modified Files: telnet_io.c Log Message: Fixed several bugs in the Telnet option negotiation, among others, it was responding to options as a server would (rather than a client). It now responds to terminal type requests and sends window size, however the window size is currently incorrect (always 80x24?) - I'll let Deuce fix that. Eliminated some bcc-reported warnings. Added CVS ID keyword. .