diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-23 14:49:04 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-23 14:49:04 +0200 |
commit | 671c216eb3bc40c8a2c56dc79dbfe88123fa68df (patch) | |
tree | 7a0654051a964d03b5c228155a6561efd848d58f /doc/it/autogen/user | |
parent | 2606b8a5a327a8c33924a87f3a39f9fe61a494c3 (diff) | |
download | weechat-671c216eb3bc40c8a2c56dc79dbfe88123fa68df.zip |
buflist: add option buflist.format.indent
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/buflist_commands.adoc | 2 | ||||
-rw-r--r-- | doc/it/autogen/user/buflist_options.adoc | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/it/autogen/user/buflist_commands.adoc b/doc/it/autogen/user/buflist_commands.adoc index ca80e8765..45989b6d8 100644 --- a/doc/it/autogen/user/buflist_commands.adoc +++ b/doc/it/autogen/user/buflist_commands.adoc @@ -26,7 +26,7 @@ The following variables can be used in these options: - ${format_buffer}: the evaluated value of option buflist.format.buffer; this can be used in option buflist.format.buffer_current to just change the background color for example - ${format_number}: indented number with separator (evaluation of option buflist.format.number) - ${number}: indented number, for example " 1" if there are between 10 and 99 buffers - - ${indent}: indentation for name (channel and private buffers are indented) + - ${indent}: indentation for name (channel and private buffers are indented) (evaluation of option buflist.format.indent) - ${nick_prefix}: nick prefix for a channel (set only if the option buflist.look.nick_prefix is enabled) - ${name}: the short name (if set), with a fallback on the name - ${color_hotlist}: the color depending on the highest hotlist level for the buffer (evaluation of option buflist.format.hotlist_xxx where xxx is the level) diff --git a/doc/it/autogen/user/buflist_options.adoc b/doc/it/autogen/user/buflist_options.adoc index 85cefbdfd..89bdbe16a 100644 --- a/doc/it/autogen/user/buflist_options.adoc +++ b/doc/it/autogen/user/buflist_options.adoc @@ -56,6 +56,12 @@ ** valori: qualsiasi stringa ** valore predefinito: `+"${color:default},"+` +* [[option_buflist.format.indent]] *buflist.format.indent* +** descrizione: pass:none[string displayed to indent channel and private buffers (note: content is evaluated, see /help buflist)] +** tipo: stringa +** valori: qualsiasi stringa +** valore predefinito: `+" "+` + * [[option_buflist.format.lag]] *buflist.format.lag* ** descrizione: pass:none[format for lag on an IRC server buffer (note: content is evaluated, see /help buflist)] ** tipo: stringa |