mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
"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
This commit is contained in:
parent
1ab2cfc1b1
commit
970b49df1a
3 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue