mirror of
https://github.com/tmux/tmux.git
synced 2025-11-03 16:46:18 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user