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

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

237</dt> 237</dt>
238<dd> 238<dd>
239Called whenever the <code>program(s)</code> running in the urxvt window send output. 239Called whenever the <code>program(s)</code> running in the urxvt window send output.
240</dd> 240</dd>
241<p></p> 241<p></p>
242<dt><strong><a name="item_on_osc_seq__24term_2c__24string">on_osc_seq $term, $string</a></strong><br />
243</dt>
244<dd>
245Called whenever the <strong>ESC ] 777 ; string ST</strong> command sequence (OSC =
246operating system command) is processed. Cursor position and other state
247information is up-to-date when this happens. For interoperability, the
248string should start with the extension name and a colon, to distinguish
249it from commands for other extensions, and this might be enforced in the
250future.
251</dd>
252<dd>
253<p>Be careful not ever to trust (in a security sense) the data you receive,
254as its source can not easily be controleld (e-mail content, messages from
255other users on the same system etc.).</p>
256</dd>
257<p></p>
242<dt><strong><a name="item_on_refresh_begin__24term">on_refresh_begin $term</a></strong><br /> 258<dt><strong><a name="item_on_refresh_begin__24term">on_refresh_begin $term</a></strong><br />
243</dt> 259</dt>
244<dd> 260<dd>
245Called just before the screen gets redrawn. Can be used for overlay 261Called just before the screen gets redrawn. Can be used for overlay
246or similar effects by modify terminal contents in refresh_begin, and 262or similar effects by modify terminal contents in refresh_begin, and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines