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 /tmux.h | |
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 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1660,6 +1660,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; |