aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-08-28 12:36:38 +0000
committernicm <nicm>2017-08-28 12:36:38 +0000
commitfe4467ad2bf7b37a12330ed0a147e7230d60179a (patch)
treee784bfc89adead217255a618cb875922e8e9264a /tmux.h
parentfccfc4e4bed37b42c80797178621fe0d28c2f33b (diff)
downloadrtmux-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 8ee267bc..7a54823b 100644
--- a/tmux.h
+++ b/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 *);