[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.5 and 1.6

version 1.5, 1997/04/02 01:47:03 version 1.6, 1997/04/20 23:29:33
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
 /*      $NetBSD: tip.h,v 1.5 1996/12/29 10:34:11 cgd Exp $      */  /*      $NetBSD: tip.h,v 1.7 1997/04/20 00:02:46 mellon Exp $   */
   
 /*  /*
  * Copyright (c) 1989, 1993   * Copyright (c) 1989, 1993
Line 77 
Line 77 
 long    BR;                     /* line speed for conversation */  long    BR;                     /* line speed for conversation */
 long    FS;                     /* frame size for transfers */  long    FS;                     /* frame size for transfers */
   
 char    DU;                     /* this host is dialed up */  short   DU;                     /* this host is dialed up */
 char    HW;                     /* this device is hardwired, see hunt.c */  short   HW;                     /* this device is hardwired, see hunt.c */
 char    *ES;                    /* escape character */  char    *ES;                    /* escape character */
 char    *EX;                    /* exceptions */  char    *EX;                    /* exceptions */
 char    *FO;                    /* force (literal next) char*/  char    *FO;                    /* force (literal next) char*/
Line 88 
Line 88 
 long    DL;                     /* line delay for file transfers to remote */  long    DL;                     /* line delay for file transfers to remote */
 long    CL;                     /* char delay for file transfers to remote */  long    CL;                     /* char delay for file transfers to remote */
 long    ET;                     /* echocheck timeout */  long    ET;                     /* echocheck timeout */
 char    HD;                     /* this host is half duplex - do local echo */  short   HD;                     /* this host is half duplex - do local echo */
   short   DC;                     /* this host is directly connected. */
   
 /*  /*
  * String value table   * String value table

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