Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2014-11-09 00:15:51 +00:00
13 changed files with 120 additions and 94 deletions

View File

@ -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",