From d256f71a004e56578c6b45287c7d3f53574e4f0d Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 9 Jan 2001 21:06:45 +0000 Subject: Highlighting cleanups. Added /HILIGHT -priority option. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1098 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/signals.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/signals.txt') diff --git a/docs/signals.txt b/docs/signals.txt index 7aea8658..79451139 100644 --- a/docs/signals.txt +++ b/docs/signals.txt @@ -236,10 +236,6 @@ fe-messages.c: "message invite", SERVER_REC, char *channel, char *nick, char *address "message topic", SERVER_REC, char *channel, char *topic, char *nick, char *address -hilight-text.c: - "window hilight", WINDOW_REC, int level - "window activity", WINDOW_REC, int level - keyboard.c: "keyinfo created", KEYINFO_REC "keyinfo destroyed", KEYINFO_REC @@ -253,7 +249,10 @@ themes.c: "theme destroyed", THEME_REC window-activity.c: + "window hilight", WINDOW_REC + "window activity", WINDOW_REC, int old_level "window item hilight", WI_ITEM_REC + "window item activity", WI_ITEM_REC, int old_lvel window-items.c: "window item new", WINDOW_REC, WI_ITEM_REC -- cgit v1.2.3