summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-12-07 19:43:19 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-12-07 19:43:19 +0100
commitb6662ee3cf9f3401e8af58fb14d0b33a88906b67 (patch)
tree1764b7811ecfd75556832391db8e9dd9abf18391 /doc/en
parentf7d719f8fdda73c9ef4ea1aa020e1767585c78a8 (diff)
downloadweechat-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.txt2
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"`)