Option to change status line (message) background when using vi keys and

in command mode. From Ben Boeckel.
This commit is contained in:
Nicholas Marriott
2011-11-05 09:06:31 +00:00
parent e5d6df8979
commit e5bf63cb59
3 changed files with 36 additions and 3 deletions

View File

@ -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