diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-23 12:00:34 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-23 12:00:34 +0200 |
commit | b3dd47edd8af9a5c8e7aa97f974082180ea0ec5e (patch) | |
tree | f28fc0a95b70a297de2f768721978067cedcd87e /doc/en/autogen/user/buflist_options.adoc | |
parent | 5a9269ba2045e1aba4ef8c9756e01042a1089e2e (diff) | |
download | weechat-b3dd47edd8af9a5c8e7aa97f974082180ea0ec5e.zip |
buflist: add variable `${format_name}` in bar item evaluation and option buflist.format.name (issue #1020)
Diffstat (limited to 'doc/en/autogen/user/buflist_options.adoc')
-rw-r--r-- | doc/en/autogen/user/buflist_options.adoc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/en/autogen/user/buflist_options.adoc b/doc/en/autogen/user/buflist_options.adoc index 5cc2cefc3..490e6d2de 100644 --- a/doc/en/autogen/user/buflist_options.adoc +++ b/doc/en/autogen/user/buflist_options.adoc @@ -6,7 +6,7 @@ ** 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}${format_nick_prefix}${color_hotlist}${name}"+` +** default value: `+"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_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)] @@ -68,6 +68,12 @@ ** values: any string ** default value: `+" ${color:green}[${color:brown}${lag}${color:green}]"+` +* [[option_buflist.format.name]] *buflist.format.name* +** description: pass:none[format for buffer name (note: content is evaluated, see /help buflist)] +** type: string +** values: any string +** default value: `+"${name}"+` + * [[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 |