From 21128fea1e29d9a7c494cc9615bbd2bba1bae71b Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Thu, 10 Nov 2011 21:40:17 +0000 Subject: Sync OpenBSD patchset 976: Option to change status line (message) background when using vi keys and in command mode. From Ben Boeckel. --- options-table.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'options-table.c') diff --git a/options-table.c b/options-table.c index 4925a495..1bdb0de5 100644 --- a/options-table.c +++ b/options-table.c @@ -193,6 +193,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 -- cgit