diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-11 16:44:36 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-11 16:44:36 +0100 |
commit | a4b1952c757e99140d49e8b9d1d8f8a1497d2f01 (patch) | |
tree | 2fcab9e52290e8d95afa370bdfab4fcb85ba73f6 /doc/it | |
parent | 9b935836e090320e33783c698be82f7684166879 (diff) | |
download | weechat-a4b1952c757e99140d49e8b9d1d8f8a1497d2f01.zip |
logger: add option logger.look.backlog_conditions (closes #1132)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/logger_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/it/autogen/user/logger_options.adoc b/doc/it/autogen/user/logger_options.adoc index 929e00fc9..1c283250b 100644 --- a/doc/it/autogen/user/logger_options.adoc +++ b/doc/it/autogen/user/logger_options.adoc @@ -79,3 +79,9 @@ ** tipo: intero ** valori: 0 .. 2147483647 ** valore predefinito: `+20+` + +* [[option_logger.look.backlog_conditions]] *logger.look.backlog_conditions* +** descrizione: pass:none[conditions to display the backlog (note: content is evaluated, see /help eval); empty value displays the backlog on all buffers; for example to display backlog on private buffers only: "${type} == private"] +** tipo: stringa +** valori: qualsiasi stringa +** valore predefinito: `+""+` |