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
tmux.h
View File

@ -1367,6 +1367,7 @@ extern const struct cmd_entry cmd_list_buffers_entry;
extern const struct cmd_entry cmd_list_clients_entry;
extern const struct cmd_entry cmd_list_commands_entry;
extern const struct cmd_entry cmd_list_keys_entry;
extern const struct cmd_entry cmd_list_panes_entry;
extern const struct cmd_entry cmd_list_sessions_entry;
extern const struct cmd_entry cmd_list_windows_entry;
extern const struct cmd_entry cmd_load_buffer_entry;