diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-10-10 17:19:39 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-10-10 17:19:39 +0000 |
commit | f2ec04b182bd0bb29985741c67cdf7d94c54a1f3 (patch) | |
tree | fb454e31f58993a0c7b366fb22279e5ad59e715b /usr.bin/tmux/tmux.h | |
parent | f605b0f5c5530d4da10564f61d5fde41173f517a (diff) |
Split list-panes off from list-windows.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index 47d23cbdd06..acae732b0e6 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.126 2009/10/10 15:03:01 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.127 2009/10/10 17:19:38 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -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; |