diff options
author | Thomas Adam <thomas@xteddy.org> | 2013-04-23 08:26:04 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2013-04-23 08:26:04 +0100 |
commit | cd60e57b6ac682a56fd66d70af4c5922315b5a9a (patch) | |
tree | a76972a47860584e78d4595958bc68c6e97e303a /tmux.h | |
parent | c24b58e2ee8691870736959deb252c225b205b4d (diff) | |
parent | 3d2b7d5bce9532cedd647ace319afbf95ebe0e20 (diff) | |
download | rtmux-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 *); |