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

Diff for /src/usr.bin/tip/Attic/tip.c between version 1.20 and 1.21

version 1.20, 2003/06/03 02:56:18 version 1.21, 2003/09/20 18:15:32
Line 537 
Line 537 
         cntrl.c_cflag |= CS8;          cntrl.c_cflag |= CS8;
         if (boolean(value(DC)))          if (boolean(value(DC)))
                 cntrl.c_cflag |= CLOCAL;                  cntrl.c_cflag |= CLOCAL;
           if (boolean(value(HARDWAREFLOW)))
                   cntrl.c_cflag |= CRTSCTS;
         cntrl.c_iflag &= ~(ISTRIP|ICRNL);          cntrl.c_iflag &= ~(ISTRIP|ICRNL);
         cntrl.c_oflag &= ~OPOST;          cntrl.c_oflag &= ~OPOST;
         cntrl.c_lflag &= ~(ICANON|ISIG|IEXTEN|ECHO);          cntrl.c_lflag &= ~(ICANON|ISIG|IEXTEN|ECHO);

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21