mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
%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:
parent
7ced2beab4
commit
1d453ed92c
4 changed files with 24 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue