diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-15 13:54:53 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-15 13:54:53 +0200 |
commit | ac7c27949b8fb52fa2c7cb06fdf0d176607419b0 (patch) | |
tree | 656f2a19f607e048ddeba9b65d4b444657048abf /doc/en/weechat_user.en.txt | |
parent | 0bbddad6a67c3349e5b3331aa863d031ba8f7bd3 (diff) | |
download | weechat-ac7c27949b8fb52fa2c7cb06fdf0d176607419b0.zip |
core: add color attribute "|" and value "resetcolor" for function weechat_color in plugin API (bug #34550)
Diffstat (limited to 'doc/en/weechat_user.en.txt')
-rw-r--r-- | doc/en/weechat_user.en.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index 22dba7a60..35b0a5665 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -932,9 +932,11 @@ Attributes It is possible to use some attributes for colors. One or more attributes can be added before color name or number: -* `*`: bold text -* `!`: reverse video -* `_`: underlined text +* `*` : bold text +* `!` : reverse video +* `_` : underlined text +* `|` : keep attributes: do not reset bold/reverse/underlined when changing + color For example if you want self nick as white underlined, do: |