aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-10-12 00:08:12 +0000
committerTiago Cunha <tcunha@gmx.com>2009-10-12 00:08:12 +0000
commit0b8a7dc4a256ea423ab71dca839b01845e3a4c8b (patch)
tree1838387dd6f63bfbb60c8496ea9d04f699e5c8ec /cmd.c
parentcf9804f2a098695512394cf0f22196cb9213b83b (diff)
downloadrtmux-0b8a7dc4a256ea423ab71dca839b01845e3a4c8b.tar.gz
rtmux-0b8a7dc4a256ea423ab71dca839b01845e3a4c8b.tar.bz2
rtmux-0b8a7dc4a256ea423ab71dca839b01845e3a4c8b.zip
Sync OpenBSD patchset 377:
Split list-panes off from list-windows.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 92ec045f..3d970ee1 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.121 2009-10-07 17:10:44 tcunha Exp $ */
+/* $Id: cmd.c,v 1.122 2009-10-12 00:08:12 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -57,6 +57,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,