Sync OpenBSD patchset 976:

Option to change status line (message) background when using vi keys and
in command mode. From Ben Boeckel.
This commit is contained in:
Tiago Cunha
2011-11-10 21:40:17 +00:00
parent 693c106a1d
commit 21128fea1e
3 changed files with 37 additions and 4 deletions

View File

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