summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-23 22:12:29 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-23 22:12:29 +0000
commitb69f4a3312a375fb9b19733e8f347f0f9a36d431 (patch)
tree860d5439b11342057e84b6e78563b8b25536a4a8 /tmux.h
parente704d6aee2b9e8864589d1960ac15726bb0cd35c (diff)
Split internal status-colour into status-fg/status-bg options and lose workarounds in set-option stuff.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/tmux.h b/tmux.h
index 0543cb6b..d8c555ec 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.165 2008-06-23 07:41:21 nicm Exp $ */
+/* $Id: tmux.h,v 1.166 2008-06-23 22:12:29 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -800,13 +800,11 @@ struct set_option_entry {
SET_OPTION_STRING,
SET_OPTION_NUMBER,
SET_OPTION_KEY,
- SET_OPTION_FG,
- SET_OPTION_BG,
+ SET_OPTION_COLOUR,
SET_OPTION_FLAG,
SET_OPTION_CHOICE
} type;
- const char *option;
-
+
u_int minimum;
u_int maximum;