diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2012-09-03 09:57:57 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2012-09-04 22:37:29 +0100 |
commit | 28fd3a383598c1f3121c754cf0781cd790929f4f (patch) | |
tree | d3af517cb055137697cbf7baa19708df31f08dd9 /cmd.c | |
parent | 996a636713e58709ab15fcb753c7e2614d1ec6c3 (diff) | |
download | rtmux-28fd3a383598c1f3121c754cf0781cd790929f4f.tar.gz rtmux-28fd3a383598c1f3121c754cf0781cd790929f4f.tar.bz2 rtmux-28fd3a383598c1f3121c754cf0781cd790929f4f.zip |
add cmd-choose-list to allow arbitrary options to be selected. From
Thomas Adam.
Diffstat (limited to 'cmd.c')
-rw-r--r-- | cmd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |