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

Diff for /src/usr.bin/tmux/window-tree.c between version 1.62 and 1.63

version 1.62, 2022/07/04 08:39:45 version 1.63, 2023/06/30 21:55:09
Line 671 
Line 671 
         struct window_pane      *wp;          struct window_pane      *wp;
         u_int                    cx = ctx->s->cx, cy = ctx->s->cy;          u_int                    cx = ctx->s->cx, cy = ctx->s->cy;
         u_int                    loop, total, visible, each, width, offset;          u_int                    loop, total, visible, each, width, offset;
         u_int                    current, start, end, remaining, i;          u_int                    current, start, end, remaining, i, pane_idx;
         struct grid_cell         gc;          struct grid_cell         gc;
         int                      colour, active_colour, left, right, pane_idx;          int                      colour, active_colour, left, right;
         char                    *label;          char                    *label;
   
         total = window_count_panes(w);          total = window_count_panes(w);

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63