diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-26 10:28:59 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-26 10:29:30 +0200 |
commit | d322389e0437f5ce68e6b7301d36068214f3db32 (patch) | |
tree | 8f3af946065dd980067a39783ac41f95a23f8077 /doc/fr/weechat_plugin_api.fr.asciidoc | |
parent | 0f333ee63018169a7e4e85d469fb3fa9c9df0ab3 (diff) | |
download | weechat-d322389e0437f5ce68e6b7301d36068214f3db32.zip |
core: add support of full color option name in command /eval and API function string_eval_expression()
Diffstat (limited to 'doc/fr/weechat_plugin_api.fr.asciidoc')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.asciidoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.asciidoc b/doc/fr/weechat_plugin_api.fr.asciidoc index 8fdc66e24..71aac857b 100644 --- a/doc/fr/weechat_plugin_api.fr.asciidoc +++ b/doc/fr/weechat_plugin_api.fr.asciidoc @@ -1962,7 +1962,8 @@ première étendue à la dernière) : `test` | `${color:nom}` | - Code couleur WeeChat (le nom de couleur a des attributs facultatifs) | + Code couleur WeeChat (le nom de couleur a des attributs facultatifs), + voir la fonction <<_color,weechat_color>> pour les formats supportés | `${color:red}texte rouge` + `${color:*214}texte orange gras` | `texte rouge` (en rouge) + |