summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-02-19 03:25:24 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-02-19 03:25:24 +0000
commitc1c7674ae2eee9be7717394f9eab66c0f01db63e (patch)
tree3b5cb9a32a6c4fd6deabb6883f02637049e153bd /src/core
parent1117638b52458f8e80f7ade066989c45eb74f0f9 (diff)
downloadirssi-c1c7674ae2eee9be7717394f9eab66c0f01db63e.zip
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
Diffstat (limited to 'src/core')
-rw-r--r--src/core/window-item-rec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/window-item-rec.h b/src/core/window-item-rec.h
index dae5d5ec..134726c2 100644
--- a/src/core/window-item-rec.h
+++ b/src/core/window-item-rec.h
@@ -10,6 +10,6 @@ char *name;
time_t createtime;
int data_level;
-int hilight_color;
+int hilight_color, hilight_bg_color;
#undef STRUCT_SERVER_REC