Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2021-12-13 12:01:10 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -964,7 +964,7 @@ const struct options_table_entry options_table[] = {
{ .name = "pane-border-format",
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_WINDOW,
.scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,
.default_str = "#{?pane_active,#[reverse],}#{pane_index}#[default] "
"\"#{pane_title}\"",
.text = "Format of text in the pane status lines."