aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-16 06:10:02 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-16 06:10:02 +0000
commit1d0810547fd192bb17769e099722b7331466b602 (patch)
treeaea67131bd7529b26a3b941f29c91f9ab392693a /cmd.c
parent557b6b86b0b153b98f06897756d2ebd5ca53b78a (diff)
downloadrtmux-1d0810547fd192bb17769e099722b7331466b602.tar.gz
rtmux-1d0810547fd192bb17769e099722b7331466b602.tar.bz2
rtmux-1d0810547fd192bb17769e099722b7331466b602.zip
show-window-options 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 73772719..0add444c 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.45 2008-06-15 08:01:54 nicm Exp $ */
+/* $Id: cmd.c,v 1.46 2008-06-16 06:10:02 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -56,6 +56,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_set_option_entry,
&cmd_set_window_option_entry,
&cmd_show_options_entry,
+ &cmd_show_window_options_entry,
&cmd_start_server_entry,
&cmd_swap_window_entry,
&cmd_switch_client_entry,