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

Diff for /src/usr.bin/tmux/window-client.c between version 1.16 and 1.17

version 1.16, 2019/03/07 20:24:21 version 1.17, 2019/03/12 20:02:47
Line 225 
Line 225 
   
         screen_write_preview(ctx, &wp->base, sx, sy - 3);          screen_write_preview(ctx, &wp->base, sx, sy - 3);
   
         screen_write_cursormove(ctx, cx, cy + sy - 2);          screen_write_cursormove(ctx, cx, cy + sy - 2, 0);
         screen_write_hline(ctx, sx, 0, 0);          screen_write_hline(ctx, sx, 0, 0);
   
         screen_write_cursormove(ctx, cx, cy + sy - 1);          screen_write_cursormove(ctx, cx, cy + sy - 1, 0);
         if (c->status.old_status != NULL)          if (c->status.old_status != NULL)
                 screen_write_fast_copy(ctx, c->status.old_status, 0, 0, sx, 1);                  screen_write_fast_copy(ctx, c->status.old_status, 0, 0, sx, 1);
         else          else

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17