[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.4 and 1.5

version 1.4, 2003/06/03 02:56:18 version 1.5, 2003/09/20 18:15:32
Line 110 
Line 110 
           "le",         (char *)FALSE },            "le",         (char *)FALSE },
         { "parity",     STRING|INIT|IREMOTE,    (READ|WRITE)<<PUBLIC,          { "parity",     STRING|INIT|IREMOTE,    (READ|WRITE)<<PUBLIC,
           "par",        (char *)&PA },            "par",        (char *)&PA },
           { "hardwareflow", BOOL,                 (READ|WRITE)<<PUBLIC,
             "hf",         (char *)FALSE },
         { NOSTR, NULL, NULL, NOSTR, NOSTR }          { NOSTR, NULL, NULL, NOSTR, NOSTR }
 };  };

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