summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-05-05 00:01:11 +0100
committerThomas Adam <thomas@xteddy.org>2016-05-05 00:01:11 +0100
commitf4648c1ca1e2a42ace541555387d2b66ff717dde (patch)
treeca1adba95f960865a09e0769f9eb858f9fcb1284 /options-table.c
parentce1ec90fcc73110ca319c0e0a7823f84fd6286de (diff)
parent9f045787a5b12a8ee19a3cf29432a41cec4d2158 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c
index ec68931d..4898e550 100644
--- a/options-table.c
+++ b/options-table.c
@@ -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",