Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2016-05-05 00:01:11 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -698,7 +698,8 @@ const struct options_table_entry options_table[] = {
{ .name = "pane-border-format",
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_WINDOW,
.default_str = "#{?pane_active,#[reverse],}#{pane_index}#[default] \"#{pane_title}\""
.default_str = "#{?pane_active,#[reverse],}#{pane_index}#[default] "
"\"#{pane_title}\""
},
{ .name = "pane-border-status",