aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-10-10 17:19:38 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-10-10 17:19:38 +0000
commit5aa49e695ecb31bdef210fc1dec2b2ef0d460845 (patch)
tree8b504a98190b8d39106615276b38bbee5ccbd1f7 /tmux.h
parent2988c594cc030ae11a4a3713882c3209a63aa4a4 (diff)
downloadrtmux-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 2e2ee06a..c31039ad 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;