summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-11-05 09:06:31 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-11-05 09:06:31 +0000
commite5bf63cb59981657e5140c0f542ec3c1f69dcd5a (patch)
treedd183a94f88aebd012e07d2bd9d4990d0e910566 /options-table.c
parente5d6df8979dfbfb390511f31dcc40126bc5b5c6d (diff)
Option to change status line (message) background when using vi keys and
in command mode. From Ben Boeckel.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c
index 2658f251..0129b0b9 100644
--- a/options-table.c
+++ b/options-table.c
@@ -194,6 +194,21 @@ const struct options_table_entry session_options_table[] = {
.default_num = 3
},
+ { .name = "message-command-attr",
+ .type = OPTIONS_TABLE_ATTRIBUTES,
+ .default_num = 0
+ },
+
+ { .name = "message-command-bg",
+ .type = OPTIONS_TABLE_COLOUR,
+ .default_num = 0
+ },
+
+ { .name = "message-command-fg",
+ .type = OPTIONS_TABLE_COLOUR,
+ .default_num = 3
+ },
+
{ .name = "message-fg",
.type = OPTIONS_TABLE_COLOUR,
.default_num = 0