From 5b9b1e175b723ef1c7aceb1b4bf27534b2795805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 10 Dec 2022 16:37:03 +0100 Subject: core: add color attributes "blink" and "dim" (half bright) (closes #1855) --- doc/en/weechat_plugin_api.en.adoc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/en/weechat_plugin_api.en.adoc') diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index ecd867599..a26241688 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -8676,6 +8676,10 @@ Arguments: _irc.color.message_quit_ _(WeeChat ≥ 1.2)_ ** color with optional attributes/background (see below) ** attribute: +*** _blink_: set blink +*** _-blink_: remove blink +*** _dim_: set "dim" (half bright) +*** _-dim_: remove "dim" (half bright) *** _bold_: set bold *** _-bold_: remove bold *** _reverse_: set reverse @@ -8698,6 +8702,8 @@ Arguments: Format of color is: attributes (optional) + color name + ",background" (optional). Possible attributes are: +* `+%+`: blink +* `+.+`: "dim" (half bright) * `+*+`: bold text * `+!+`: reverse video * `+/+`: italic -- cgit v1.2.3