aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Signals.pod
diff options
context:
space:
mode:
authorTom Feist <shabble@cowu.be>2010-07-21 19:58:21 +0000
committerTom Feist <shabble@cowu.be>2010-07-21 19:58:21 +0000
commit5a5c6461b163f00b9d4e2c8265b0ebb10c2be2e1 (patch)
treeb26db98f51e33d015642a997dea1654601b918c3 /docs/Signals.pod
parentstubbed out empty files, mroe content in Guide (diff)
downloadirssi-scripts-5a5c6461b163f00b9d4e2c8265b0ebb10c2be2e1.tar.gz
irssi-scripts-5a5c6461b163f00b9d4e2c8265b0ebb10c2be2e1.zip
added formats, and some copypasta from default.theme comments into theme
Diffstat (limited to '')
-rw-r--r--docs/Signals.pod24
1 files changed, 22 insertions, 2 deletions
diff --git a/docs/Signals.pod b/docs/Signals.pod
index 7c1f6db..2fcf913 100644
--- a/docs/Signals.pod
+++ b/docs/Signals.pod
@@ -1606,10 +1606,18 @@ B<Requires to work properly:>
=back
+=item C<"gui print text finished">
+
+=over
+
+=item L<Irssi::Window> C<$window>
+
=back
(Can be used to determine when all "gui print text"s are sent (not required))
- "gui print text finished", WINDOW_REC
+
+=back
+
B<Provides signals:>
@@ -1619,7 +1627,19 @@ B<Provides signals:>
=item C<"complete word">
-, GList * of char*, WINDOW_REC, char *word, char *linestart, int *want_space
+=over
+
+=item arrayref of string C<$WHAT> B<TODO: ???>
+
+=item L<Irssi::Window> C<$window>
+
+=item string C<$word>
+
+=item string C<$linestart>
+
+=item int C<$want_space>
+
+=back
=back