aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-30 00:24:49 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-30 00:24:49 +0000
commit882316ad6a771112e666126f00b8781c79ed8d30 (patch)
tree29db6d5f29ea9820aa0b54a428526257bfd76792 /tmux.h
parent2bb499c8af141282401fef93c89224613df3b655 (diff)
downloadrtmux-882316ad6a771112e666126f00b8781c79ed8d30.tar.gz
rtmux-882316ad6a771112e666126f00b8781c79ed8d30.tar.bz2
rtmux-882316ad6a771112e666126f00b8781c79ed8d30.zip
Set colour of window entry in status line based on window options.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/tmux.h b/tmux.h
index 7c4a1a93..c0124311 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.257 2009-01-29 19:26:53 nicm Exp $ */
+/* $Id: tmux.h,v 1.258 2009-01-30 00:24:49 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -459,8 +459,6 @@ struct options_entry {
OPTIONS_STRING,
OPTIONS_NUMBER,
OPTIONS_KEY,
- OPTIONS_COLOURS,
- OPTIONS_ATTRIBUTES
} type;
union {
char *string;
@@ -912,7 +910,7 @@ struct set_option_entry {
extern const struct set_option_entry set_option_table[];
extern const struct set_option_entry set_window_option_table[];
#define NSETOPTION 22
-#define NSETWINDOWOPTION 14
+#define NSETWINDOWOPTION 17
/* Edit keys. */
enum mode_key {