summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authornicm <nicm>2013-10-10 11:50:20 +0000
committernicm <nicm>2013-10-10 11:50:20 +0000
commit40811eb8d45c1b6d93da2ebae6c4bc821d2b9836 (patch)
tree511ee536e73a2317ef3b5417bf849922ca33c120 /options-table.c
parent2756d127507cb939582adf2bbaf7be4cf5b711cd (diff)
Add length limit operator for formats.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c
index 138a307e..a62d38b2 100644
--- a/options-table.c
+++ b/options-table.c
@@ -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",