diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2012-07-08 16:04:38 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2012-07-08 16:04:38 +0000 |
commit | f20c6fe0099a15002c6c2a7693ca9061aa6367ba (patch) | |
tree | d4a2ac2f3ca647fb94e7ecef31910bac97591b4e /tmux.h | |
parent | 191a92c0c63d5a18d7afe19851ae7aadf3081552 (diff) | |
download | rtmux-f20c6fe0099a15002c6c2a7693ca9061aa6367ba.tar.gz rtmux-f20c6fe0099a15002c6c2a7693ca9061aa6367ba.tar.bz2 rtmux-f20c6fe0099a15002c6c2a7693ca9061aa6367ba.zip |
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
@@ -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; |