New options, window-status-current-{fg,bg,attr}, to set the fg, bg and

attributes with which the current window is shown in the status line. From
Johan Friis, thanks.
This commit is contained in:
Nicholas Marriott
2009-07-20 09:15:18 +00:00
parent 73732ffa05
commit e32e0d5692
4 changed files with 23 additions and 1 deletions

View File

@ -68,6 +68,9 @@ const struct set_option_entry set_window_option_table[] = {
{ "utf8", SET_OPTION_FLAG, 0, 0, NULL },
{ "window-status-attr", SET_OPTION_ATTRIBUTES, 0, 0, NULL },
{ "window-status-bg", SET_OPTION_COLOUR, 0, 0, NULL },
{ "window-status-current-attr", SET_OPTION_ATTRIBUTES, 0, 0, NULL },
{ "window-status-current-bg", SET_OPTION_COLOUR, 0, 0, NULL },
{ "window-status-current-fg", SET_OPTION_COLOUR, 0, 0, NULL },
{ "window-status-fg", SET_OPTION_COLOUR, 0, 0, NULL },
{ "xterm-keys", SET_OPTION_FLAG, 0, 0, NULL },
{ NULL, 0, 0, 0, NULL }