Add length limit operator for formats.

This commit is contained in:
nicm
2013-10-10 11:50:20 +00:00
parent 2756d12750
commit 40811eb8d4
3 changed files with 41 additions and 7 deletions

View File

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