aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2013-04-23 08:26:04 +0100
committerThomas Adam <thomas@xteddy.org>2013-04-23 08:26:04 +0100
commitcd60e57b6ac682a56fd66d70af4c5922315b5a9a (patch)
treea76972a47860584e78d4595958bc68c6e97e303a /tmux.h
parentc24b58e2ee8691870736959deb252c225b205b4d (diff)
parent3d2b7d5bce9532cedd647ace319afbf95ebe0e20 (diff)
downloadrtmux-cd60e57b6ac682a56fd66d70af4c5922315b5a9a.tar.gz
rtmux-cd60e57b6ac682a56fd66d70af4c5922315b5a9a.tar.bz2
rtmux-cd60e57b6ac682a56fd66d70af4c5922315b5a9a.zip
Merge branch 'obsd-master'
Sync from OpenBSD.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index f0b9edf0..d1033110 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2253,6 +2253,8 @@ struct window_choose_data *window_choose_add_item(struct window_pane *,
struct client *, struct winlink *, const char *,
const char *, u_int);
void window_choose_expand_all(struct window_pane *);
+void window_choose_collapse_all(struct window_pane *);
+void window_choose_set_current(struct window_pane *, u_int);
/* names.c */
void queue_window_name(struct window *);