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.23 by root, Wed Jan 11 01:01:52 2006 UTC vs.
Revision 1.24 by root, Wed Jan 11 02:13:56 2006 UTC

141</dd> 141</dd>
142<p></p> 142<p></p>
143<dt><strong><a name="item_mark_2durls">mark-urls</a></strong><br /> 143<dt><strong><a name="item_mark_2durls">mark-urls</a></strong><br />
144</dt> 144</dt>
145<dd> 145<dd>
146Uses per-line display filtering (<code>on_line_update</code>) to underline urls. 146Uses per-line display filtering (<code>on_line_update</code>) to underline urls and
147make them clickable. When clicked, the program specified in the resource
148<code>urlLauncher</code> (default <code>x-www-browser</code>) will be started.
147</dd> 149</dd>
148<p></p> 150<p></p>
149<dt><strong><a name="item_block_2dgraphics_2dto_2dascii">block-graphics-to-ascii</a></strong><br /> 151<dt><strong><a name="item_block_2dgraphics_2dto_2dascii">block-graphics-to-ascii</a></strong><br />
150</dt> 152</dt>
151<dd> 153<dd>
686 reverseVideo saveLines scrollBar scrollBar_align scrollBar_floating 688 reverseVideo saveLines scrollBar scrollBar_align scrollBar_floating
687 scrollBar_right scrollBar_thickness scrollTtyKeypress scrollTtyOutput 689 scrollBar_right scrollBar_thickness scrollTtyKeypress scrollTtyOutput
688 scrollWithBuffer scrollstyle secondaryScreen secondaryScroll selectstyle 690 scrollWithBuffer scrollstyle secondaryScreen secondaryScroll selectstyle
689 shade term_name title transparent transparent_all tripleclickwords 691 shade term_name title transparent transparent_all tripleclickwords
690 utmpInhibit visualBell</pre> 692 utmpInhibit visualBell</pre>
693</dd>
694<p></p>
695<dt><strong><a name="item_x_resource">$value = $term-&gt;x_resource ($pattern)</a></strong><br />
696</dt>
697<dd>
698Returns the X-Resource for the given pattern, excluding the program or
699class name, i.e. <a href="#item_x_resource"><code>$term-&gt;x_resource (&quot;boldFont&quot;)</code></a> should return the
700same value as used by this instance of rxvt-unicode. Returns <code>undef</code> if no
701resource with that pattern exists.
702</dd>
703<dd>
704<p>This method should only be called during the <code>on_start</code> hook, as there is
705only one resource database per display, and later invocations might return
706the wrong resources.</p>
691</dd> 707</dd>
692<p></p> 708<p></p>
693<dt><strong><a name="item_parse_keysym">$success = $term-&gt;parse_keysym ($keysym_spec, $command_string)</a></strong><br /> 709<dt><strong><a name="item_parse_keysym">$success = $term-&gt;parse_keysym ($keysym_spec, $command_string)</a></strong><br />
694</dt> 710</dt>
695<dd> 711<dd>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines