diff options
Diffstat (limited to 'doc/it/autogen/user/buflist_options.adoc')
-rw-r--r-- | doc/it/autogen/user/buflist_options.adoc | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/it/autogen/user/buflist_options.adoc b/doc/it/autogen/user/buflist_options.adoc index 30db597ec..2fcce8b17 100644 --- a/doc/it/autogen/user/buflist_options.adoc +++ b/doc/it/autogen/user/buflist_options.adoc @@ -6,13 +6,13 @@ ** descrizione: pass:none[format of each line with a buffer (note: content is evaluated, see /help buflist)] ** tipo: stringa ** valori: qualsiasi stringa -** valore predefinito: `+"${format_number}${indent}${nick_prefix}${color_hotlist}${name}"+` +** valore predefinito: `+"${format_number}${indent}${format_nick_prefix}${color_hotlist}${name}"+` * [[option_buflist.format.buffer_current]] *buflist.format.buffer_current* ** descrizione: pass:none[format for the line with current buffer (note: content is evaluated, see /help buflist)] ** tipo: stringa ** valori: qualsiasi stringa -** valore predefinito: `+"${color:lightgreen,blue}${format_buffer}"+` +** valore predefinito: `+"${color:,blue}${format_buffer}"+` * [[option_buflist.format.hotlist]] *buflist.format.hotlist* ** descrizione: pass:none[format for hotlist (note: content is evaluated, see /help buflist)] @@ -56,12 +56,24 @@ ** 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 ** valori: qualsiasi stringa ** valore predefinito: `+" ${color:green}[${color:brown}${lag}${color:green}]"+` +* [[option_buflist.format.nick_prefix]] *buflist.format.nick_prefix* +** descrizione: pass:none[format for nick prefix on a channel (note: content is evaluated, see /help buflist)] +** tipo: stringa +** valori: qualsiasi stringa +** valore predefinito: `+"${color_nick_prefix}${nick_prefix}"+` + * [[option_buflist.format.number]] *buflist.format.number* ** descrizione: pass:none[format for buffer number, ${number} is the indented number (note: content is evaluated, see /help buflist)] ** tipo: stringa @@ -69,7 +81,7 @@ ** valore predefinito: `+"${color:green}${number}${if:${number_displayed}?.: }"+` * [[option_buflist.look.display_conditions]] *buflist.look.display_conditions* -** descrizione: pass:none[conditions to display a buffer (note: content is evaluated, see /help buflist)] +** descrizione: pass:none[conditions to display a buffer (note: content is evaluated, see /help buflist); for example to hide server buffers if they are merged with core buffer: "${buffer.hidden}==0 && ((${type}!=server && ${buffer.full_name}!=core.weechat) || ${buffer.active}==1)"] ** tipo: stringa ** valori: qualsiasi stringa ** valore predefinito: `+"${buffer.hidden}==0"+` |