summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user/buflist_options.adoc
blob: 33f1703530bb6aa13cfe0979b534eed6b8c69cfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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"+`