diff options
author | Timo Sirainen <cras@irssi.org> | 2002-04-17 21:02:41 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-04-17 21:02:41 +0000 |
commit | 970b49df1aef88dc5f57b0d4a865cf566ff31179 (patch) | |
tree | 2a257946b11ea21e36817737f055765fed406384 /docs | |
parent | 1ab2cfc1b1196306beac0e169c1b9c399b2bcdfa (diff) | |
download | irssi-970b49df1aef88dc5f57b0d4a865cf566ff31179.zip |
"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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/signals.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 |