aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-07-11 17:13:55 +0000
committerTiago Cunha <tcunha@gmx.com>2012-07-11 17:13:55 +0000
commita10143a2d17a1f12d13d8f2e702158da1a93f755 (patch)
treefc9224ff8a1494cb8da88057389959dfc5585268 /cmd.c
parent38530de62258baf12a89f508025f2dc38ce8b5f5 (diff)
downloadrtmux-a10143a2d17a1f12d13d8f2e702158da1a93f755.tar.gz
rtmux-a10143a2d17a1f12d13d8f2e702158da1a93f755.tar.bz2
rtmux-a10143a2d17a1f12d13d8f2e702158da1a93f755.zip
Sync OpenBSD patchset 1146:
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 7ad52028..b23d2a85 100644
--- a/cmd.c
+++ b/cmd.c
@@ -35,6 +35,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,