diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-02 08:37:47 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-02 08:37:47 +0200 |
commit | 20bb762e28a08d70e86dd55e9daf65b51e4ad048 (patch) | |
tree | 4c0aa513bc6b84695a23a542a0f15a42199b8728 /doc/ja/autogen/user/buflist_commands.adoc | |
parent | e6db6185a75b7f00037b81bc4ea6c71ed1d303cc (diff) | |
download | weechat-20bb762e28a08d70e86dd55e9daf65b51e4ad048.zip |
buflist: add options buflist.look.nick_prefix and buflist.look.nick_prefix_empty
The option buflist.look.signals_refresh is not an extra list of signals for
refresh, so it is empty by default.
The default list of signals is handled directly by buflist and not visible to
the user.
Diffstat (limited to 'doc/ja/autogen/user/buflist_commands.adoc')
-rw-r--r-- | doc/ja/autogen/user/buflist_commands.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/buflist_commands.adoc b/doc/ja/autogen/user/buflist_commands.adoc index 27d1a5e92..369385dc4 100644 --- a/doc/ja/autogen/user/buflist_commands.adoc +++ b/doc/ja/autogen/user/buflist_commands.adoc @@ -27,6 +27,7 @@ The following variables can be used in these options: - ${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) + - ${nick_prefix}: nick prefix for a channel (set only if the option buflist.look.nick_prefix is enabled) - ${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) |