diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-07 19:43:19 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-07 19:43:19 +0100 |
commit | b6662ee3cf9f3401e8af58fb14d0b33a88906b67 (patch) | |
tree | 1764b7811ecfd75556832391db8e9dd9abf18391 /doc/en | |
parent | f7d719f8fdda73c9ef4ea1aa020e1767585c78a8 (diff) | |
download | weechat-b6662ee3cf9f3401e8af58fb14d0b33a88906b67.zip |
Add color support in option weechat.look.buffer_time_format
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 8779f96da..7814c45da 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -349,7 +349,7 @@ ** values: none, highlight, message, all (default value: `all`) * *weechat.look.buffer_time_format* -** description: `time format for each line displayed in buffers (see man strftime for date/time specifiers)` +** description: `time format for each line displayed in buffers (see man strftime for date/time specifiers), colors are allowed with format "${color}", for example french time: "${lightblue}%H${white}%M${lightred}%S"` ** type: string ** values: any string (default value: `"%H:%M:%S"`) |