%n+bg color change doesn't anymore set foreground black. changed theme's

default_bold_color to default_real_color.

Activity list printed first item with white always. Color redrawed itself
every second.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1381 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-03-12 19:43:32 +00:00 committed by cras
commit 1d453ed92c
4 changed files with 24 additions and 14 deletions

View file

@ -15,7 +15,12 @@ typedef struct {
char *name;
time_t last_modify;
int default_color, default_bold_color;
int default_color; /* default color to use with text with default
background. default is 0 which means the default
color set by terminal */
int default_real_color; /* default color to use with background set.
this shouldn't be 0, unless black is really
wanted. default is 7 (white). */
GHashTable *modules;
GSList *replace_keys;