summaryrefslogtreecommitdiffstats
path: root/cmd.c
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 /cmd.c
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 'cmd.c')
-rw-r--r--cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd.c b/cmd.c
index 16758589..5f97a854 100644
--- a/cmd.c
+++ b/cmd.c
@@ -36,6 +36,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_choose_buffer_entry,
&cmd_choose_client_entry,
&cmd_choose_session_entry,
+ &cmd_choose_tree_entry,
&cmd_choose_window_entry,
&cmd_clear_history_entry,
&cmd_clock_mode_entry,