Can work out active pane itself.

This commit is contained in:
Nicholas Marriott
2026-06-16 18:43:57 +01:00
parent fe03d50042
commit 694e39ff43
3 changed files with 17 additions and 28 deletions

2
tmux.h
View File

@@ -3540,7 +3540,7 @@ void window_get_border_cell(struct window *, struct window_pane *,
void window_pane_get_border_cell(struct window_pane *, int,
struct grid_cell *);
void window_pane_get_border_style(struct window_pane *,
struct client *, int, struct grid_cell *);
struct client *, struct grid_cell *);
void window_make_pane_status(struct window_pane *, struct client *,
u_int, struct redraw_span *);