diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-08-03 21:06:38 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-08-03 21:06:38 +0100 |
commit | 84c22d053b5ec1cd25e1694fa3889922b9cbe11b (patch) | |
tree | cc2a16f9740fdf784459b06fead42323bbcc7b8d /options-table.c | |
parent | 7581762c8e07b18726933616ac92458f9e74d4c6 (diff) | |
download | rtmux-84c22d053b5ec1cd25e1694fa3889922b9cbe11b.tar.gz rtmux-84c22d053b5ec1cd25e1694fa3889922b9cbe11b.tar.bz2 rtmux-84c22d053b5ec1cd25e1694fa3889922b9cbe11b.zip |
Add length limit operator for formats.
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c index 2281d652..0b86ef7c 100644 --- a/options-table.c +++ b/options-table.c @@ -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", |