Split list-panes off from list-windows.

This commit is contained in:
Nicholas Marriott
2009-10-10 17:19:38 +00:00
parent 2988c594cc
commit 5aa49e695e
6 changed files with 88 additions and 32 deletions

1
cmd.c
View File

@ -58,6 +58,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_list_clients_entry,
&cmd_list_commands_entry,
&cmd_list_keys_entry,
&cmd_list_panes_entry,
&cmd_list_sessions_entry,
&cmd_list_windows_entry,
&cmd_load_buffer_entry,