diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-10-10 17:19:38 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-10-10 17:19:38 +0000 |
commit | 5aa49e695ecb31bdef210fc1dec2b2ef0d460845 (patch) | |
tree | 8b504a98190b8d39106615276b38bbee5ccbd1f7 /tmux.h | |
parent | 2988c594cc030ae11a4a3713882c3209a63aa4a4 (diff) | |
download | rtmux-5aa49e695ecb31bdef210fc1dec2b2ef0d460845.tar.gz rtmux-5aa49e695ecb31bdef210fc1dec2b2ef0d460845.tar.bz2 rtmux-5aa49e695ecb31bdef210fc1dec2b2ef0d460845.zip |
Split list-panes off from list-windows.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |