diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-09-02 08:39:06 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-09-02 08:39:06 +0200 |
commit | 0d8bd7f1e6809ea45c12f094cece9656eda32117 (patch) | |
tree | 8fb8c5083493d50350d2cfad9569ad5a37845ad4 /doc/en | |
parent | 410caef273c4b73cc6dd8fa94aba96ec021da109 (diff) | |
download | weechat-0d8bd7f1e6809ea45c12f094cece9656eda32117.zip |
core: add option weechat.look.day_change_message2
The new option weechat.look.day_change_message2 is used to display day change
between two messages, with two dates: the new one, and the old one.
Example:
-- Mon, 02 Sep 2013 (Thu, 22 Aug 2013) --
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 66ed593b8..7a2adaba5 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -484,10 +484,15 @@ ** values: on, off (default value: `on`) * [[option_weechat.look.day_change_message]] *weechat.look.day_change_message* -** description: `message displayed when the day has changed (see man strftime for date/time specifiers) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)` +** description: `message displayed when the day has changed, with one date displayed (for example at beginning of buffer) (see man strftime for date/time specifiers) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)` ** type: string ** values: any string (default value: `"-- %a, %d %b %Y --"`) +* [[option_weechat.look.day_change_message2]] *weechat.look.day_change_message2* +** description: `message displayed when the day has changed, with two dates displayed (between two messages); the second date specifiers must start with two "%" because strftime is called two times on this string (see man strftime for date/time specifiers) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)` +** type: string +** values: any string (default value: `"-- %%a, %%d %%b %%Y (%a, %d %b %Y) --"`) + * [[option_weechat.look.eat_newline_glitch]] *weechat.look.eat_newline_glitch* ** description: `if set, the eat_newline_glitch will be set to 0; this is used to not add new line char at end of each line, and then not break text when you copy/paste text from WeeChat to another application (this option is disabled by default because it can cause serious display bugs)` ** type: boolean |