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

Diff for /src/usr.bin/tmux/grid-view.c between version 1.9 and 1.10

version 1.9, 2011/01/25 23:40:26 version 1.10, 2012/01/29 21:31:11
Line 94 
Line 94 
                 return;                  return;
   
         /* Scroll the lines into the history. */          /* Scroll the lines into the history. */
         for (yy = 0; yy < last; yy++)          for (yy = 0; yy < last; yy++) {
                   grid_collect_history(gd);
                 grid_scroll_history(gd);                  grid_scroll_history(gd);
           }
 }  }
   
 /* Clear area. */  /* Clear area. */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10