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.27 by root, Tue Jan 3 23:41:37 2006 UTC vs.
Revision 1.28 by root, Wed Jan 4 00:09: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 is
180processed. Cursor position and other state information is up-to-date when
181this happens. For interoperability, the string should start with the
182extension name and a colon, to distinguish it from commands for other
183extensions, and this might be enforced in the future.
176 184
177=item on_refresh_begin $term 185=item on_refresh_begin $term
178 186
179Called just before the screen gets redrawn. Can be used for overlay 187Called just before the screen gets redrawn. Can be used for overlay
180or similar effects by modify terminal contents in refresh_begin, and 188or similar effects by modify terminal contents in refresh_begin, and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines