diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-18 20:34:25 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-18 20:34:25 +0200 |
commit | 2eebde035a79eacd8696b79910fd469e635b6f0e (patch) | |
tree | 0558e770ec4e7eb665920c61a30bab2edac3aaf5 /doc/en/autogen | |
parent | 33ccc29a3f0176f46a83387459936f2f8b92d1e4 (diff) | |
download | weechat-2eebde035a79eacd8696b79910fd469e635b6f0e.zip |
buflist: add option "bar" in command /buflist, do not automatically add the bar when buflist is disabled (closes #994)
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/buflist_commands.adoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/en/autogen/user/buflist_commands.adoc b/doc/en/autogen/user/buflist_commands.adoc index abe134263..fba84175f 100644 --- a/doc/en/autogen/user/buflist_commands.adoc +++ b/doc/en/autogen/user/buflist_commands.adoc @@ -6,8 +6,10 @@ * `+buflist+`: bar item with list of buffers ---- -/buflist refresh +/buflist bar + refresh +bar: add the "buflist" bar 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 these options: |