diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-24 09:55:40 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-24 09:55:40 +0100 |
commit | 4cd6fad268dd37983e4535450f0030e4dacd06a4 (patch) | |
tree | fab9286178c9f46e3d318d0c64131695a7406b7a /ChangeLog | |
parent | a79f7219935b5c888e4071c0b7a5a2ad6ca1034d (diff) | |
download | weechat-4cd6fad268dd37983e4535450f0030e4dacd06a4.zip |
Replace char "%" by "!" for reverse video in color attributes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= Sébastien Helleu <flashcode@flashtux.org> -v0.3.5-dev, 2011-02-23 +v0.3.5-dev, 2011-02-24 Version 0.3.5 (under dev!) @@ -21,7 +21,7 @@ Version 0.3.5 (under dev!) * core: add some chars after cursor when scrolling input line: new option weechat.look.input_cursor_scroll (bug #21391) * core: add color "gray" -* core: add attributes for colors ("*": bold, "%": reverse, "_": underline) +* core: add attributes for colors ("*": bold, "!": reverse, "_": underline) * core: dynamically allocate color pairs (extended colors can be used without being added with command "/color") * core: allow background for nick colors (using ":") |