diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-07-12 15:00:45 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-07-12 15:00:45 +0000 |
commit | 241f70f869c9d04ad13fdaa8b53ba57067426e8b (patch) | |
tree | 84c615ab66fb2b90eeabefcf7360fe9eb3db63ee /doc/en/config.xml | |
parent | 9d5ef17bd66a91b8023e428e316d039e31f5f858 (diff) | |
download | weechat-241f70f869c9d04ad13fdaa8b53ba57067426e8b.zip |
Fixed bugs with IRC color in messages, now color codes are inserted in command line with ^Cc,^Cb,.. instead of %C,%B,.. (bug #20222, task #7060)
Diffstat (limited to 'doc/en/config.xml')
-rw-r--r-- | doc/en/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/config.xml b/doc/en/config.xml index 1b911318c..505fa9514 100644 --- a/doc/en/config.xml +++ b/doc/en/config.xml @@ -955,7 +955,7 @@ <entry>boolean</entry> <entry>'on' or 'off'</entry> <entry>'on'</entry> - <entry>Allow user to send colors with special codes (%B=bold, %Cxx,yy=color, %U=underline, %R=reverse)</entry> + <entry>Allow user to send colors with special codes (^Cb=bold, ^Ccxx=color, ^Ccxx,yy=color+background, ^Cu=underline, ^Cr=reverse)</entry> </row> <row> <entry><option>irc_send_unknown_commands</option></entry> |