[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.21 and 1.22

version 1.21, 2014/07/19 23:50:38 version 1.22, 2014/07/20 03:00:31
Line 66 
Line 66 
         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>)? */
         telnetport,          telnetport,
         wantencryption = 0,  
         SYNCHing,       /* we are in TELNET SYNCH mode */          SYNCHing,       /* we are in TELNET SYNCH mode */
         flushout,       /* flush output */          flushout,       /* flush output */
         autoflush = 0,  /* flush output when interrupting? */          autoflush = 0,  /* flush output when interrupting? */

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22