aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-23 22:24:16 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-23 22:24:16 +0000
commit59da4dce674ad2b082b9300aaee9edf3091574da (patch)
treeef0e12df7407496d60f291dae85e7bb54ec475b9 /cmd.c
parentb69f4a3312a375fb9b19733e8f347f0f9a36d431 (diff)
downloadrtmux-59da4dce674ad2b082b9300aaee9edf3091574da.tar.gz
rtmux-59da4dce674ad2b082b9300aaee9edf3091574da.tar.bz2
rtmux-59da4dce674ad2b082b9300aaee9edf3091574da.zip
list-commands command.
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 e7c9e810..88fcf6ee 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.55 2008-06-23 07:41:21 nicm Exp $ */
+/* $Id: cmd.c,v 1.56 2008-06-23 22:24:16 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -41,6 +41,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_link_window_entry,
&cmd_list_buffers_entry,
&cmd_list_clients_entry,
+ &cmd_list_commands_entry,
&cmd_list_keys_entry,
&cmd_list_sessions_entry,
&cmd_list_windows_entry,