diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-25 22:14:32 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-25 22:14:32 +0100 |
commit | 9d0ae31fce5dccce56cd2f873daf199e286eff75 (patch) | |
tree | 0f58b1de082f499f169bc30163ad7df8371907ef /doc/ja/autogen/user/buflist_options.adoc | |
parent | 9816c8cbce202c97c5d6fd14260ff7e18a6a97c4 (diff) | |
download | weechat-9d0ae31fce5dccce56cd2f873daf199e286eff75.zip |
buflist: add option buflist.look.display_conditions
Diffstat (limited to 'doc/ja/autogen/user/buflist_options.adoc')
-rw-r--r-- | doc/ja/autogen/user/buflist_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/buflist_options.adoc b/doc/ja/autogen/user/buflist_options.adoc index 5689b13ed..54cc65102 100644 --- a/doc/ja/autogen/user/buflist_options.adoc +++ b/doc/ja/autogen/user/buflist_options.adoc @@ -62,6 +62,12 @@ ** 値: 未制約文字列 ** デフォルト値: `+" ${color:green}[${color:brown}${lag}${color:green}]"+` +* [[option_buflist.look.display_conditions]] *buflist.look.display_conditions* +** 説明: pass:none[conditions to display a buffer (note: content is evaluated, see /help buflist)] +** タイプ: 文字列 +** 値: 未制約文字列 +** デフォルト値: `+"${buffer.hidden}==0"+` + * [[option_buflist.look.signals_refresh]] *buflist.look.signals_refresh* ** 説明: pass:none[comma-separated list of signals that are hooked and trigger the refresh of buffers list] ** タイプ: 文字列 |