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

Diff for /src/usr.bin/tmux/grid.c between version 1.5 and 1.6

version 1.5, 2009/06/25 06:15:04 version 1.6, 2009/07/11 20:11:18
Line 172 
Line 172 
   
         GRID_DEBUG(gd, "");          GRID_DEBUG(gd, "");
   
         if (gd->hsize >= gd->hlimit - 1) {          if (gd->hsize >= gd->hlimit) {
                 /* If the limit is hit, free the bottom 10% and shift up. */                  /* If the limit is hit, free the bottom 10% and shift up. */
                 yy = gd->hlimit / 10;                  yy = gd->hlimit / 10;
                 if (yy < 1)                  if (yy < 1)

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