diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2013-04-22 22:17:29 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2013-04-22 22:17:29 +0000 |
commit | 3d2b7d5bce9532cedd647ace319afbf95ebe0e20 (patch) | |
tree | ec55025ca05d740847ce3a695aac50215bce2ac0 /tmux.h | |
parent | 04f54ab38f9a5f32e6fb89b57380cc7150c08006 (diff) | |
download | rtmux-3d2b7d5bce9532cedd647ace319afbf95ebe0e20.tar.gz rtmux-3d2b7d5bce9532cedd647ace319afbf95ebe0e20.tar.bz2 rtmux-3d2b7d5bce9532cedd647ace319afbf95ebe0e20.zip |
When using choose-tree -u, start with the current window
highlighted. From Thomas Adam.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2257,6 +2257,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 *); |