[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.240 and 1.241

version 1.240, 2017/02/08 17:31:09 version 1.241, 2017/02/08 22:42:07
Line 1040 
Line 1040 
         tty_margin_pane(tty, ctx);          tty_margin_pane(tty, ctx);
   
         if (ctx->num == 1 || !tty_term_has(tty->term, TTYC_INDN)) {          if (ctx->num == 1 || !tty_term_has(tty->term, TTYC_INDN)) {
                 tty_cursor(tty, tty->rright, ctx->yoff + tty->rlower);                  tty_cursor(tty, tty->rright, tty->rlower);
                 for (i = 0; i < ctx->num; i++)                  for (i = 0; i < ctx->num; i++)
                         tty_putc(tty, '\n');                          tty_putc(tty, '\n');
         } else          } else

Legend:
Removed from v.1.240  
changed lines
  Added in v.1.241