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.29 by root, Mon Jan 2 15:11:05 2006 UTC vs.
Revision 1.30 by root, Mon Jan 2 19:36:07 2006 UTC

625<pre> 625<pre>
626 # now communicate with rxvt 626 # now communicate with rxvt
627 my $slave = $pty-&gt;slave; 627 my $slave = $pty-&gt;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>
631<dt><strong><a name="item__2dperl_string"><strong>-perl</strong> <em>string</em></a></strong><br />
632</dt>
633<dd>
634Used by perl extension. See resource <strong>perl</strong>.
635</dd>
630<p></p></dl> 636<p></p></dl>
631<p> 637<p>
632</p> 638</p>
633<hr /> 639<hr />
634<h1><a name="resources__available_also_as_longoptions_">RESOURCES (available also as long-options)</a></h1> 640<h1><a name="resources__available_also_as_longoptions_">RESOURCES (available also as long-options)</a></h1>
855<dd> 861<dd>
856Select the fonts to be used. This is a comma separated list of font 862Select the fonts to be used. This is a comma separated list of font
857names that are used in turn when trying to display Unicode characters. 863names that are used in turn when trying to display Unicode characters.
858The first font defines the cell size for characters; other fonts might 864The first font defines the cell size for characters; other fonts might
859be smaller, but not larger. A reasonable default font list is always 865be smaller, but not larger. A reasonable default font list is always
860appended to it. option <strong>-fn</strong>. 866appended to it; option <strong>-fn</strong>.
861</dd> 867</dd>
862<dd> 868<dd>
863<p>Each font can either be a standard X11 core font (XLFD) name, with 869<p>Each font can either be a standard X11 core font (XLFD) name, with
864optional prefix <code>x:</code> or a Xft font (Compile <em>xft</em>), prefixed with <code>xft:</code>.</p> 870optional prefix <code>x:</code> or a Xft font (Compile <em>xft</em>), prefixed with <code>xft:</code>.</p>
865</dd> 871</dd>
1214</dt> 1220</dt>
1215<dd> 1221<dd>
1216The locale to use for opening the IM. You can use an <code>LC_CTYPE</code> of e.g. 1222The locale to use for opening the IM. You can use an <code>LC_CTYPE</code> of e.g.
1217<code>de_DE.UTF-8</code> for normal text processing but <code>ja_JP.EUC-JP</code> for the 1223<code>de_DE.UTF-8</code> for normal text processing but <code>ja_JP.EUC-JP</code> for the
1218input extension to be able to input japanese characters while staying in 1224input extension to be able to input japanese characters while staying in
1219another locale. option <strong>-imlocale</strong>. 1225another locale; option <strong>-imlocale</strong>.
1220</dd> 1226</dd>
1221<p></p> 1227<p></p>
1222<dt><strong><a name="item_imfont_3a_fontset"><strong>imFont:</strong> <em>fontset</em></a></strong><br /> 1228<dt><strong><a name="item_imfont_3a_fontset"><strong>imFont:</strong> <em>fontset</em></a></strong><br />
1223</dt> 1229</dt>
1224<dd> 1230<dd>
1233<dt><strong><a name="item_tripleclickwords_3a_boolean"><strong>tripleclickwords:</strong> <em>boolean</em></a></strong><br /> 1239<dt><strong><a name="item_tripleclickwords_3a_boolean"><strong>tripleclickwords:</strong> <em>boolean</em></a></strong><br />
1234</dt> 1240</dt>
1235<dd> 1241<dd>
1236Change the meaning of triple-click selection with the left mouse 1242Change the meaning of triple-click selection with the left mouse
1237button. Instead of selecting a full line it will extend the selection to 1243button. Instead of selecting a full line it will extend the selection to
1238the end of the logical line only. option <strong>-tcw</strong>. 1244the end of the logical line only; option <strong>-tcw</strong>.
1239</dd> 1245</dd>
1240<p></p> 1246<p></p>
1241<dt><strong><a name="item_insecure_3a_boolean"><strong>insecure:</strong> <em>boolean</em></a></strong><br /> 1247<dt><strong><a name="item_insecure_3a_boolean"><strong>insecure:</strong> <em>boolean</em></a></strong><br />
1242</dt> 1248</dt>
1243<dd> 1249<dd>
1406</dd> 1412</dd>
1407<dd> 1413<dd>
1408<pre> 1414<pre>
1409 URxvt.keysym.M-C-3: command:\033[8;25;80t 1415 URxvt.keysym.M-C-3: command:\033[8;25;80t
1410 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>
1418<p></p>
1419<dt><strong><a name="item_perl_3a_string"><strong>perl</strong>: <em>string</em></a></strong><br />
1420</dt>
1421<dd>
1422Used by perl extension and is free for any use, as it is not interpreted
1423by rxvt-unicode itself; option <strong>perl</strong>.
1424</dd>
1425<p></p>
1426<dt><strong><a name="item_perl_2deval_3a_string"><strong>perl-eval</strong>: <em>string</em></a></strong><br />
1427</dt>
1428<dd>
1429Perl code to be evaluated when all extensions have been loaded. See the
1430<code>rxvtperl(3)</code> manpage.
1431</dd>
1432<p></p>
1433<dt><strong><a name="item_perl_2dlib_3a_path"><strong>perl-lib</strong>: <em>path</em></a></strong><br />
1434</dt>
1435<dd>
1436Additional directory that holds extension scripts that are loaded and
1437enabled for this terminal instance, in addition to scripts stored in
1438<em>/opt/rxvt/lib/urxvt/perl-ext/</em>, which are global to all terminal
1439instances.
1440</dd>
1441<dd>
1442<p>See the <code>rxvtperl(3)</code> manpage.</p>
1411</dd> 1443</dd>
1412<p></p></dl> 1444<p></p></dl>
1413<p> 1445<p>
1414</p> 1446</p>
1415<hr /> 1447<hr />

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines