diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-26 09:31:22 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-26 10:29:22 +0200 |
commit | 0f333ee63018169a7e4e85d469fb3fa9c9df0ab3 (patch) | |
tree | 2f452d457e125fce22e44a4e7f964dcd0debd5f7 /doc/en | |
parent | ccc6cdace144eebfc1459cf5722689e35374c859 (diff) | |
download | weechat-0f333ee63018169a7e4e85d469fb3fa9c9df0ab3.zip |
api: add support of full color option name in function color()
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.asciidoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/en/weechat_plugin_api.en.asciidoc b/doc/en/weechat_plugin_api.en.asciidoc index 5ef3e91d1..e40cf6e47 100644 --- a/doc/en/weechat_plugin_api.en.asciidoc +++ b/doc/en/weechat_plugin_api.en.asciidoc @@ -6491,7 +6491,10 @@ const char *weechat_color (const char *color_name); Arguments: * 'color_name': name of color, one of: -** WeeChat option name (from weechat.color.xxx), for example 'chat_delimiters' +** WeeChat color option name (from weechat.color.xxx), for example + 'chat_delimiters' +** option name (format: file.section.option), for example + 'irc.color.message_quit' (_WeeChat ≥ 1.2_) ** color with optional attributes/background (see below) ** attribute: *** 'bold': set bold |