diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-19 12:02:41 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-19 12:02:41 +0200 |
commit | 60f2b501177d78769ec50522839983b052820518 (patch) | |
tree | 8c44eff04c366bcadf4e25ea8403695fbd59180b /doc/pl/autogen/user | |
parent | 7ad2744b3358e7d9c369d5371d9681f83a8d3afc (diff) | |
download | weechat-60f2b501177d78769ec50522839983b052820518.zip |
core: add options weechat.look.quote_{nick_prefix|nick_suffix|time_format} to customize quoted messages in cursor mode (closes #403)
Diffstat (limited to 'doc/pl/autogen/user')
-rw-r--r-- | doc/pl/autogen/user/weechat_options.asciidoc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/pl/autogen/user/weechat_options.asciidoc b/doc/pl/autogen/user/weechat_options.asciidoc index 0e8fb566a..5cf15d50c 100644 --- a/doc/pl/autogen/user/weechat_options.asciidoc +++ b/doc/pl/autogen/user/weechat_options.asciidoc @@ -827,6 +827,21 @@ ** typ: ciąg ** wartości: dowolny ciąg (domyślna wartość: `"|"`) +* [[option_weechat.look.quote_nick_prefix]] *weechat.look.quote_nick_prefix* +** opis: `text to display before nick when quoting a message (see /help cursor)` +** typ: ciąg +** wartości: dowolny ciąg (domyślna wartość: `"<"`) + +* [[option_weechat.look.quote_nick_suffix]] *weechat.look.quote_nick_suffix* +** opis: `text to display after nick when quoting a message (see /help cursor)` +** typ: ciąg +** wartości: dowolny ciąg (domyślna wartość: `">"`) + +* [[option_weechat.look.quote_time_format]] *weechat.look.quote_time_format* +** opis: `time format when quoting a message (see /help cursor)` +** typ: ciąg +** wartości: dowolny ciąg (domyślna wartość: `"%H:%M:%S"`) + * [[option_weechat.look.read_marker]] *weechat.look.read_marker* ** opis: `używaj znacznika (linii albo znaku) do zaznaczania pierwszej nieprzeczytanej linii w buforze` ** typ: liczba |