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

Diff for /src/usr.bin/tip/Attic/tip.h between version 1.29 and 1.30

version 1.29, 2007/05/15 19:42:05 version 1.30, 2007/06/25 15:57:28
Line 253 
Line 253 
 int     stoprompt;              /* for interrupting a prompt session */  int     stoprompt;              /* for interrupting a prompt session */
 int     timedout;               /* ~> transfer timedout */  int     timedout;               /* ~> transfer timedout */
 int     cumode;                 /* simulating the "cu" program */  int     cumode;                 /* simulating the "cu" program */
 int     bits8;                  /* terminal is is 8-bit mode */  int     bits8;                  /* terminal is 8-bit mode */
 #define STRIP_PAR       (bits8 ? 0377 : 0177)  #define STRIP_PAR       (bits8 ? 0377 : 0177)
   
 char    fname[PATH_MAX];        /* file name buffer for ~< */  char    fname[PATH_MAX];        /* file name buffer for ~< */

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