diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-08-15 12:44:16 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-08-15 12:44:16 +0200 |
commit | 0f67f55098db564c82c848262540704985790129 (patch) | |
tree | 6d5be6185825ee9706937a25637a42ea5521f123 /doc/en | |
parent | 1ce2d7f56d2f3a547f5ad59b9e426675a1632059 (diff) | |
download | weechat-0f67f55098db564c82c848262540704985790129.zip |
trigger: add elapsed time for trigger execution on monitor buffer when trigger debug is set (closes #1806)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/includes/autogen_user_options.en.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/includes/autogen_user_options.en.adoc b/doc/en/includes/autogen_user_options.en.adoc index 37c0218ba..8f13663ac 100644 --- a/doc/en/includes/autogen_user_options.en.adoc +++ b/doc/en/includes/autogen_user_options.en.adoc @@ -1550,6 +1550,12 @@ ** values: 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 ** default value: `+lightmagenta+` +* [[option_trigger.color.identifier]] *trigger.color.identifier* +** description: pass:none[text color for trigger context identifier in monitor buffer] +** type: color +** values: 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 +** default value: `+cyan+` + * [[option_trigger.color.regex]] *trigger.color.regex* ** description: pass:none[text color for regular expressions] ** type: color |