diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-29 20:00:36 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-29 20:00:36 +0200 |
commit | 0436fff31b5ef7814391dd1a666cccfaa0f2ff67 (patch) | |
tree | b35d434bf752b033a4c277a46af63db70902d77f /doc/it/autogen/user/buflist_commands.adoc | |
parent | 454a4b14b28a476cf274ed894275e63093a4a053 (diff) | |
download | weechat-0436fff31b5ef7814391dd1a666cccfaa0f2ff67.zip |
buflist: add option buflist.format.number
Diffstat (limited to 'doc/it/autogen/user/buflist_commands.adoc')
-rw-r--r-- | doc/it/autogen/user/buflist_commands.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/it/autogen/user/buflist_commands.adoc b/doc/it/autogen/user/buflist_commands.adoc index 4a6950c93..ffea9f6c0 100644 --- a/doc/it/autogen/user/buflist_commands.adoc +++ b/doc/it/autogen/user/buflist_commands.adoc @@ -24,6 +24,7 @@ The following variables can be used in these options: - ${buffer.nicklist_nicks_count} - extra variables added by buflist for convenience: - ${format_buffer}: the evaluated value of option buflist.format.buffer; this can be used in option buflist.format.buffer_current to just change the background color for example + - ${format_number}: indented number with separator (evaluation of option buflist.format.number) - ${number}: indented number, for example " 1" if there are between 10 and 99 buffers - ${indent}: indentation for name (channel and private buffers are indented) - ${name}: the short name (if set), with a fallback on the name |