mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
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
This commit is contained in:
parent
efe2bad590
commit
621761cff3
7 changed files with 45 additions and 62 deletions
5
NEWS
5
NEWS
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue