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

Diff for /src/usr.bin/mg/window.c between version 1.28 and 1.29

version 1.28, 2011/08/01 12:15:23 version 1.29, 2013/05/31 18:03:45
Line 97 
Line 97 
                 }                  }
                 wp->w_ntrows = nrow - wp->w_toprow - 2;                  wp->w_ntrows = nrow - wp->w_toprow - 2;
                 sgarbf = TRUE;                  sgarbf = TRUE;
                 update();                  update(CMODE);
         } else          } else
                 sgarbf = TRUE;                  sgarbf = TRUE;
         return (TRUE);          return (TRUE);

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29