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.3 by root, Mon Jan 2 19:36:07 2006 UTC vs.
Revision 1.4 by root, Mon Jan 2 20:35:39 2006 UTC

56 1</pre> 56 1</pre>
57<p> 57<p>
58</p> 58</p>
59<hr /> 59<hr />
60<h1><a name="description">DESCRIPTION</a></h1> 60<h1><a name="description">DESCRIPTION</a></h1>
61<p>On startup, rxvt will scan <em>/opt/rxvt/lib/urxvt/perl-ext/</em> 61<p>Everytime a terminal object gets created, scripts specified via the
62for files and will load them. Everytime a terminal object gets created, 62<code>perl</code> resource are associated with it.</p>
63the directory specified by the <code>perl-lib</code> resource will be additionally
64scanned.</p>
65<p>Each script will only ever be loaded once, even in rxvtd, where 63<p>Each script will only ever be loaded once, even in rxvtd, where
66scripts will be shared for all terminals.</p> 64scripts will be shared (But not enabled) for all terminals.</p>
67<p>Hooks in scripts specified by <code>perl-lib</code> will only be called for the
68terminals created with that specific option value.</p>
69<p> 65<p>
70</p> 66</p>
71<h2><a name="general_api_considerations">General API Considerations</a></h2> 67<h2><a name="general_api_considerations">General API Considerations</a></h2>
72<p>All objects (such as terminals, time watchers etc.) are typical 68<p>All objects (such as terminals, time watchers etc.) are typical
73reference-to-hash objects. The hash can be used to store anything you 69reference-to-hash objects. The hash can be used to store anything you
253<pre> 249<pre>
254 answerbackstring backgroundPixmap backspace_key boldFont boldItalicFont 250 answerbackstring backgroundPixmap backspace_key boldFont boldItalicFont
255 borderLess color cursorBlink cursorUnderline cutchars delete_key 251 borderLess color cursorBlink cursorUnderline cutchars delete_key
256 display_name embed ext_bwidth fade font geometry hold iconName 252 display_name embed ext_bwidth fade font geometry hold iconName
257 imFont imLocale inputMethod insecure int_bwidth intensityStyles 253 imFont imLocale inputMethod insecure int_bwidth intensityStyles
258 italicFont jumpScroll lineSpace loginShell mapAlert menu meta8 254 italicFont jumpScroll lineSpace loginShell mapAlert menu meta8 modifier
259 modifier mouseWheelScrollPage name pastableTabs path perl perl_eval 255 mouseWheelScrollPage name pastableTabs path perl_eval perl_ext
260 perl_lib pointerBlank pointerBlankDelay preeditType print_pipe pty_fd 256 perl_lib pointerBlank pointerBlankDelay preeditType print_pipe pty_fd
261 reverseVideo saveLines scrollBar scrollBar_align scrollBar_floating 257 reverseVideo saveLines scrollBar scrollBar_align scrollBar_floating
262 scrollBar_right scrollBar_thickness scrollTtyKeypress scrollTtyOutput 258 scrollBar_right scrollBar_thickness scrollTtyKeypress scrollTtyOutput
263 scrollWithBuffer scrollstyle secondaryScreen secondaryScroll selectstyle 259 scrollWithBuffer scrollstyle secondaryScreen secondaryScroll selectstyle
264 shade term_name title transparent transparent_all tripleclickwords 260 shade term_name title transparent transparent_all tripleclickwords

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines