[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.266 and 1.267

version 1.266, 2017/04/19 06:52:27 version 1.267, 2017/04/23 18:13:24
Line 1218 
Line 1218 
         tty_margin_off(tty);          tty_margin_off(tty);
   
         if (tty_pane_full_width(tty, ctx) &&          if (tty_pane_full_width(tty, ctx) &&
               ctx->yoff + wp->sy >= tty->sy - 1 &&
             status_at_line(tty->client) <= 0 &&              status_at_line(tty->client) <= 0 &&
             tty_term_has(tty->term, TTYC_ED)) {              tty_term_has(tty->term, TTYC_ED)) {
                 tty_cursor_pane(tty, ctx, 0, 0);                  tty_cursor_pane(tty, ctx, 0, 0);

Legend:
Removed from v.1.266  
changed lines
  Added in v.1.267