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

Diff for /src/usr.bin/tmux/screen.c between version 1.34 and 1.35

version 1.34, 2015/08/28 17:11:12 version 1.35, 2015/10/27 09:28:31
Line 194 
Line 194 
                  * Now just increase the history size, if possible, to take                   * Now just increase the history size, if possible, to take
                  * over the lines which are left. If history is off, delete                   * over the lines which are left. If history is off, delete
                  * lines from the top.                   * lines from the top.
                  *  
                  * XXX Should apply history limit?  
                  */                   */
                 available = s->cy;                  available = s->cy;
                 if (gd->flags & GRID_HISTORY)                  if (gd->flags & GRID_HISTORY)

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