Highlight colors can now have background color set with fg,bg. Works

with activity list too, useful for example blinking.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1249 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-02-19 03:25:24 +00:00 committed by cras
commit c1c7674ae2
7 changed files with 58 additions and 20 deletions

View file

@ -213,6 +213,7 @@ void format_create_dest(TEXT_DEST_REC *dest,
dest->hilight_priority = 0;
dest->hilight_color = 0;
dest->hilight_bg_color = 0;
}
static char *format_get_text_args(TEXT_DEST_REC *dest,