diff options
Diffstat (limited to 'doc/en/autogen/user/buflist_options.adoc')
-rw-r--r-- | doc/en/autogen/user/buflist_options.adoc | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/en/autogen/user/buflist_options.adoc b/doc/en/autogen/user/buflist_options.adoc index cb487694a..019d946f0 100644 --- a/doc/en/autogen/user/buflist_options.adoc +++ b/doc/en/autogen/user/buflist_options.adoc @@ -6,13 +6,13 @@ ** description: pass:none[format of each line with a buffer (note: content is evaluated, see /help buflist)] ** type: string ** values: any string -** default value: `+"${format_number}${indent}${nick_prefix}${color_hotlist}${name}"+` +** default value: `+"${format_number}${indent}${format_nick_prefix}${color_hotlist}${name}"+` * [[option_buflist.format.buffer_current]] *buflist.format.buffer_current* ** description: pass:none[format for the line with current buffer (note: content is evaluated, see /help buflist)] ** type: string ** values: any string -** default value: `+"${color:lightgreen,blue}${format_buffer}"+` +** default value: `+"${color:,blue}${format_buffer}"+` * [[option_buflist.format.hotlist]] *buflist.format.hotlist* ** description: pass:none[format for hotlist (note: content is evaluated, see /help buflist)] @@ -56,12 +56,24 @@ ** values: any string ** default value: `+"${color:default},"+` +* [[option_buflist.format.indent]] *buflist.format.indent* +** description: pass:none[string displayed to indent channel and private buffers (note: content is evaluated, see /help buflist)] +** type: string +** values: any string +** default value: `+" "+` + * [[option_buflist.format.lag]] *buflist.format.lag* ** description: pass:none[format for lag on an IRC server buffer (note: content is evaluated, see /help buflist)] ** type: string ** values: any string ** default value: `+" ${color:green}[${color:brown}${lag}${color:green}]"+` +* [[option_buflist.format.nick_prefix]] *buflist.format.nick_prefix* +** description: pass:none[format for nick prefix on a channel (note: content is evaluated, see /help buflist)] +** type: string +** values: any string +** default value: `+"${color_nick_prefix}${nick_prefix}"+` + * [[option_buflist.format.number]] *buflist.format.number* ** description: pass:none[format for buffer number, ${number} is the indented number (note: content is evaluated, see /help buflist)] ** type: string @@ -69,7 +81,7 @@ ** default value: `+"${color:green}${number}${if:${number_displayed}?.: }"+` * [[option_buflist.look.display_conditions]] *buflist.look.display_conditions* -** description: pass:none[conditions to display a buffer (note: content is evaluated, see /help buflist)] +** description: 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)"] ** type: string ** values: any string ** default value: `+"${buffer.hidden}==0"+` |