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.9 by root, Tue Jan 3 21:15:22 2006 UTC vs.
Revision 1.11 by root, Wed Jan 4 00:12:12 2006 UTC

79 rxvt -pe &lt;extensionname&gt;</pre> 79 rxvt -pe &lt;extensionname&gt;</pre>
80<dl> 80<dl>
81<dt><strong><a name="item_selection">selection</a></strong><br /> 81<dt><strong><a name="item_selection">selection</a></strong><br />
82</dt> 82</dt>
83<dd> 83<dd>
84Intelligent selection. This etxension tries to be more intelligent when the user 84Intelligent selection. This extension tries to be more intelligent when
85extends selections (double-click). 85the user extends selections (double-click). Right now, it tries to select
86urls and complete shell-quoted arguments, which is very convenient, too,
87if your <em>ls</em> supports <code>--quoting-style=shell</code>.
86</dd> 88</dd>
87<dd> 89<dd>
88<p>It also offers the following bindable event:</p> 90<p>It also offers the following bindable event:</p>
89</dd> 91</dd>
90<dl> 92<dl>
235</dt> 237</dt>
236<dd> 238<dd>
237Called 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.
238</dd> 240</dd>
239<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>
240<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 />
241</dt> 259</dt>
242<dd> 260<dd>
243Called just before the screen gets redrawn. Can be used for overlay 261Called just before the screen gets redrawn. Can be used for overlay
244or similar effects by modify terminal contents in refresh_begin, and 262or similar effects by modify terminal contents in refresh_begin, and
821<p> 839<p>
822</p> 840</p>
823<h2><a name="urxvt_perl_verbosity">URXVT_PERL_VERBOSITY</a></h2> 841<h2><a name="urxvt_perl_verbosity">URXVT_PERL_VERBOSITY</a></h2>
824<p>This variable controls the verbosity level of the perl extension. Higher 842<p>This variable controls the verbosity level of the perl extension. Higher
825numbers indicate more verbose output.</p> 843numbers indicate more verbose output.</p>
826<ol> 844<dl>
827<li><strong><a name="item__2d_only_fatal_messages">- only fatal messages</a></strong><br /> 845<dt><strong><a name="item__3d0__2d_only_fatal_messages">=0 - only fatal messages</a></strong><br />
828</li> 846</dt>
829<li><strong><a name="item__2d_script_loading_and_management">- script loading and management</a></strong><br /> 847<dt><strong><a name="item__3d3__2d_script_loading_and_management">=3 - script loading and management</a></strong><br />
830</li> 848</dt>
831<li><strong><a name="item__2d_all_events_received">- all events received</a></strong><br /> 849<dt><strong><a name="item__3d10__2d_all_events_received">=10 - all events received</a></strong><br />
850</dt>
832</li> 851</dl>
833</ol>
834<p> 852<p>
835</p> 853</p>
836<hr /> 854<hr />
837<h1><a name="author">AUTHOR</a></h1> 855<h1><a name="author">AUTHOR</a></h1>
838<pre> 856<pre>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines