diff options
author | nicm <nicm> | 2016-05-04 21:29:47 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-05-04 21:29:47 +0000 |
commit | 9f045787a5b12a8ee19a3cf29432a41cec4d2158 (patch) | |
tree | 1417ee3ffc87421163da773b3988e507b53fc3e5 /options-table.c | |
parent | 28e0658fa984ccc5c614e2f66f75df522b116e2c (diff) | |
download | rtmux-9f045787a5b12a8ee19a3cf29432a41cec4d2158.tar.gz rtmux-9f045787a5b12a8ee19a3cf29432a41cec4d2158.tar.bz2 rtmux-9f045787a5b12a8ee19a3cf29432a41cec4d2158.zip |
Fix up a couple of long lines.
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c index c55ce715..b96d91b3 100644 --- a/options-table.c +++ b/options-table.c @@ -699,7 +699,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", |