diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-25 21:39:59 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-25 21:39:59 +0100 |
commit | 9816c8cbce202c97c5d6fd14260ff7e18a6a97c4 (patch) | |
tree | 4513c30ef3704f1ae128dbb6d711f4a7114aac95 /doc/en/autogen/user/buflist_options.adoc | |
parent | 370fbeb5a39b0b168551c1dd6d23c02f60c32721 (diff) | |
download | weechat-9816c8cbce202c97c5d6fd14260ff7e18a6a97c4.zip |
buflist: add option buflist.look.signals_refresh
Diffstat (limited to 'doc/en/autogen/user/buflist_options.adoc')
-rw-r--r-- | doc/en/autogen/user/buflist_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/autogen/user/buflist_options.adoc b/doc/en/autogen/user/buflist_options.adoc index e72baa172..bde041a38 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.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 +** values: any string +** default value: `+"buffer_opened,buffer_closed,buffer_merged,buffer_unmerged,buffer_moved,buffer_renamed,buffer_switch,buffer_hidden,buffer_unhidden,buffer_localvar_added,buffer_localvar_changed,window_switch,hotlist_changed"+` + * [[option_buflist.look.sort]] *buflist.look.sort* ** description: pass:none[comma-separated list of fields to sort buffers; each field is a hdata variable of buffer; char "-" can be used before field to reverse order] ** type: string |