[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.216 and 1.217

version 1.216, 2016/11/28 17:50:00 version 1.217, 2016/11/30 13:20:02
Line 1153 
Line 1153 
                                 tty_cursor_pane(tty, ctx, 0, ctx->ocy + 1);                                  tty_cursor_pane(tty, ctx, 0, ctx->ocy + 1);
                         else                          else
                                 tty_cursor_pane(tty, ctx, 0, ctx->ocy);                                  tty_cursor_pane(tty, ctx, 0, ctx->ocy);
                 } else if (tty->cx < tty->sx) {                  } else if (tty->cx != tty->sx - 1) {
                         /*                          /*
                          * The cursor isn't in the last position already, so                           * The cursor isn't in the last position already, so
                          * move as far right as possible and redraw the last                           * move as far right as possible and redraw the last

Legend:
Removed from v.1.216  
changed lines
  Added in v.1.217