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.12 by root, Wed Jan 4 05:35:34 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
400 answerbackstring backgroundPixmap backspace_key boldFont boldItalicFont 416 answerbackstring backgroundPixmap backspace_key boldFont boldItalicFont
401 borderLess color cursorBlink cursorUnderline cutchars delete_key 417 borderLess color cursorBlink cursorUnderline cutchars delete_key
402 display_name embed ext_bwidth fade font geometry hold iconName 418 display_name embed ext_bwidth fade font geometry hold iconName
403 imFont imLocale inputMethod insecure int_bwidth intensityStyles 419 imFont imLocale inputMethod insecure int_bwidth intensityStyles
404 italicFont jumpScroll lineSpace loginShell mapAlert menu meta8 modifier 420 italicFont jumpScroll lineSpace loginShell mapAlert menu meta8 modifier
405 mouseWheelScrollPage name pastableTabs path perl_eval perl_ext 421 mouseWheelScrollPage name pastableTabs path perl_eval perl_ext_1 perl_ext_2
406 perl_lib pointerBlank pointerBlankDelay preeditType print_pipe pty_fd 422 perl_lib pointerBlank pointerBlankDelay preeditType print_pipe pty_fd
407 reverseVideo saveLines scrollBar scrollBar_align scrollBar_floating 423 reverseVideo saveLines scrollBar scrollBar_align scrollBar_floating
408 scrollBar_right scrollBar_thickness scrollTtyKeypress scrollTtyOutput 424 scrollBar_right scrollBar_thickness scrollTtyKeypress scrollTtyOutput
409 scrollWithBuffer scrollstyle secondaryScreen secondaryScroll selectstyle 425 scrollWithBuffer scrollstyle secondaryScreen secondaryScroll selectstyle
410 shade term_name title transparent transparent_all tripleclickwords 426 shade term_name title transparent transparent_all tripleclickwords

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines