mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Add the signal for printtext_after that was missed in the original commit.
Now properly sends "gui print text after finished" signal when using the printtext_after API that was fixed after 0.8.16
This commit is contained in:
parent
d40c0704f0
commit
9f6c76b028
2 changed files with 2 additions and 0 deletions
|
|
@ -333,6 +333,7 @@ gui-readline.c:
|
|||
|
||||
gui-printtext.c:
|
||||
"beep"
|
||||
"gui print text after finished", WINDOW_REC, LINE_REC *line, LINE_REC *prev_line
|
||||
|
||||
textbuffer-view.c
|
||||
"gui textbuffer line removed", TEXTBUFFER_VIEW_REC *view, LINE_REC *line, LINE_REC *prev_line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue