diff options
author | Ailin Nemui <ailin@esf51.localdomain> | 2014-08-25 14:50:41 +0200 |
---|---|---|
committer | Ailin Nemui <ailin@esf51.localdomain> | 2014-08-25 14:50:41 +0200 |
commit | 9f6c76b028abfc71de92bd739681d3d71a0801be (patch) | |
tree | 076af0be72e2216fd300192cbb6c83a48287f384 /docs | |
parent | d40c0704f0bc5df3ac3b0ae7dcbfbf5f83a8f840 (diff) | |
download | irssi-9f6c76b028abfc71de92bd739681d3d71a0801be.zip |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/signals.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/signals.txt b/docs/signals.txt index ea60d575..f0860d3e 100644 --- a/docs/signals.txt +++ b/docs/signals.txt @@ -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 |