Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2020-12-01 10:01:22 +00:00
4 changed files with 43 additions and 8 deletions

View File

@ -1013,7 +1013,7 @@ const struct options_table_entry options_table[] = {
{ .name = "window-status-current-format",
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_WINDOW,
.default_str = "#I:#W#{?window_flags,#{window_flags}, }",
.default_str = "#I:#W#{?window_flags,#{q/e:window_flags}, }",
.text = "Format of the current window in the status line."
},
@ -1029,7 +1029,7 @@ const struct options_table_entry options_table[] = {
{ .name = "window-status-format",
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_WINDOW,
.default_str = "#I:#W#{?window_flags,#{window_flags}, }",
.default_str = "#I:#W#{?window_flags,#{q/e:window_flags}, }",
.text = "Format of windows in the status line, except the current "
"window."
},