diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2008-11-15 21:51:07 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-11-15 21:51:07 +0000 |
commit | 621761cff31437baa2a154e95c6f2461c3bcaf23 (patch) | |
tree | 45f8d6f3cede9a1307acb0a3bc55d97f634021ce /NEWS | |
parent | efe2bad59043ab0489a1cc2daf227713a50b6ccc (diff) | |
download | irssi-621761cff31437baa2a154e95c6f2461c3bcaf23.zip |
Handle bold/blink attributes like other attributes rather than mapping them to
the eighth bit of the color. The formats KBGCRMYW and the mirc colors are now
mapped to colors 8-15. fe-text translates colors 8-15 to bold/blink+0-7 if the
terminal supports only 8 colors.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4909 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,9 @@ v0.8.13 + + Add support for 16 colors. Formats KBGCRMYW and mirc colors are now + mapped to colors 8-15. fe-text translates colors 8-15 to bold/blink+0-7 + if the terminal supports only 8 colors. If your theme uses one of + the high color formats and you really want bold you can change + %FMT<string> to %fmt%_<string>%_, it will work fine in all irssi versions. + Revert recode changes introduced in 0.8.12. + Add completion for /WINDOW SERVER. + Support for reading kicks/msgs from TARGMAX/MAXTARGETS 005 tokens. |