aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-05-06 10:03:52 +0100
committerThomas Adam <thomas@xteddy.org>2015-05-06 10:03:52 +0100
commitf10d3675f8d86e76b5b04d8473b83a9eec778ab3 (patch)
tree3e56aa430262591d01934fd7e1a9ec8e07d4d120 /tmux.h
parentc0cf4843e50ae7b123613798c209f30440d73e55 (diff)
parent31b1ab48521b4b608d87abd5413441905da84da8 (diff)
downloadrtmux-f10d3675f8d86e76b5b04d8473b83a9eec778ab3.tar.gz
rtmux-f10d3675f8d86e76b5b04d8473b83a9eec778ab3.tar.bz2
rtmux-f10d3675f8d86e76b5b04d8473b83a9eec778ab3.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index dddd4f89..6d02fac0 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2326,6 +2326,7 @@ struct winlink *session_attach(struct session *, struct window *, int,
char **);
int session_detach(struct session *, struct winlink *);
int session_has(struct session *, struct window *);
+int session_is_linked(struct session *, struct window *);
int session_next(struct session *, int);
int session_previous(struct session *, int);
int session_select(struct session *, int);