[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.6 and 1.7

version 1.6, 1998/07/27 15:29:29 version 1.7, 1999/07/23 15:04:48
Line 1992 
Line 1992 
                 }                  }
                 if ((sc == '\n') || (sc == '\r'))                  if ((sc == '\n') || (sc == '\r'))
                         bol = 1;                          bol = 1;
         } else if (sc == escape) {          } else if (escape != _POSIX_VDISABLE && sc == escape) {
             /*              /*
              * Double escape is a pass through of a single escape character.               * Double escape is a pass through of a single escape character.
              */               */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7