ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvtperl.3.txt
(Generate patch)

Comparing rxvt-unicode/doc/rxvtperl.3.txt (file contents):
Revision 1.8 by root, Tue Jan 3 23:41:37 2006 UTC vs.
Revision 1.9 by root, Wed Jan 4 00:12:12 2006 UTC

142 the total number of lines that will be in the scrollback buffer. 142 the total number of lines that will be in the scrollback buffer.
143 143
144 on_tty_activity $term *NYI* 144 on_tty_activity $term *NYI*
145 Called whenever the program(s) running in the urxvt window send 145 Called whenever the program(s) running in the urxvt window send
146 output. 146 output.
147
148 on_osc_seq $term, $string
149 Called whenever the ESC ] 777 ; string ST command sequence (OSC =
150 operating system command) is processed. Cursor position and other
151 state information is up-to-date when this happens. For
152 interoperability, the string should start with the extension name
153 and a colon, to distinguish it from commands for other extensions,
154 and this might be enforced in the future.
155
156 Be careful not ever to trust (in a security sense) the data you
157 receive, as its source can not easily be controleld (e-mail content,
158 messages from other users on the same system etc.).
147 159
148 on_refresh_begin $term 160 on_refresh_begin $term
149 Called just before the screen gets redrawn. Can be used for overlay 161 Called just before the screen gets redrawn. Can be used for overlay
150 or similar effects by modify terminal contents in refresh_begin, and 162 or similar effects by modify terminal contents in refresh_begin, and
151 restoring them in refresh_end. The built-in overlay and selection 163 restoring them in refresh_end. The built-in overlay and selection

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines