Do not put a space between status-left/status-right and the window list,

instead move the space into the defaults for the options (so status-left
now defaults to "[#S] ". From Balazs Kezes.
This commit is contained in:
nicm
2014-11-05 23:15:11 +00:00
parent 10a9440055
commit d24c9d7d3e
3 changed files with 12 additions and 13 deletions

View File

@ -390,7 +390,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",
@ -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 = " \"#{=22:pane_title}\" %H:%M %d-%b-%y"
},
{ .name = "status-right-attr",