add cmd-choose-list to allow arbitrary options to be selected. From

Thomas Adam.
This commit is contained in:
Nicholas Marriott
2012-09-03 09:57:57 +00:00
committed by Thomas Adam
parent 996a636713
commit 28fd3a3835
5 changed files with 181 additions and 0 deletions

1
cmd.c
View File

@ -34,6 +34,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_capture_pane_entry,
&cmd_choose_buffer_entry,
&cmd_choose_client_entry,
&cmd_choose_list_entry,
&cmd_choose_session_entry,
&cmd_choose_tree_entry,
&cmd_choose_window_entry,