theme->default_color is now used again, added default_bold_color which

is used with default bolds since A_NORMAL|A_BOLD doesn't seem to do
anything with curses..


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1206 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-02-10 10:19:47 +00:00 committed by cras
commit 355e7dd841
4 changed files with 18 additions and 12 deletions

View file

@ -14,7 +14,7 @@ typedef struct {
char *path;
char *name;
int default_color;
int default_color, default_bold_color;
GHashTable *modules;
GSList *replace_keys;