summaryrefslogtreecommitdiffstats
path: root/window-tree.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-07-01 02:01:10 +0100
committerThomas Adam <thomas@xteddy.org>2023-07-01 02:01:10 +0100
commit9cf58d1a52adf4c2d2d93b0bc455ffa8dbb134e9 (patch)
tree4c365a77c603d800492fa4da0d4c6c72c9a10f44 /window-tree.c
parent237ee6f2311b351b8a3bb3b46e17622f6e3b6bb9 (diff)
parenta2a02fd7d75a9d866570261fd428fefa773a6bf8 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'window-tree.c')
-rw-r--r--window-tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/window-tree.c b/window-tree.c
index 1be47017..b2f397f5 100644
--- a/window-tree.c
+++ b/window-tree.c
@@ -671,9 +671,9 @@ window_tree_draw_window(struct window_tree_modedata *data, struct session *s,
struct window_pane *wp;
u_int cx = ctx->s->cx, cy = ctx->s->cy;
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;
- int colour, active_colour, left, right, pane_idx;
+ int colour, active_colour, left, right;
char *label;
total = window_count_panes(w);