diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-07 00:18:19 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-07 00:18:19 +0100 |
commit | 997434ef8b1706d47274ede37a009dc883003c82 (patch) | |
tree | 94e01f55f8601faaf6a02dbaafdba292c4407bb6 /doc/en/dev/plugin_c_api.en.xml | |
parent | 780a7478ee02952c23ff7b71d1ec7bc02fdad5ce (diff) | |
download | weechat-997434ef8b1706d47274ede37a009dc883003c82.zip |
Fix bug with text attribute in IRC messages: toggle attribute instead of always forcing it to on (bug #25770)
Diffstat (limited to 'doc/en/dev/plugin_c_api.en.xml')
-rw-r--r-- | doc/en/dev/plugin_c_api.en.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/en/dev/plugin_c_api.en.xml b/doc/en/dev/plugin_c_api.en.xml index 9f4f123e4..f7acfd393 100644 --- a/doc/en/dev/plugin_c_api.en.xml +++ b/doc/en/dev/plugin_c_api.en.xml @@ -4674,8 +4674,10 @@ const char *weechat_color (const char *color_name); <listitem> <para> <option>color_name</option>: name of color: may be a WeeChat - color name (from weechat.color.xxx), or a color with optional - background (separated by comma). + color name (from weechat.color.xxx), a color with optional + background (separated by comma), attribute ("bold", "-bold", + "reverse", "-reverse", "italic", "-italic", "underline", + "-underline", ) or a bar color ("bar_fg", "bar_delim", "bar_bg"). </para> </listitem> </itemizedlist> |