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/pl/autogen/user/buflist_commands.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/pl/autogen/user/buflist_commands.adoc')
-rw-r--r-- | doc/pl/autogen/user/buflist_commands.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/pl/autogen/user/buflist_commands.adoc b/doc/pl/autogen/user/buflist_commands.adoc index 82505e76b..3a5bb1487 100644 --- a/doc/pl/autogen/user/buflist_commands.adoc +++ b/doc/pl/autogen/user/buflist_commands.adoc @@ -37,6 +37,7 @@ The following variables can be used in these options: - ${format_nick_prefix}: colored nick prefix for a channel (evaluation of option buflist.format.nick_prefix) - ${color_nick_prefix}: color of nick prefix for a channel (set only if the option buflist.look.nick_prefix is enabled) - ${nick_prefix}: nick prefix for a channel (set only if the option buflist.look.nick_prefix is enabled) + - ${format_name}: formatted name (evaluation of option buflist.format.name) - ${name}: the short name (if set), with a fallback on the name - ${color_hotlist}: the color depending on the highest hotlist level for the buffer (evaluation of option buflist.format.hotlist_xxx where xxx is the level) - ${format_hotlist}: the formatted hotlist (evaluation of option buflist.format.hotlist) |