diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-07-11 17:13:55 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-07-11 17:13:55 +0000 |
commit | a10143a2d17a1f12d13d8f2e702158da1a93f755 (patch) | |
tree | fc9224ff8a1494cb8da88057389959dfc5585268 /cmd.c | |
parent | 38530de62258baf12a89f508025f2dc38ce8b5f5 (diff) | |
download | rtmux-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |