[BACK]Return to telnet.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / telnet

Diff for /src/usr.bin/telnet/telnet.c between version 1.30 and 1.31

version 1.30, 2014/09/09 03:41:08 version 1.31, 2015/11/13 17:01:12
Line 83 
Line 83 
         connected,          connected,
         showoptions,          showoptions,
         ISend,          /* trying to send network data in */          ISend,          /* trying to send network data in */
         debug = 0,  
         crmod,          crmod,
         netdata,        /* Print out network data flow */          netdata,        /* Print out network data flow */
         crlf,           /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */          crlf,           /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31