summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/irc-hilight-text.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-06-30 19:50:56 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-06-30 19:50:56 +0000
commite90cdaf4ca56ba0ace0448805f9ee8a89d3b7cdb (patch)
tree77ec7580793863c0c308e49471efe07c1ee3494b /src/fe-common/irc/irc-hilight-text.h
parent5da58d5849f313d7c4596745cb792296428ea225 (diff)
downloadirssi-e90cdaf4ca56ba0ace0448805f9ee8a89d3b7cdb.zip
Lots of /HILIGHT changes. You can use color names with -color. Window
numbers are colored with the highlight color in activity statusbar item. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@398 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/irc/irc-hilight-text.h')
-rw-r--r--src/fe-common/irc/irc-hilight-text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-common/irc/irc-hilight-text.h b/src/fe-common/irc/irc-hilight-text.h
index 243ec653..9d2b1b3d 100644
--- a/src/fe-common/irc/irc-hilight-text.h
+++ b/src/fe-common/irc/irc-hilight-text.h
@@ -4,4 +4,6 @@
char *irc_hilight_find_nick(const char *channel, const char *nick,
const char *address, int level, const char *msg);
+int irc_hilight_last_color(void);
+
#endif