aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-04 10:11:32 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-04 10:11:32 +0000
commit57157a1cde3bea69e6cf6f20d39b7ba0b5483b0d (patch)
tree86953757e57f1ad015b01d6f7175550134d81595 /cmd.c
parent774b556669dd71908e1b7b781a5945bbaf7aa9a1 (diff)
downloadrtmux-57157a1cde3bea69e6cf6f20d39b7ba0b5483b0d.tar.gz
rtmux-57157a1cde3bea69e6cf6f20d39b7ba0b5483b0d.tar.bz2
rtmux-57157a1cde3bea69e6cf6f20d39b7ba0b5483b0d.zip
set-option command to set meta.
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 70c9d748..086bb562 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.7 2007-10-04 09:30:53 nicm Exp $ */
+/* $Id: cmd.c,v 1.8 2007-10-04 10:11:32 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -33,6 +33,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_new_window_entry,
&cmd_next_window_entry,
&cmd_previous_window_entry,
+ &cmd_set_option_entry,
&cmd_unbind_key_entry,
NULL
};