diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-18 16:04:41 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-25 14:19:48 +0100 |
commit | b77e0a2c6f0a07bf02c754bb79e9fa931195e728 (patch) | |
tree | a0c60480681a7155e6e5c2435bef418efce2487a /doc/ja/autogen/user/buflist_options.adoc | |
parent | 7f69f88468ff0b4dd805122383e1de2e058605e9 (diff) | |
download | weechat-b77e0a2c6f0a07bf02c754bb79e9fa931195e728.zip |
doc: add buflist plugin in user's guide
Diffstat (limited to 'doc/ja/autogen/user/buflist_options.adoc')
-rw-r--r-- | doc/ja/autogen/user/buflist_options.adoc | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/buflist_options.adoc b/doc/ja/autogen/user/buflist_options.adoc new file mode 100644 index 000000000..33f170353 --- /dev/null +++ b/doc/ja/autogen/user/buflist_options.adoc @@ -0,0 +1,57 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// +* [[option_buflist.format.buffer]] *buflist.format.buffer* +** 説明: pass:none[format of each line with a buffer] +** タイプ: 文字列 +** 値: 未制約文字列 +** デフォルト値: `+"${color:green}${number}.${indent}${color_hotlist}${name}"+` + +* [[option_buflist.format.buffer_current]] *buflist.format.buffer_current* +** 説明: pass:none[format for the line with current buffer] +** タイプ: 文字列 +** 値: 未制約文字列 +** デフォルト値: `+"${color:lightgreen,blue}${number}.${indent}${color_hotlist}${name}"+` + +* [[option_buflist.format.hotlist_highlight]] *buflist.format.hotlist_highlight* +** 説明: pass:none[format for a buffer with hotlist level "highlight"] +** タイプ: 文字列 +** 値: 未制約文字列 +** デフォルト値: `+"${color:magenta}"+` + +* [[option_buflist.format.hotlist_low]] *buflist.format.hotlist_low* +** 説明: pass:none[format for a buffer with hotlist level "low"] +** タイプ: 文字列 +** 値: 未制約文字列 +** デフォルト値: `+"${color:white}"+` + +* [[option_buflist.format.hotlist_message]] *buflist.format.hotlist_message* +** 説明: pass:none[format for a buffer with hotlist level "message"] +** タイプ: 文字列 +** 値: 未制約文字列 +** デフォルト値: `+"${color:brown}"+` + +* [[option_buflist.format.hotlist_none]] *buflist.format.hotlist_none* +** 説明: pass:none[format for a buffer not in hotlist] +** タイプ: 文字列 +** 値: 未制約文字列 +** デフォルト値: `+"${color:default}"+` + +* [[option_buflist.format.hotlist_private]] *buflist.format.hotlist_private* +** 説明: pass:none[format for a buffer with hotlist level "private"] +** タイプ: 文字列 +** 値: 未制約文字列 +** デフォルト値: `+"${color:green}"+` + +* [[option_buflist.format.lag]] *buflist.format.lag* +** 説明: pass:none[format for lag on an irc server buffer] +** タイプ: 文字列 +** 値: 未制約文字列 +** デフォルト値: `+" ${color:green}[${color:brown}${lag}${color:green}]"+` + +* [[option_buflist.look.sort]] *buflist.look.sort* +** 説明: pass:none[comma-separated list of fields to sort buffers; each field is a hdata variable of buffer; char "-" can be used before field to reverse order] +** タイプ: 文字列 +** 値: 未制約文字列 +** デフォルト値: `+"number,-active"+` |