diff options
author | Thomas Adam <thomas@xteddy.org> | 2014-11-09 00:15:51 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2014-11-09 00:15:51 +0000 |
commit | fc05bf255af2a39a8168320455f79e7e6d9e915a (patch) | |
tree | 513fd3ba523bb758a8977f12618f667ad3a5247d /options-table.c | |
parent | 747cab428158eada08a87a2c0e1ac917ba3293e1 (diff) | |
parent | 8f1302282b02f07e0868fbcdb79bb5404010ad4e (diff) | |
download | rtmux-fc05bf255af2a39a8168320455f79e7e6d9e915a.tar.gz rtmux-fc05bf255af2a39a8168320455f79e7e6d9e915a.tar.bz2 rtmux-fc05bf255af2a39a8168320455f79e7e6d9e915a.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options-table.c b/options-table.c index 2083f6a5..2b123248 100644 --- a/options-table.c +++ b/options-table.c @@ -389,7 +389,7 @@ const struct options_table_entry session_options_table[] = { { .name = "status-left", .type = OPTIONS_TABLE_STRING, - .default_str = "[#S]" + .default_str = "[#S] " }, { .name = "status-left-attr", @@ -430,7 +430,7 @@ const struct options_table_entry session_options_table[] = { { .name = "status-right", .type = OPTIONS_TABLE_STRING, - .default_str = "\"#{=22:pane_title}\" %H:%M %d-%b-%y" + .default_str = " \"#{=22:pane_title}\" %H:%M %d-%b-%y" }, { .name = "status-right-attr", |