ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/urxvt.pm
(Generate patch)

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.26 by root, Tue Jan 3 21:22:22 2006 UTC vs.
Revision 1.29 by root, Wed Jan 4 00:12:12 2006 UTC

171number of lines that will be in the scrollback buffer. 171number of lines that will be in the scrollback buffer.
172 172
173=item on_tty_activity $term *NYI* 173=item on_tty_activity $term *NYI*
174 174
175Called whenever the program(s) running in the urxvt window send output. 175Called whenever the program(s) running in the urxvt window send output.
176
177=item on_osc_seq $term, $string
178
179Called whenever the B<ESC ] 777 ; string ST> command sequence (OSC =
180operating system command) is processed. Cursor position and other state
181information is up-to-date when this happens. For interoperability, the
182string should start with the extension name and a colon, to distinguish
183it from commands for other extensions, and this might be enforced in the
184future.
185
186Be careful not ever to trust (in a security sense) the data you receive,
187as its source can not easily be controleld (e-mail content, messages from
188other users on the same system etc.).
176 189
177=item on_refresh_begin $term 190=item on_refresh_begin $term
178 191
179Called just before the screen gets redrawn. Can be used for overlay 192Called just before the screen gets redrawn. Can be used for overlay
180or similar effects by modify terminal contents in refresh_begin, and 193or similar effects by modify terminal contents in refresh_begin, and
850This variable controls the verbosity level of the perl extension. Higher 863This variable controls the verbosity level of the perl extension. Higher
851numbers indicate more verbose output. 864numbers indicate more verbose output.
852 865
853=over 4 866=over 4
854 867
855=item 0 - only fatal messages 868=item =0 - only fatal messages
856 869
857=item 3 - script loading and management 870=item =3 - script loading and management
858 871
859=item 10 - all events received 872=item =10 - all events received
860 873
861=back 874=back
862 875
863=head1 AUTHOR 876=head1 AUTHOR
864 877

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines