[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.84 and 1.85

version 1.84, 2023/12/27 20:17:13 version 1.85, 2024/03/21 11:26:28
Line 384 
Line 384 
   
                 /*                  /*
                  * Try to pull as much as possible out of scrolled history, if                   * Try to pull as much as possible out of scrolled history, if
                  * is is enabled.                   * it is enabled.
                  */                   */
                 available = gd->hscrolled;                  available = gd->hscrolled;
                 if (gd->flags & GRID_HISTORY && available > 0) {                  if (gd->flags & GRID_HISTORY && available > 0) {

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85