diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-25 22:14:32 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-25 22:14:32 +0100 |
commit | 9d0ae31fce5dccce56cd2f873daf199e286eff75 (patch) | |
tree | 0f58b1de082f499f169bc30163ad7df8371907ef /doc/en/autogen/user | |
parent | 9816c8cbce202c97c5d6fd14260ff7e18a6a97c4 (diff) | |
download | weechat-9d0ae31fce5dccce56cd2f873daf199e286eff75.zip |
buflist: add option buflist.look.display_conditions
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/buflist_commands.adoc | 3 | ||||
-rw-r--r-- | doc/en/autogen/user/buflist_options.adoc | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/en/autogen/user/buflist_commands.adoc b/doc/en/autogen/user/buflist_commands.adoc index c82246851..4a6950c93 100644 --- a/doc/en/autogen/user/buflist_commands.adoc +++ b/doc/en/autogen/user/buflist_commands.adoc @@ -10,7 +10,8 @@ refresh: force the refresh of the "buflist" bar item -The lines with buffers are displayed using string evaluation (see /help eval for the format), with two main options: +The lines with buffers are displayed using string evaluation (see /help eval for the format), with these options: + - buflist.look.display_conditions: conditions to display a buffer in the list - buflist.format.buffer: format for a buffer which is not current buffer - buflist.format.buffer_current: format for the current buffer diff --git a/doc/en/autogen/user/buflist_options.adoc b/doc/en/autogen/user/buflist_options.adoc index bde041a38..6e42890df 100644 --- a/doc/en/autogen/user/buflist_options.adoc +++ b/doc/en/autogen/user/buflist_options.adoc @@ -62,6 +62,12 @@ ** values: any string ** default value: `+" ${color:green}[${color:brown}${lag}${color:green}]"+` +* [[option_buflist.look.display_conditions]] *buflist.look.display_conditions* +** description: pass:none[conditions to display a buffer (note: content is evaluated, see /help buflist)] +** type: string +** values: any string +** default value: `+"${buffer.hidden}==0"+` + * [[option_buflist.look.signals_refresh]] *buflist.look.signals_refresh* ** description: pass:none[comma-separated list of signals that are hooked and trigger the refresh of buffers list] ** type: string |