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/de/autogen/user | |
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/de/autogen/user')
-rw-r--r-- | doc/de/autogen/user/weechat_options.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/de/autogen/user/weechat_options.txt b/doc/de/autogen/user/weechat_options.txt index d49811b26..4538a8b0a 100644 --- a/doc/de/autogen/user/weechat_options.txt +++ b/doc/de/autogen/user/weechat_options.txt @@ -484,10 +484,15 @@ ** Werte: on, off (Standardwert: `on`) * [[option_weechat.look.day_change_message]] *weechat.look.day_change_message* -** Beschreibung: `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)` +** Beschreibung: `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)` ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `"-- %a, %d %b %Y --"`) +* [[option_weechat.look.day_change_message2]] *weechat.look.day_change_message2* +** Beschreibung: `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)` +** Typ: Zeichenkette +** Werte: beliebige Zeichenkette (Standardwert: `"-- %%a, %%d %%b %%Y (%a, %d %b %Y) --"`) + * [[option_weechat.look.eat_newline_glitch]] *weechat.look.eat_newline_glitch* ** Beschreibung: `aktiviert man diese Option, dann wird "eat_newline_glitch" auf 0 gesetzt; dies bedeutet, dass am Ende einer Zeile kein Zeilenumbruch an gehangen wird und somit der Text beim kopieren aus WeeChat und beim einfügen in einer anderen Applikation nicht umgebrochen wird (diese Option ist standardmäßig deaktiviert, da es zu schwerwiegenden Grafikfehlern kommen kann)` ** Typ: boolesch |