[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.34 and 1.35

version 1.34, 2015/10/09 07:27:56 version 1.35, 2015/10/29 20:20:49
Line 364 
Line 364 
                 return (FALSE);                  return (FALSE);
         }          }
         /*          /*
          * Bit of flakiness - KRANDOM means it was an internal call, and           * Bit of flakiness - FFRAND means it was an internal call, and
          * to be trusted implicitly about sizes.           * to be trusted implicitly about sizes.
          */           */
         if (!(f & FFRAND) && curwp->w_ntrows <= n) {          if (!(f & FFRAND) && curwp->w_ntrows <= n) {

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35