From 970b49df1aef88dc5f57b0d4a865cf566ff31179 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 17 Apr 2002 21:02:41 +0000 Subject: "gui print text" signal changed, last parameter is now TEXT_DEST_REC, not level. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2694 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/signals.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/signals.txt') diff --git a/docs/signals.txt b/docs/signals.txt index f009a4de..897ee5ab 100644 --- a/docs/signals.txt +++ b/docs/signals.txt @@ -70,6 +70,7 @@ queries.c: "query created", QUERY_REC, int automatic "query destroyed", QUERY_REC "query nick changed", QUERY_REC, char *orignick + "window item name changed", WI_ITEM_REC "query address changed", QUERY_REC "query server changed", QUERY_REC, SERVER_REC @@ -225,7 +226,7 @@ FE common * Requires to work properly: - "gui print text", WINDOW_REC, int fg, int bg, int flags, char *text, int level + "gui print text", WINDOW_REC, int fg, int bg, int flags, char *text, TEXT_DEST_REC (Can be used to determine when all "gui print text"s are sent (not required)) "gui print text finished", WINDOW_REC -- cgit v1.2.3