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

Diff for /src/usr.bin/telnet/commands.c between version 1.76 and 1.77

version 1.76, 2015/11/13 16:50:03 version 1.77, 2015/11/13 16:53:46
Line 740 
Line 740 
 #endif  #endif
     { "escape", "character to escape back to telnet command mode", 0, &escape },      { "escape", "character to escape back to telnet command mode", 0, &escape },
     { "rlogin", "rlogin escape character", 0, &rlogin },      { "rlogin", "rlogin escape character", 0, &rlogin },
     { "tracefile", "file to write trace information to", SetNetTrace, (cc_t *)NetTraceFile},  
     { " ", "" },      { " ", "" },
     { " ", "The following need 'localchars' to be toggled true", 0, 0 },      { " ", "The following need 'localchars' to be toggled true", 0, 0 },
     { "flushoutput", "character to cause an Abort Output", 0, &termFlushChar },      { "flushoutput", "character to cause an Abort Output", 0, &termFlushChar },

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77