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

Diff for /src/usr.bin/window/Attic/mloop.c between version 1.5 and 1.6

version 1.5, 1997/02/25 00:04:10 version 1.6, 2001/11/19 19:02:18
Line 61 
Line 61 
                                 (void) wwgetc();                                  (void) wwgetc();
                         error("Process died.");                          error("Process died.");
                 } else {                  } else {
                         register struct ww *w = wwcurwin;                          struct ww *w = wwcurwin;
                         register char *p;                          char *p;
                         register n;                          int n;
   
                         if (wwibp >= wwibq) {                          if (wwibp >= wwibq) {
                                 wwibp = wwibq = wwib;                                  wwibp = wwibq = wwib;

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