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
58
59
60
61
62
63
64
65
66
67
68
69
|
//
// This file is auto-generated by script docgen.py.
// DO NOT EDIT BY HAND!
//
* [[option_trigger.color.flag_command]] *trigger.color.flag_command*
** descrizione: pass:none[text color for command flag (in /trigger list)]
** tipo: colore
** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline
** valore predefinito: `+lightgreen+`
* [[option_trigger.color.flag_conditions]] *trigger.color.flag_conditions*
** descrizione: pass:none[text color for conditions flag (in /trigger list)]
** tipo: colore
** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline
** valore predefinito: `+yellow+`
* [[option_trigger.color.flag_post_action]] *trigger.color.flag_post_action*
** descrizione: pass:none[text color for post action flag (in /trigger list)]
** tipo: colore
** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline
** valore predefinito: `+lightblue+`
* [[option_trigger.color.flag_regex]] *trigger.color.flag_regex*
** descrizione: pass:none[text color for regex flag (in /trigger list)]
** tipo: colore
** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline
** valore predefinito: `+lightcyan+`
* [[option_trigger.color.flag_return_code]] *trigger.color.flag_return_code*
** descrizione: pass:none[text color for return code flag (in /trigger list)]
** tipo: colore
** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline
** valore predefinito: `+lightmagenta+`
* [[option_trigger.color.regex]] *trigger.color.regex*
** descrizione: pass:none[text color for regular expressions]
** tipo: colore
** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline
** valore predefinito: `+white+`
* [[option_trigger.color.replace]] *trigger.color.replace*
** descrizione: pass:none[text color for replacement text (for regular expressions)]
** tipo: colore
** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline
** valore predefinito: `+cyan+`
* [[option_trigger.color.trigger]] *trigger.color.trigger*
** descrizione: pass:none[text color for trigger name]
** tipo: colore
** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline
** valore predefinito: `+green+`
* [[option_trigger.color.trigger_disabled]] *trigger.color.trigger_disabled*
** descrizione: pass:none[text color for disabled trigger name]
** tipo: colore
** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline
** valore predefinito: `+red+`
* [[option_trigger.look.enabled]] *trigger.look.enabled*
** descrizione: pass:none[enable trigger support]
** tipo: bool
** valori: on, off
** valore predefinito: `+on+`
* [[option_trigger.look.monitor_strip_colors]] *trigger.look.monitor_strip_colors*
** descrizione: pass:none[strip colors in hashtable values displayed on monitor buffer]
** tipo: bool
** valori: on, off
** valore predefinito: `+off+`
|