diff options
author | nicm <nicm> | 2017-08-28 12:36:38 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-08-28 12:36:38 +0000 |
commit | fe4467ad2bf7b37a12330ed0a147e7230d60179a (patch) | |
tree | e784bfc89adead217255a618cb875922e8e9264a /tmux.h | |
parent | fccfc4e4bed37b42c80797178621fe0d28c2f33b (diff) | |
download | rtmux-fe4467ad2bf7b37a12330ed0a147e7230d60179a.tar.gz rtmux-fe4467ad2bf7b37a12330ed0a147e7230d60179a.tar.bz2 rtmux-fe4467ad2bf7b37a12330ed0a147e7230d60179a.zip |
Do not forbid targets to specify non-visible panes - the checks for
visibility are better where the target is used. GitHub issue 1049.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 *); |