aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsthen <sthen>2015-01-21 12:20:56 +0000
committersthen <sthen>2015-01-21 12:20:56 +0000
commitc38f0d85da44d83ea69c6586a1aef428d9f489d0 (patch)
tree57589c1a7e13dec9ef62c35a6a7e2687ef61f832
parentf9c7f9a17aaf05f4303f66982f6cf33ad03f9714 (diff)
downloadrtmux-c38f0d85da44d83ea69c6586a1aef428d9f489d0.tar.gz
rtmux-c38f0d85da44d83ea69c6586a1aef428d9f489d0.tar.bz2
rtmux-c38f0d85da44d83ea69c6586a1aef428d9f489d0.zip
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@
-rw-r--r--options-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c
index 65b91226..7d8b2568 100644
--- a/options-table.c
+++ b/options-table.c
@@ -431,7 +431,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 = " \"#{=21:pane_title}\" %H:%M %d-%b-%y"
},
{ .name = "status-right-attr",