summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-07-08 16:04:38 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-07-08 16:04:38 +0000
commitf20c6fe0099a15002c6c2a7693ca9061aa6367ba (patch)
treed4a2ac2f3ca647fb94e7ecef31910bac97591b4e /tmux.h
parent191a92c0c63d5a18d7afe19851ae7aadf3081552 (diff)
Add choose-tree command to show windows and sessions in the same
list. Change choose-window and -session to use the same code. From Thomas Adam.
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 e04bd2f4..02237f8a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1664,6 +1664,7 @@ extern const struct cmd_entry cmd_capture_pane_entry;
extern const struct cmd_entry cmd_choose_buffer_entry;
extern const struct cmd_entry cmd_choose_client_entry;
extern const struct cmd_entry cmd_choose_session_entry;
+extern const struct cmd_entry cmd_choose_tree_entry;
extern const struct cmd_entry cmd_choose_window_entry;
extern const struct cmd_entry cmd_clear_history_entry;
extern const struct cmd_entry cmd_clock_mode_entry;