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/it | |
parent | f7d719f8fdda73c9ef4ea1aa020e1767585c78a8 (diff) | |
download | weechat-b6662ee3cf9f3401e8af58fb14d0b33a88906b67.zip |
Add color support in option weechat.look.buffer_time_format
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index 71ba6a4b9..fd2d92afd 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -349,7 +349,7 @@ ** valori: none, highlight, message, all (valore predefinito: `all`) * *weechat.look.buffer_time_format* -** descrizione: `formato dell'ora per ogni riga visualizzata nei buffer (consultare man strftime per gli specificatori data/ora)` +** descrizione: `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"` ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `"%H:%M:%S"`) |