aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-04-24 11:00:32 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-04-24 11:00:32 +0100
commitce52e45d44b38fcedfe27bce519ce6f4fc76a25d (patch)
tree03a44f9facd3deb64ec20b08af7323e803fc7668 /tmux.h
parent4f3c31a6b63f4489bfc672b510036fd8d9491595 (diff)
parent70bc8ef8450bfd2ae90df86f4c02437a4bb83319 (diff)
downloadrtmux-ce52e45d44b38fcedfe27bce519ce6f4fc76a25d.tar.gz
rtmux-ce52e45d44b38fcedfe27bce519ce6f4fc76a25d.tar.bz2
rtmux-ce52e45d44b38fcedfe27bce519ce6f4fc76a25d.zip
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
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 fc5561b5..e4994170 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2249,6 +2249,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 *);