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

Diff for /src/usr.bin/tip/Attic/vars.c between version 1.6 and 1.7

version 1.6, 2006/01/01 22:34:07 version 1.7, 2006/06/06 23:24:52
Line 112 
Line 112 
           "par",        (char *)&PA },            "par",        (char *)&PA },
         { "hardwareflow", BOOL,                 (READ|WRITE)<<PUBLIC,          { "hardwareflow", BOOL,                 (READ|WRITE)<<PUBLIC,
           "hf",         (char *)FALSE },            "hf",         (char *)FALSE },
           { "linedisc",   NUMBER|IREMOTE|INIT,    (READ|WRITE)<<PUBLIC,
             "ld",         (char *)&LD },
         { NOSTR, NULL, NULL, NOSTR, NOSTR }          { NOSTR, NULL, NULL, NOSTR, NOSTR }
 };  };

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