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/ja/includes | |
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/ja/includes')
-rw-r--r-- | doc/ja/includes/autogen_user_options.ja.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ja/includes/autogen_user_options.ja.adoc b/doc/ja/includes/autogen_user_options.ja.adoc index 55630b8a9..933211397 100644 --- a/doc/ja/includes/autogen_user_options.ja.adoc +++ b/doc/ja/includes/autogen_user_options.ja.adoc @@ -1550,6 +1550,12 @@ ** 値: WeeChat の色名 (default、black、(dark)gray、white、(light)red、(light)green、brown、yellow、(light)blue、(light)magenta、(light)cyan) 、端末色番号またはその別名; 色の前に属性を置くことができます (テキスト前景色のみ、背景色は出来ません): 太字は "*"、反転は "!"、イタリックは "/"、下線は "_" ** デフォルト値: `+lightmagenta+` +* [[option_trigger.color.identifier]] *trigger.color.identifier* +** 説明: pass:none[text color for trigger context identifier in monitor buffer] +** タイプ: 色 +** 値: WeeChat の色名 (default、black、(dark)gray、white、(light)red、(light)green、brown、yellow、(light)blue、(light)magenta、(light)cyan) 、端末色番号またはその別名; 色の前に属性を置くことができます (テキスト前景色のみ、背景色は出来ません): 太字は "*"、反転は "!"、イタリックは "/"、下線は "_" +** デフォルト値: `+cyan+` + * [[option_trigger.color.regex]] *trigger.color.regex* ** 説明: pass:none[正規表現に対するテキスト色] ** タイプ: 色 |