aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
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 /tmux.h
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 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 24fd1238..5f3af613 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;