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

Diff for /src/usr.bin/window/Attic/ttoutput.c between version 1.7 and 1.8

version 1.7, 2004/03/16 01:11:09 version 1.8, 2005/04/11 19:59:07
Line 69 
Line 69 
         wwnflush++;          wwnflush++;
         for (p = tt_ob; p < tt_obp;) {          for (p = tt_ob; p < tt_obp;) {
                 wwnwr++;                  wwnwr++;
                 n = write(1, p, tt_obp - p);                  n = write(STDOUT_FILENO, p, tt_obp - p);
                 if (n < 0) {                  if (n < 0) {
                         wwnwre++;                          wwnwre++;
                         if (errno != EWOULDBLOCK) {                          if (errno != EWOULDBLOCK) {

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