[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.235 and 1.236

version 1.235, 2017/02/08 13:53:32 version 1.236, 2017/02/08 15:24:48
Line 998 
Line 998 
         if ((!tty_pane_full_width(tty, ctx) && !tty_use_margin(tty)) ||          if ((!tty_pane_full_width(tty, ctx) && !tty_use_margin(tty)) ||
             tty_fake_bce(tty, wp, ctx->bg) ||              tty_fake_bce(tty, wp, ctx->bg) ||
             !tty_term_has(tty->term, TTYC_CSR)) {              !tty_term_has(tty->term, TTYC_CSR)) {
                 if (tty_large_region(tty, ctx))                  tty_redraw_region(tty, ctx);
                         wp->flags |= PANE_REDRAW;  
                 else  
                         tty_redraw_region(tty, ctx);  
                 return;                  return;
         }          }
   

Legend:
Removed from v.1.235  
changed lines
  Added in v.1.236