In options-table.c r1.51 an extra space was added to the default status-right,

overrunning status-right-length with long window titles. Allow for the extra
space so the last digit of the year isn't lost.  ok nicm@
This commit is contained in:
sthen 2015-01-21 12:20:56 +00:00
parent f9c7f9a17a
commit c38f0d85da
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ const struct options_table_entry session_options_table[] = {
{ .name = "status-right", { .name = "status-right",
.type = OPTIONS_TABLE_STRING, .type = OPTIONS_TABLE_STRING,
.default_str = " \"#{=22:pane_title}\" %H:%M %d-%b-%y" .default_str = " \"#{=21:pane_title}\" %H:%M %d-%b-%y"
}, },
{ .name = "status-right-attr", { .name = "status-right-attr",