aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-12-05 20:04:06 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-12-05 20:04:06 +0000
commitd0342f4a0474abf42098fbaa0a4e2f2e3f006514 (patch)
tree1c57a4a32b44eaeb6036ae8153e3d5fd8b2c7f85 /tmux.h
parent408c85507048a2ca97d1ff13493545d5cf636a40 (diff)
downloadrtmux-d0342f4a0474abf42098fbaa0a4e2f2e3f006514.tar.gz
rtmux-d0342f4a0474abf42098fbaa0a4e2f2e3f006514.tar.bz2
rtmux-d0342f4a0474abf42098fbaa0a4e2f2e3f006514.zip
Ability to show window title on status line.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 9d178a26..4975e5fb 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.199 2008-11-23 19:38:12 nicm Exp $ */
+/* $Id: tmux.h,v 1.200 2008-12-05 20:04:06 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -844,7 +844,7 @@ struct set_option_entry {
const char **choices;
};
extern const struct set_option_entry set_option_table[];
-#define NSETOPTION 16
+#define NSETOPTION 18
/* Edit keys. */
enum mode_key {