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

Comparing rxvt-unicode/doc/rxvt.1.html (file contents):
Revision 1.30 by root, Mon Jan 2 19:36:07 2006 UTC vs.
Revision 1.31 by root, Mon Jan 2 20:35:39 2006 UTC

626 # now communicate with rxvt 626 # now communicate with rxvt
627 my $slave = $pty->slave; 627 my $slave = $pty->slave;
628 while (&lt;$slave&gt;) { print $slave &quot;got &lt;$_&gt;\n&quot; }</pre> 628 while (&lt;$slave&gt;) { print $slave &quot;got &lt;$_&gt;\n&quot; }</pre>
629</dd> 629</dd>
630<p></p> 630<p></p>
631<dt><strong><a name="item__2dperl_string"><strong>-perl</strong> <em>string</em></a></strong><br /> 631<dt><strong><a name="item__2dpe_string"><strong>-pe</strong> <em>string</em></a></strong><br />
632</dt> 632</dt>
633<dd> 633<dd>
634Used by perl extension. See resource <strong>perl</strong>. 634Colon-separated list of perl extension scripts to use in this terminal instance. See resource <strong>perl-ext</strong>.
635</dd> 635</dd>
636<p></p></dl> 636<p></p></dl>
637<p> 637<p>
638</p> 638</p>
639<hr /> 639<hr />
1414<pre> 1414<pre>
1415 URxvt.keysym.M-C-3: command:\033[8;25;80t 1415 URxvt.keysym.M-C-3: command:\033[8;25;80t
1416 URxvt.keysym.M-C-4: command:\033[8;48;110t</pre> 1416 URxvt.keysym.M-C-4: command:\033[8;48;110t</pre>
1417</dd> 1417</dd>
1418<p></p> 1418<p></p>
1419<dt><strong><a name="item_perl_3a_string"><strong>perl</strong>: <em>string</em></a></strong><br /> 1419<dt><strong><a name="item_perl_2dext_3a_string"><strong>perl-ext</strong>: <em>string</em></a></strong><br />
1420</dt> 1420</dt>
1421<dd> 1421<dd>
1422Used by perl extension and is free for any use, as it is not interpreted 1422Colon-separated list of perl extension scripts to use in this terminal
1423by rxvt-unicode itself; option <strong>perl</strong>. 1423instance. Each extension is looked up in the library directories, loaded
1424if necessary, and bound to the current terminal instance; option <strong>-pe</strong>.
1424</dd> 1425</dd>
1425<p></p> 1426<p></p>
1426<dt><strong><a name="item_perl_2deval_3a_string"><strong>perl-eval</strong>: <em>string</em></a></strong><br /> 1427<dt><strong><a name="item_perl_2deval_3a_string"><strong>perl-eval</strong>: <em>string</em></a></strong><br />
1427</dt> 1428</dt>
1428<dd> 1429<dd>
1429Perl code to be evaluated when all extensions have been loaded. See the 1430Perl code to be evaluated when all extensions have been registered. See the
1430<code>rxvtperl(3)</code> manpage. 1431<code>rxvtperl(3)</code> manpage.
1431</dd> 1432</dd>
1432<p></p> 1433<p></p>
1433<dt><strong><a name="item_perl_2dlib_3a_path"><strong>perl-lib</strong>: <em>path</em></a></strong><br /> 1434<dt><strong><a name="item_perl_2dlib_3a_path"><strong>perl-lib</strong>: <em>path</em></a></strong><br />
1434</dt> 1435</dt>
1435<dd> 1436<dd>
1436Additional directory that holds extension scripts that are loaded and 1437Colon-separated list of additional directories that hold extension
1437enabled for this terminal instance, in addition to scripts stored in 1438scripts. When looking for extensions specified by the <code>perl</code> resource,
1438<em>/opt/rxvt/lib/urxvt/perl-ext/</em>, which are global to all terminal 1439rxvt will first look in these directories and then in
1439instances. 1440<em>/opt/rxvt/lib/urxvt/perl-ext/</em>.
1440</dd> 1441</dd>
1441<dd> 1442<dd>
1442<p>See the <code>rxvtperl(3)</code> manpage.</p> 1443<p>See the <code>rxvtperl(3)</code> manpage.</p>
1443</dd> 1444</dd>
1444<p></p></dl> 1445<p></p></dl>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines