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

Diff for /src/usr.bin/tset/Attic/set.c between version 1.2 and 1.3

version 1.2, 1996/06/26 05:41:56 version 1.3, 1998/04/25 04:30:37
Line 273 
Line 273 
   
         if (settle) {          if (settle) {
                 (void)putc('\r', stderr);                  (void)putc('\r', stderr);
                 (void)fflush(stderr);  
                 (void)sleep(1);                 /* Settle the terminal. */                  (void)sleep(1);                 /* Settle the terminal. */
         }          }
 }  }
Line 321 
Line 320 
                         /* Set the tab. */                          /* Set the tab. */
                         tputs(set_tab, 0, outc);                          tputs(set_tab, 0, outc);
                 }                  }
                 putc('\r', stderr);                  (void)putc('\r', stderr);
                 return (1);                  return (1);
         }          }
         return (0);          return (0);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3