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.
This commit is contained in:
Tiago Cunha
2012-07-11 17:13:55 +00:00
parent 38530de622
commit a10143a2d1
7 changed files with 316 additions and 236 deletions

1
cmd.c
View File

@ -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,