mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 18:36:10 +00:00
Do not forbid targets to specify non-visible panes - the checks for
visibility are better where the target is used. GitHub issue 1049.
This commit is contained in:
1
tmux.h
1
tmux.h
@@ -2162,7 +2162,6 @@ 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_outside(struct window_pane *);
|
||||
int window_pane_visible(struct window_pane *);
|
||||
u_int window_pane_search(struct window_pane *, const char *);
|
||||
const char *window_printable_flags(struct winlink *);
|
||||
|
||||
Reference in New Issue
Block a user