mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 16:27:03 +00:00
Bring back window_pane_visible to stop input going to panes which are
hidden by zoom.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -2177,6 +2177,7 @@ int window_pane_set_mode(struct window_pane *,
|
||||
void window_pane_reset_mode(struct window_pane *);
|
||||
void window_pane_key(struct window_pane *, struct client *,
|
||||
struct session *, key_code, struct mouse_event *);
|
||||
int window_pane_visible(struct window_pane *);
|
||||
u_int window_pane_search(struct window_pane *, const char *);
|
||||
const char *window_printable_flags(struct winlink *);
|
||||
struct window_pane *window_pane_find_up(struct window_pane *);
|
||||
|
Reference in New Issue
Block a user