summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user/buflist_commands.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-10-19 21:51:00 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-10-19 21:51:00 +0200
commit534dda90942c74b1666c7a5b5e2d88abde49ff74 (patch)
tree67dfec2fde5c947d5c4cbcc8386113965244e775 /doc/it/autogen/user/buflist_commands.adoc
parentb82ce1e15d18348d0bb765f2c5fd1faa6f6dc356 (diff)
downloadweechat-534dda90942c74b1666c7a5b5e2d88abde49ff74.zip
buflist: add two new bar items using the same format configuration options (closes #990)
Diffstat (limited to 'doc/it/autogen/user/buflist_commands.adoc')
-rw-r--r--doc/it/autogen/user/buflist_commands.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/it/autogen/user/buflist_commands.adoc b/doc/it/autogen/user/buflist_commands.adoc
index 65c80ea58..d53477ff8 100644
--- a/doc/it/autogen/user/buflist_commands.adoc
+++ b/doc/it/autogen/user/buflist_commands.adoc
@@ -10,7 +10,7 @@
refresh
bar: add the "buflist" bar
-refresh: force the refresh of the "buflist" bar item
+refresh: force the refresh of the bar items (buflist, buflist2 and buflist3)
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
@@ -18,6 +18,8 @@ The lines with buffers are displayed using string evaluation (see /help eval for
- buflist.format.buffer_current: format for the current buffer
The following variables can be used in these options:
+ - bar item data (see hdata "bar_item" in API doc for a complete list), for example:
+ - ${bar_item.name}
- buffer data (see hdata "buffer" in API doc for a complete list), for example:
- ${buffer.number}
- ${buffer.name}