diff options
author | Timo Sirainen <cras@irssi.org> | 2001-03-17 01:52:43 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-03-17 01:52:43 +0000 |
commit | c3da7fa8abe93ee39b8913959d6d66bf6b296ed8 (patch) | |
tree | f42a855808baa39844a1bff64fab42c9a9e3d1eb /src/core | |
parent | aa4a4d40727db29f43622cdfa7cc9eadbb5f839e (diff) | |
download | irssi-c3da7fa8abe93ee39b8913959d6d66bf6b296ed8.zip |
Hilighting updates. /HILIGHT -color, /SET hilight_color and /SET
hilight_act_color now use %codes for specifying color.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1402 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/window-item-rec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/window-item-rec.h b/src/core/window-item-rec.h index 134726c2..5c09a5b0 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, hilight_bg_color; +char *hilight_color; #undef STRUCT_SERVER_REC |