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/fr | |
parent | ccc6cdace144eebfc1459cf5722689e35374c859 (diff) | |
download | weechat-0f333ee63018169a7e4e85d469fb3fa9c9df0ab3.zip |
api: add support of full color option name in function color()
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.asciidoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.asciidoc b/doc/fr/weechat_plugin_api.fr.asciidoc index 3c1ea1e45..8fdc66e24 100644 --- a/doc/fr/weechat_plugin_api.fr.asciidoc +++ b/doc/fr/weechat_plugin_api.fr.asciidoc @@ -6587,7 +6587,10 @@ const char *weechat_color (const char *color_name); Paramètres : * 'color_name' : nom de la couleur, parmi : -** une option WeeChat (de weechat.color.xxx), par exemple 'chat_delimiters' +** le nom d'une option de couleur WeeChat (de weechat.color.xxx), par exemple + 'chat_delimiters' +** le nom d'une option (format: fichier.section.option), par exemple + 'irc.color.message_quit' (_WeeChat ≥ 1.2_) ** une couleur avec des attributs/fond optionnels (voir ci-dessous) ** un attribut : *** 'bold' : activer le gras |