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

Diff for /src/usr.bin/mg/display.c between version 1.25 and 1.26

version 1.25, 2005/12/13 05:40:33 version 1.26, 2005/12/13 06:01:27
Line 371 
Line 371 
         int      currow, curcol;          int      currow, curcol;
         int      offs, size;          int      offs, size;
   
         if (typeahead())          if (charswaiting())
                 return;                  return;
         if (sgarbf) {           /* must update everything */          if (sgarbf) {           /* must update everything */
                 wp = wheadp;                  wp = wheadp;

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26