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

Diff for /src/usr.bin/tmux/tty.c between version 1.100 and 1.101

version 1.100, 2011/03/07 23:46:27 version 1.101, 2011/03/08 19:23:49
Line 454 
Line 454 
          * without this, the entire pane ends up being redrawn many times which           * without this, the entire pane ends up being redrawn many times which
          * can be much more data.           * can be much more data.
          */           */
         if (ctx->orupper - ctx->orlower >= screen_size_y(s) / 2) {          if (ctx->orlower - ctx->orupper >= screen_size_y(s) / 2) {
                 wp->flags |= PANE_REDRAW;                  wp->flags |= PANE_REDRAW;
                 return;                  return;
         }          }

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101