Add length limit operator for formats.

This commit is contained in:
Nicholas Marriott
2013-08-03 21:06:38 +01:00
parent 7581762c8e
commit 84c22d053b
3 changed files with 41 additions and 7 deletions

View File

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