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.31 by root, Mon Jan 2 20:35:39 2006 UTC vs.
Revision 1.33 by root, Tue Jan 3 21:15:22 2006 UTC

1371<dd> 1371<dd>
1372<pre> 1372<pre>
1373 URxvt.keysym.M-C-c: command:\033]701;zh_CN.GBK\007</pre> 1373 URxvt.keysym.M-C-c: command:\033]701;zh_CN.GBK\007</pre>
1374</dd> 1374</dd>
1375<dd> 1375<dd>
1376<p>If <em>string</em> takes the form <code>perl:STRING</code>, then the specified <strong>STRING</strong>
1377is passed to the <code>on_keyboard_command</code> perl handler. See the <code>rxvtperl(3)</code>
1378manpage. For example, the <em>selection</em> extension (activated via
1379<code>rxvt -pe selection</code>) listens for <code>selection:rot13</code> events:</p>
1380</dd>
1381<dd>
1382<pre>
1383 URxvt.keysym.M-C-c: perl:selection:rot13</pre>
1384</dd>
1385<dd>
1376<p>Due the the large number of modifier combinations, a defined key mapping 1386<p>Due the the large number of modifier combinations, a defined key mapping
1377will match if at <em>at least</em> the specified identifiers are being set, and 1387will match if at <em>at least</em> the specified identifiers are being set, and
1378no other key mappings with those and more bits are being defined. That 1388no other key mappings with those and more bits are being defined. That
1379means that defining a key map for <code>a</code> will automatically provide 1389means that defining a key map for <code>a</code> will automatically provide
1380definitions for <code>Meta-a</code>, <code>Shift-a</code> and so on, unless some of those are defined 1390definitions for <code>Meta-a</code>, <code>Shift-a</code> and so on, unless some of those are defined
1419<dt><strong><a name="item_perl_2dext_3a_string"><strong>perl-ext</strong>: <em>string</em></a></strong><br /> 1429<dt><strong><a name="item_perl_2dext_3a_string"><strong>perl-ext</strong>: <em>string</em></a></strong><br />
1420</dt> 1430</dt>
1421<dd> 1431<dd>
1422Colon-separated list of perl extension scripts to use in this terminal 1432Colon-separated list of perl extension scripts to use in this terminal
1423instance. Each extension is looked up in the library directories, loaded 1433instance. Each extension is looked up in the library directories, loaded
1424if necessary, and bound to the current terminal instance; option <strong>-pe</strong>. 1434if necessary, and bound to the current terminal instance. If this resource
1435is empty or missing, then the perl interpreter will not be initialized;
1436option <strong>-pe</strong>.
1425</dd> 1437</dd>
1426<p></p> 1438<p></p>
1427<dt><strong><a name="item_perl_2deval_3a_string"><strong>perl-eval</strong>: <em>string</em></a></strong><br /> 1439<dt><strong><a name="item_perl_2deval_3a_string"><strong>perl-eval</strong>: <em>string</em></a></strong><br />
1428</dt> 1440</dt>
1429<dd> 1441<dd>
1435</dt> 1447</dt>
1436<dd> 1448<dd>
1437Colon-separated list of additional directories that hold extension 1449Colon-separated list of additional directories that hold extension
1438scripts. When looking for extensions specified by the <code>perl</code> resource, 1450scripts. When looking for extensions specified by the <code>perl</code> resource,
1439rxvt will first look in these directories and then in 1451rxvt will first look in these directories and then in
1440<em>/opt/rxvt/lib/urxvt/perl-ext/</em>. 1452<em>/opt/rxvt/lib/urxvt/perl/</em>.
1441</dd> 1453</dd>
1442<dd> 1454<dd>
1443<p>See the <code>rxvtperl(3)</code> manpage.</p> 1455<p>See the <code>rxvtperl(3)</code> manpage.</p>
1444</dd> 1456</dd>
1445<p></p></dl> 1457<p></p></dl>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines