summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@0x90.dk>2014-06-30 00:07:14 +0200
committerAlexander Færøy <ahf@0x90.dk>2014-06-30 00:07:14 +0200
commit2e6f16c0faf345245c5a224de529827a51203d1c (patch)
tree33ed0d8312d2b9ce694a472ae32d7716ee1c211b /docs
parent588597744e7efb38ab87fef9e70b1428fe654067 (diff)
parente71c9f1b06fe73971497d7f4722466070f66748c (diff)
downloadirssi-2e6f16c0faf345245c5a224de529827a51203d1c.zip
Merge pull request #11 from ailin-nemui/print_text_after_time-api
add print_text_after_time to specify time stamp for lines
Diffstat (limited to 'docs')
-rw-r--r--docs/signals.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/signals.txt b/docs/signals.txt
index fd9ccc11..ea60d575 100644
--- a/docs/signals.txt
+++ b/docs/signals.txt
@@ -334,6 +334,9 @@ gui-readline.c:
gui-printtext.c:
"beep"
+textbuffer-view.c
+ "gui textbuffer line removed", TEXTBUFFER_VIEW_REC *view, LINE_REC *line, LINE_REC *prev_line
+
Perl
----