aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-04 17:54:27 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-04 17:54:27 +0000
commit0f95671fe3628671ddc43a960bd69f867799d00a (patch)
treeaffc07f0cee6074fc57afd124bb62e43d1bbc0c7 /cmd.c
parent14b951254674c75d8422a8ac5f320a54d1dd8a48 (diff)
downloadrtmux-0f95671fe3628671ddc43a960bd69f867799d00a.tar.gz
rtmux-0f95671fe3628671ddc43a960bd69f867799d00a.tar.bz2
rtmux-0f95671fe3628671ddc43a960bd69f867799d00a.zip
Disable/enable window activity monitoring with set-window-option 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 430a2410..b88322c3 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.40 2008-06-03 18:13:54 nicm Exp $ */
+/* $Id: cmd.c,v 1.41 2008-06-04 17:54:26 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -51,6 +51,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_rename_window_entry,
&cmd_scroll_mode_entry,
&cmd_select_window_entry,
+ &cmd_set_window_option_entry,
&cmd_send_keys_entry,
&cmd_send_prefix_entry,
&cmd_set_option_entry,