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.42 by root, Wed Jan 11 23:08:54 2006 UTC vs.
Revision 1.47 by root, Mon Jan 16 15:12:48 2006 UTC

243<p></p> 243<p></p>
244<dt><strong><a name="item__2dfn_fontlist"><strong>-fn</strong> <em>fontlist</em></a></strong><br /> 244<dt><strong><a name="item__2dfn_fontlist"><strong>-fn</strong> <em>fontlist</em></a></strong><br />
245</dt> 245</dt>
246<dd> 246<dd>
247Select the fonts to be used. This is a comma separated list of font names 247Select the fonts to be used. This is a comma separated list of font names
248that are used in turn when trying to display Unicode characters. The 248that are checked in order when trying to find glyphs for characters. The
249first font defines the cell size for characters; other fonts might be 249first font defines the cell size for characters; other fonts might be
250smaller, but not (in general) larger. A (hopefully) reasonable default 250smaller, but not (in general) larger. A (hopefully) reasonable default
251font list is always appended to it. See resource <strong>font</strong> for more details. 251font list is always appended to it. See resource <strong>font</strong> for more details.
252</dd> 252</dd>
253<dd> 253<dd>
845specifies an integer number of images in that direction. No image will 845specifies an integer number of images in that direction. No image will
846be magnified beyond 10 times its original size. The maximum permitted 846be magnified beyond 10 times its original size. The maximum permitted
847scale is 1000. [default 0x0+50+50] 847scale is 1000. [default 0x0+50+50]
848</dd> 848</dd>
849<p></p> 849<p></p>
850<dt><strong><a name="item_menu_3a_file_5b_3btag_5d"><strong>menu:</strong> <em>file[;tag]</em></a></strong><br />
851</dt>
852<dd>
853Read in the specified menu file (note the `.menu' extension is
854optional) and also optionally specify a starting tag to find. See the
855reference documentation for details on the syntax for the menuBar.
856</dd>
857<p></p>
858<dt><strong><a name="item_path_3a_path"><strong>path:</strong> <em>path</em></a></strong><br /> 850<dt><strong><a name="item_path_3a_path"><strong>path:</strong> <em>path</em></a></strong><br />
859</dt> 851</dt>
860<dd> 852<dd>
861Specify the colon-delimited search path for finding files (XPM and 853Specify the colon-delimited search path for finding XPM files.
862menus), in addition to the paths specified by the <strong>RXVTPATH</strong> and
863<strong>PATH</strong> environment variables.
864</dd> 854</dd>
865<p></p> 855<p></p>
866<dt><strong><a name="item_font_3a_fontlist"><strong>font:</strong> <em>fontlist</em></a></strong><br /> 856<dt><strong><a name="item_font_3a_fontlist"><strong>font:</strong> <em>fontlist</em></a></strong><br />
867</dt> 857</dt>
868<dd> 858<dd>
869Select the fonts to be used. This is a comma separated list of font 859Select the fonts to be used. This is a comma separated list of font names
870names that are used in turn when trying to display Unicode characters. 860that are checked in order when trying to find glyphs for characters. The
871The first font defines the cell size for characters; other fonts might 861first font defines the cell size for characters; other fonts might be
872be smaller, but not larger. A reasonable default font list is always 862smaller, but not (in general) larger. A (hopefully) reasonable default
873appended to it; option <strong>-fn</strong>. 863font list is always appended to it; option <strong>-fn</strong>.
874</dd> 864</dd>
875<dd> 865<dd>
876<p>Each font can either be a standard X11 core font (XLFD) name, with 866<p>Each font can either be a standard X11 core font (XLFD) name, with
877optional prefix <code>x:</code> or a Xft font (Compile <em>xft</em>), prefixed with <code>xft:</code>.</p> 867optional prefix <code>x:</code> or a Xft font (Compile <em>xft</em>), prefixed with <code>xft:</code>.</p>
878</dd> 868</dd>
885<dd> 875<dd>
886<p>For example, this font resource</p> 876<p>For example, this font resource</p>
887</dd> 877</dd>
888<dd> 878<dd>
889<pre> 879<pre>
890 URxvt*font: 9x15bold,\ 880 URxvt.font: 9x15bold,\
891 -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,\ 881 -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,\
892 -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1, \ 882 -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1, \
893 [codeset=JISX0208]xft:Kochi Gothic:antialias=false, \ 883 [codeset=JISX0208]xft:Kochi Gothic:antialias=false, \
894 xft:Code2000:antialias=false</pre> 884 xft:Code2000:antialias=false</pre>
895</dd> 885</dd>
1025<dd> 1015<dd>
1026<p>Example:</p> 1016<p>Example:</p>
1027</dd> 1017</dd>
1028<dd> 1018<dd>
1029<pre> 1019<pre>
1030 URxvt*print-pipe: cat &gt; $(TMPDIR=$HOME mktemp urxvt.XXXXXX)</pre> 1020 URxvt.print-pipe: cat &gt; $(TMPDIR=$HOME mktemp urxvt.XXXXXX)</pre>
1031</dd> 1021</dd>
1032<dd> 1022<dd>
1033<p>This creates a new file in your home directory with the screen contents 1023<p>This creates a new file in your home directory with the screen contents
1034everytime you hit <code>Print</code>.</p> 1024everytime you hit <code>Print</code>.</p>
1035</dd> 1025</dd>
1272sequences enabled by default, which doesn't make it safer, though). 1262sequences enabled by default, which doesn't make it safer, though).
1273</dd> 1263</dd>
1274<dd> 1264<dd>
1275<p>You can enable them by setting this boolean resource or specifying 1265<p>You can enable them by setting this boolean resource or specifying
1276<strong>-insecure</strong> as an option. At the moment, this enables display-answer, 1266<strong>-insecure</strong> as an option. At the moment, this enables display-answer,
1277locale, findfont, icon label and window title requests as well as dynamic 1267locale, findfont, icon label and window title requests.</p>
1278menubar dispatch.</p>
1279</dd> 1268</dd>
1280<p></p> 1269<p></p>
1281<dt><strong><a name="item_modifier_3a_modifier"><strong>modifier:</strong> <em>modifier</em></a></strong><br /> 1270<dt><strong><a name="item_modifier_3a_modifier"><strong>modifier:</strong> <em>modifier</em></a></strong><br />
1282</dt> 1271</dt>
1283<dd> 1272<dd>
1492<em>/opt/rxvt/lib/urxvt/perl/</em>. Due to security reasons, this resource 1481<em>/opt/rxvt/lib/urxvt/perl/</em>. Due to security reasons, this resource
1493will be ignored when running setuid/setgid. 1482will be ignored when running setuid/setgid.
1494</dd> 1483</dd>
1495<dd> 1484<dd>
1496<p>See the <code>rxvtperl(3)</code> manpage.</p> 1485<p>See the <code>rxvtperl(3)</code> manpage.</p>
1486</dd>
1487<p></p>
1488<dt><strong><a name="item_selection_2epattern_2didx_3a_perl_2dregex"><strong>selection.pattern-<em>idx</em> </strong>&gt;: <em>perl-regex</em></a></strong><br />
1489</dt>
1490<dd>
1491Additional selection patterns, see the <code>rxvtperl(3)</code> manpage for
1492details.
1493</dd>
1494<p></p>
1495<dt><strong><a name="item_selection_2dautotransform_2eidx_3a_perl_2dtransfor"><strong>selection-autotransform.<em>idx</em> </strong>&gt;: <em>perl-transform</em></a></strong><br />
1496</dt>
1497<dd>
1498Selection auto-transform patterns, see the <code>rxvtperl(3)</code> manpage
1499for details.
1500</dd>
1501<p></p>
1502<dt><strong><a name="item_searchable_2dscrollback_3a_keysym"><strong>searchable-scrollback:</strong> <em>keysym</em></a></strong><br />
1503</dt>
1504<dd>
1505Sets the hotkey that starts the incremental scrollback buffer search
1506(default: <code>M-s</code>).
1497</dd> 1507</dd>
1498<p></p> 1508<p></p>
1499<dt><strong><a name="item_urllauncher_3a_string"><strong>urlLauncher</strong>: <em>string</em></a></strong><br /> 1509<dt><strong><a name="item_urllauncher_3a_string"><strong>urlLauncher</strong>: <em>string</em></a></strong><br />
1500</dt> 1510</dt>
1501<dd> 1511<dd>
1570</p> 1580</p>
1571<hr /> 1581<hr />
1572<h1><a name="changing_fonts">CHANGING FONTS</a></h1> 1582<h1><a name="changing_fonts">CHANGING FONTS</a></h1>
1573<p>Changing fonts (or font sizes, respectively) via the keypad is not yet 1583<p>Changing fonts (or font sizes, respectively) via the keypad is not yet
1574supported in rxvt-unicode. Bug me if you need this.</p> 1584supported in rxvt-unicode. Bug me if you need this.</p>
1575<p>You can, however, switch fonts at runtime using escape sequences (and 1585<p>You can, however, switch fonts at runtime using escape sequences, e.g.:</p>
1576therefore using the menubar), e.g.:</p>
1577<pre> 1586<pre>
1578 printf '\e]710;%s\007' &quot;9x15bold,xft:Kochi Gothic&quot;</pre> 1587 printf '\e]710;%s\007' &quot;9x15bold,xft:Kochi Gothic&quot;</pre>
1588<p>You can use keyboard shortcuts, too:</p>
1589<pre>
1590 URxvt.keysym.M-C-1: command:\033]710;suxuseuro\007\033]711;suxuseuro\007
1591 URxvt.keysym.M-C-2: command:\033]710;9x15bold\007\033]711;9x15bold\007</pre>
1579<p>rxvt-unicode will automatically re-apply these fonts to the output so far.</p> 1592<p>rxvt-unicode will automatically re-apply these fonts to the output so far.</p>
1580<p> 1593<p>
1581</p> 1594</p>
1582<hr /> 1595<hr />
1583<h1><a name="iso_14755_support">ISO 14755 SUPPORT</a></h1> 1596<h1><a name="iso_14755_support">ISO 14755 SUPPORT</a></h1>
1744</dt> 1757</dt>
1745<dd> 1758<dd>
1746The shell to be used for command execution, defaults to <code>/bin/sh</code>. 1759The shell to be used for command execution, defaults to <code>/bin/sh</code>.
1747</dd> 1760</dd>
1748<p></p> 1761<p></p>
1749<dt><strong><a name="item_rxvtpath"><strong>RXVTPATH</strong></a></strong><br />
1750</dt>
1751<dd>
1752The path where rxvt looks for support files such as menu and xpm
1753files.
1754</dd>
1755<p></p>
1756<dt><strong><a name="item_path"><strong>PATH</strong></a></strong><br />
1757</dt>
1758<dd>
1759Used in the same way as <a href="#item_rxvtpath"><code>RXVTPATH</code></a>.
1760</dd>
1761<p></p>
1762<dt><strong><a name="item_rxvt_socket"><strong>RXVT_SOCKET</strong></a></strong><br /> 1762<dt><strong><a name="item_rxvt_socket"><strong>RXVT_SOCKET</strong></a></strong><br />
1763</dt> 1763</dt>
1764<dd> 1764<dd>
1765The unix domain socket path used by <code>rxvtc(1)</code> and 1765The unix domain socket path used by <code>rxvtc(1)</code> and
1766rxvtd(1). 1766rxvtd(1).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines