[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.33 and 1.34

version 1.33, 2022/05/30 12:55:25 version 1.34, 2023/08/08 07:41:04
Line 242 
Line 242 
                 screen_write_cursormove(ctx, cx, cy + 2, 0);                  screen_write_cursormove(ctx, cx, cy + 2, 0);
         else          else
                 screen_write_cursormove(ctx, cx, cy + sy - 1 - lines, 0);                  screen_write_cursormove(ctx, cx, cy + sy - 1 - lines, 0);
         screen_write_hline(ctx, sx, 0, 0);          screen_write_hline(ctx, sx, 0, 0, BOX_LINES_DEFAULT, NULL);
   
         if (at != 0)          if (at != 0)
                 screen_write_cursormove(ctx, cx, cy, 0);                  screen_write_cursormove(ctx, cx, cy, 0);

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34