diff options
author | Tom Feist <shabble@metavore.org> | 2010-10-01 00:06:52 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-10-01 00:06:52 +0000 |
commit | 739b33c09c0d6ca0aed2e6038739387e88dd9525 (patch) | |
tree | bc39e62d1fcc45d02d656b30ae944eacd2698ab7 /docs | |
parent | Merge remote branch 'origin/dev' (diff) | |
download | irssi-scripts-739b33c09c0d6ca0aed2e6038739387e88dd9525.tar.gz irssi-scripts-739b33c09c0d6ca0aed2e6038739387e88dd9525.zip |
added a brief snippet showing how to intercept 'print text' signals, and updated
the signal docs to describe hte behaviour of 'gui print text'
Diffstat (limited to 'docs')
-rw-r--r-- | docs/General/Signals.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/General/Signals.pod b/docs/General/Signals.pod index 4720bee..2c83262 100644 --- a/docs/General/Signals.pod +++ b/docs/General/Signals.pod @@ -1606,6 +1606,12 @@ B<Requires to work properly:> =back +This signal is called multiple times for a given print operation, in a fashion +similar to run-length coding. A single line of printed output which varies in +colour may emit this signal multiple times, once for each colour change. The +C<$fg>, C<$bg>, and C<$flags> contain the formatting information for C<$text>. + + =item C<"gui print text finished"> =over |