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.48 by root, Thu Jan 19 19:26:30 2006 UTC

46<p><strong>rxvt</strong> [options] [-e command [ args ]]</p> 46<p><strong>rxvt</strong> [options] [-e command [ args ]]</p>
47<p> 47<p>
48</p> 48</p>
49<hr /> 49<hr />
50<h1><a name="description">DESCRIPTION</a></h1> 50<h1><a name="description">DESCRIPTION</a></h1>
51<p><strong>rxvt-unicode</strong>, version <strong>6.2</strong>, is a colour vt102 terminal 51<p><strong>rxvt-unicode</strong>, version <strong>7.1</strong>, is a colour vt102 terminal
52emulator intended as an <em>xterm</em>(1) replacement for users who do not 52emulator intended as an <em>xterm</em>(1) replacement for users who do not
53require features such as Tektronix 4014 emulation and toolkit-style 53require features such as Tektronix 4014 emulation and toolkit-style
54configurability. As a result, <strong>rxvt-unicode</strong> uses much less swap space -- 54configurability. As a result, <strong>rxvt-unicode</strong> uses much less swap space --
55a significant advantage on a machine serving many X sessions.</p> 55a significant advantage on a machine serving many X sessions.</p>
56<p> 56<p>
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>
266</dd> 266</dd>
267<p></p> 267<p></p>
268<dt><strong><a name="item__2dfb_fontlist"><strong>-fb</strong> <em>fontlist</em></a></strong><br /> 268<dt><strong><a name="item__2dfb_fontlist"><strong>-fb</strong> <em>fontlist</em></a></strong><br />
269</dt> 269</dt>
270<dd> 270<dd>
271Compile font-styles: The bold font list to use when bold characters are to 271Compile <em>font-styles</em>: The bold font list to use when <strong>bold</strong> characters
272be printed. See resource <strong>boldFont</strong> for details. 272are to be printed. See resource <strong>boldFont</strong> for details.
273</dd> 273</dd>
274<p></p> 274<p></p>
275<dt><strong><a name="item__2dfi_fontlist"><strong>-fi</strong> <em>fontlist</em></a></strong><br /> 275<dt><strong><a name="item__2dfi_fontlist"><strong>-fi</strong> <em>fontlist</em></a></strong><br />
276</dt> 276</dt>
277<dd> 277<dd>
278Compile font-styles: The italic font list to use when bold characters are to 278Compile <em>font-styles</em>: The italic font list to use when <em>italic</em>
279be printed. See resource <strong>italicFont</strong> for details. 279characters are to be printed. See resource <strong>italicFont</strong> for details.
280</dd> 280</dd>
281<p></p> 281<p></p>
282<dt><strong><a name="item__2dfbi_fontlist"><strong>-fbi</strong> <em>fontlist</em></a></strong><br /> 282<dt><strong><a name="item__2dfbi_fontlist"><strong>-fbi</strong> <em>fontlist</em></a></strong><br />
283</dt> 283</dt>
284<dd> 284<dd>
285Compile font-styles: The bold italic font list to use when bold characters are to 285Compile <em>font-styles</em>: The bold italic font list to use when <strong><em>bold
286be printed. See resource <strong>boldItalicFont</strong> for details. 286italic</em> </strong>&gt; characters are to be printed. See resource <strong>boldItalicFont</strong>
287for details.
287</dd> 288</dd>
288<p></p> 289<p></p>
289<dt><strong><a name="item__2dis_7c_2bis"><strong>-is</strong>|<strong>+is</strong></a></strong><br /> 290<dt><strong><a name="item__2dis_7c_2bis"><strong>-is</strong>|<strong>+is</strong></a></strong><br />
290</dt> 291</dt>
291<dd> 292<dd>
292Compile font-styles: Bold/Italic font styles imply high intensity 293Compile <em>font-styles</em>: Bold/Italic font styles imply high intensity
293foreground/background (default). See resource <strong>intensityStyles</strong> for 294foreground/background (default). See resource <strong>intensityStyles</strong> for
294details. 295details.
295</dd> 296</dd>
296<p></p> 297<p></p>
297<dt><strong><a name="item__2dname_name"><strong>-name</strong> <em>name</em></a></strong><br /> 298<dt><strong><a name="item__2dname_name"><strong>-name</strong> <em>name</em></a></strong><br />
412</dt> 413</dt>
413<dd> 414<dd>
414Compile <em>frills</em>: Set MWM hints to request a borderless window, i.e. 415Compile <em>frills</em>: Set MWM hints to request a borderless window, i.e.
415if honoured by the WM, the rxvt-unicode window will not have window 416if honoured by the WM, the rxvt-unicode window will not have window
416decorations; resource <strong>borderLess</strong>. 417decorations; resource <strong>borderLess</strong>.
418</dd>
419<p></p>
420<dt><strong><a name="item__2doverride_2dredirect"><strong>-override-redirect</strong></a></strong><br />
421</dt>
422<dd>
423Compile <em>frills</em>: Sets override-redirect on the window; resource
424<strong>override-redirect</strong>.
425</dd>
426<p></p>
427<dt><strong><a name="item__2dsbg"><strong>-sbg</strong></a></strong><br />
428</dt>
429<dd>
430Compile <em>frills</em>: Disable the usage of the built-in block graphics/line
431drawing characters and just rely on what the specified fonts provide. Use
432this if you have a good font and want to use its block graphic glyphs;
433resource <strong>skipBuiltinGlyphs</strong>.
417</dd> 434</dd>
418<p></p> 435<p></p>
419<dt><strong><a name="item__2dlsp_number"><strong>-lsp</strong> <em>number</em></a></strong><br /> 436<dt><strong><a name="item__2dlsp_number"><strong>-lsp</strong> <em>number</em></a></strong><br />
420</dt> 437</dt>
421<dd> 438<dd>
590 my $xid = $_[0]-&gt;window-&gt;get_xid; 607 my $xid = $_[0]-&gt;window-&gt;get_xid;
591 system &quot;rxvt -embed $xid &amp;&quot;; 608 system &quot;rxvt -embed $xid &amp;&quot;;
592 });</pre> 609 });</pre>
593</dd> 610</dd>
594<p></p> 611<p></p>
595<dt><strong><a name="item__2dpty_2dfd_fileno"><strong>-pty-fd</strong> <em>fileno</em></a></strong><br /> 612<dt><strong><a name="item__2dpty_2dfd_file_descriptor"><strong>-pty-fd</strong> <em>file descriptor</em></a></strong><br />
596</dt> 613</dt>
597<dd> 614<dd>
598Tells rxvt NOT to execute any commands or create a new pty/tty 615Tells rxvt NOT to execute any commands or create a new pty/tty
599pair but instead use the given filehandle as the tty master. This is 616pair but instead use the given filehandle as the tty master. This is
600useful if you want to drive rxvt as a generic terminal emulator 617useful if you want to drive rxvt as a generic terminal emulator
602</dd> 619</dd>
603<dd> 620<dd>
604<p>If this switch is given, rxvt will not create any utmp/wtmp 621<p>If this switch is given, rxvt will not create any utmp/wtmp
605entries and will not tinker with pty/tty permissions - you have to do that 622entries and will not tinker with pty/tty permissions - you have to do that
606yourself if you want that.</p> 623yourself if you want that.</p>
624</dd>
625<dd>
626<p>As an extremely special case, specifying <code>-1</code> will completely suppress
627pty/tty operations.</p>
607</dd> 628</dd>
608<dd> 629<dd>
609<p>Here is a example in perl that illustrates how this option can be used (a 630<p>Here is a example in perl that illustrates how this option can be used (a
610longer example is in <em>doc/pty-fd</em>):</p> 631longer example is in <em>doc/pty-fd</em>):</p>
611</dd> 632</dd>
624<dd> 645<dd>
625<pre> 646<pre>
626 # now communicate with rxvt 647 # now communicate with rxvt
627 my $slave = $pty-&gt;slave; 648 my $slave = $pty-&gt;slave;
628 while (&lt;$slave&gt;) { print $slave &quot;got &lt;$_&gt;\n&quot; }</pre> 649 while (&lt;$slave&gt;) { print $slave &quot;got &lt;$_&gt;\n&quot; }</pre>
650</dd>
651<p></p>
652<dt><strong><a name="item__2dpe_string"><strong>-pe</strong> <em>string</em></a></strong><br />
653</dt>
654<dd>
655Comma-separated list of perl extension scripts to use (or not to use) in
656this terminal instance. See resource <strong>perl-ext</strong> for details.
629</dd> 657</dd>
630<p></p></dl> 658<p></p></dl>
631<p> 659<p>
632</p> 660</p>
633<hr /> 661<hr />
634<h1><a name="resources__available_also_as_longoptions_">RESOURCES (available also as long-options)</a></h1> 662<h1><a name="resources__available_also_as_longoptions_">RESOURCES (available also as long-options)</a></h1>
635<p>Note: `rxvt --help' gives a list of all resources (long 663<p>Note: `rxvt --help' gives a list of all resources (long
636options) compiled into your version.</p> 664options) compiled into your version.</p>
637<p>There are two different methods that rxvt can use to get the 665<p>You can set and change the resources using X11 tools like <strong>xrdb</strong>. Many
638Xresource data: using the X libraries (Xrm*-functions) or internal
639Xresources reader (<strong>~/.Xdefaults</strong>). For the first method (ie.
640<strong>rxvt -h</strong> lists <strong>XGetDefaults</strong>), you can set and change the
641resources using X11 tools like <strong>xrdb</strong>. Many distribution do also load
642settings from the <strong>~/.Xresources</strong> file when X starts. rxvt 666distribution do also load settings from the <strong>~/.Xresources</strong> file when X
643will consult the following files/resources in order, with later settings 667starts. rxvt will consult the following files/resources in order,
644overwriting earlier ones:</p> 668with later settings overwriting earlier ones:</p>
645<pre> 669<pre>
646 1. system-wide app-defaults file, either locale-dependent OR global 670 1. system-wide app-defaults file, either locale-dependent OR global
647 2. app-defaults file in $XAPPLRESDIR 671 2. app-defaults file in $XAPPLRESDIR
648 3. RESOURCE_MANAGER property on root-window OR $HOME/.Xdefaults 672 3. RESOURCE_MANAGER property on root-window OR $HOME/.Xdefaults
649 4. SCREEN_RESOURCES for the current screen 673 4. SCREEN_RESOURCES for the current screen
650 5. $XENVIRONMENT file OR $HOME/.Xdefaults-&lt;nodename&gt;</pre> 674 5. $XENVIRONMENT file OR $HOME/.Xdefaults-&lt;nodename&gt;</pre>
651<p>If compiled with internal Xresources support (i.e. <strong>rxvt -h</strong>
652lists <strong>.Xdefaults</strong>) then <strong>rxvt</strong> accepts application defaults
653set in XAPPLOADDIR/URxvt (compile-time defined: usually
654<strong>/usr/lib/X11/app-defaults/URxvt</strong>) and resources set in
655<strong>~/.Xdefaults</strong>, or <strong>~/.Xresources</strong> if <strong>~/.Xdefaults</strong> does not exist.
656Note that when reading X resources, <strong>rxvt</strong> recognizes two 675<p>Note that when reading X resources, <strong>rxvt</strong> recognizes two class
657class names: <strong>XTerm</strong> and <strong>URxvt</strong>. The class name <strong>Rxvt</strong> allows 676names: <strong>Rxvt</strong> and <strong>URxvt</strong>. The class name <strong>Rxvt</strong> allows resources
658resources common to both <strong>rxvt</strong> and the original <em>rxvt</em> to be 677common to both <strong>rxvt</strong> and the original <em>rxvt</em> to be easily
659easily configured, while the class name <strong>URxvt</strong> allows resources 678configured, while the class name <strong>URxvt</strong> allows resources unique to
660unique to <strong>rxvt</strong>, notably colours and key-handling, to be 679<strong>rxvt</strong>, to be shared between different <strong>rxvt</strong>
661shared between different <strong>rxvt</strong> configurations. If no 680configurations. If no resources are specified, suitable defaults will
662resources are specified, suitable defaults will be used. Command-line 681be used. Command-line arguments can be used to override resource
663arguments can be used to override resource settings. The following 682settings. The following resources are supported (you might want to
664resources are allowed:</p> 683check the <code>rxvtperl(3)</code> manpage for additional settings by perl
684extensions not documented here):</p>
665<dl> 685<dl>
666<dt><strong><a name="item_geometry_3a_geom"><strong>geometry:</strong> <em>geom</em></a></strong><br /> 686<dt><strong><a name="item_geometry_3a_geom"><strong>geometry:</strong> <em>geom</em></a></strong><br />
667</dt> 687</dt>
668<dd> 688<dd>
669Create the window with the specified X window geometry [default 80x24]; 689Create the window with the specified X window geometry [default 80x24];
832specifies an integer number of images in that direction. No image will 852specifies an integer number of images in that direction. No image will
833be magnified beyond 10 times its original size. The maximum permitted 853be magnified beyond 10 times its original size. The maximum permitted
834scale is 1000. [default 0x0+50+50] 854scale is 1000. [default 0x0+50+50]
835</dd> 855</dd>
836<p></p> 856<p></p>
837<dt><strong><a name="item_menu_3a_file_5b_3btag_5d"><strong>menu:</strong> <em>file[;tag]</em></a></strong><br />
838</dt>
839<dd>
840Read in the specified menu file (note the `.menu' extension is
841optional) and also optionally specify a starting tag to find. See the
842reference documentation for details on the syntax for the menuBar.
843</dd>
844<p></p>
845<dt><strong><a name="item_path_3a_path"><strong>path:</strong> <em>path</em></a></strong><br /> 857<dt><strong><a name="item_path_3a_path"><strong>path:</strong> <em>path</em></a></strong><br />
846</dt> 858</dt>
847<dd> 859<dd>
848Specify the colon-delimited search path for finding files (XPM and 860Specify the colon-delimited search path for finding XPM files.
849menus), in addition to the paths specified by the <strong>RXVTPATH</strong> and
850<strong>PATH</strong> environment variables.
851</dd> 861</dd>
852<p></p> 862<p></p>
853<dt><strong><a name="item_font_3a_fontlist"><strong>font:</strong> <em>fontlist</em></a></strong><br /> 863<dt><strong><a name="item_font_3a_fontlist"><strong>font:</strong> <em>fontlist</em></a></strong><br />
854</dt> 864</dt>
855<dd> 865<dd>
856Select the fonts to be used. This is a comma separated list of font 866Select the fonts to be used. This is a comma separated list of font names
857names that are used in turn when trying to display Unicode characters. 867that are checked in order when trying to find glyphs for characters. The
858The first font defines the cell size for characters; other fonts might 868first font defines the cell size for characters; other fonts might be
859be smaller, but not larger. A reasonable default font list is always 869smaller, but not (in general) larger. A (hopefully) reasonable default
860appended to it. option <strong>-fn</strong>. 870font list is always appended to it; option <strong>-fn</strong>.
861</dd> 871</dd>
862<dd> 872<dd>
863<p>Each font can either be a standard X11 core font (XLFD) name, with 873<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> 874optional prefix <code>x:</code> or a Xft font (Compile <em>xft</em>), prefixed with <code>xft:</code>.</p>
865</dd> 875</dd>
872<dd> 882<dd>
873<p>For example, this font resource</p> 883<p>For example, this font resource</p>
874</dd> 884</dd>
875<dd> 885<dd>
876<pre> 886<pre>
877 URxvt*font: 9x15bold,\ 887 URxvt.font: 9x15bold,\
878 -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,\ 888 -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,\
879 -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1, \ 889 -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1, \
880 [codeset=JISX0208]xft:Kochi Gothic:antialias=false, \ 890 [codeset=JISX0208]xft:Kochi Gothic:antialias=false, \
881 xft:Code2000:antialias=false</pre> 891 xft:Code2000:antialias=false</pre>
882</dd> 892</dd>
1012<dd> 1022<dd>
1013<p>Example:</p> 1023<p>Example:</p>
1014</dd> 1024</dd>
1015<dd> 1025<dd>
1016<pre> 1026<pre>
1017 URxvt*print-pipe: cat &gt; $(TMPDIR=$HOME mktemp urxvt.XXXXXX)</pre> 1027 URxvt.print-pipe: cat &gt; $(TMPDIR=$HOME mktemp urxvt.XXXXXX)</pre>
1018</dd> 1028</dd>
1019<dd> 1029<dd>
1020<p>This creates a new file in your home directory with the screen contents 1030<p>This creates a new file in your home directory with the screen contents
1021everytime you hit <code>Print</code>.</p> 1031everytime you hit <code>Print</code>.</p>
1022</dd> 1032</dd>
1100<dd> 1110<dd>
1101Set MWM hints to request a borderless window, i.e. if honoured by the 1111Set MWM hints to request a borderless window, i.e. if honoured by the
1102WM, the rxvt-unicode window will not have window decorations; option <strong>-bl</strong>. 1112WM, the rxvt-unicode window will not have window decorations; option <strong>-bl</strong>.
1103</dd> 1113</dd>
1104<p></p> 1114<p></p>
1115<dt><strong><a name="item_skipbuiltinglyphs_3a_boolean"><strong>skipBuiltinGlyphs:</strong> <em>boolean</em></a></strong><br />
1116</dt>
1117<dd>
1118Compile <em>frills</em>: Disable the usage of the built-in block graphics/line
1119drawing characters and just rely on what the specified fonts provide. Use
1120this if you have a good font and want to use its block graphic glyphs;
1121option <strong>-sbg</strong>.
1122</dd>
1123<p></p>
1105<dt><strong><a name="item_termname_3a_termname"><strong>termName:</strong> <em>termname</em></a></strong><br /> 1124<dt><strong><a name="item_termname_3a_termname"><strong>termName:</strong> <em>termname</em></a></strong><br />
1106</dt> 1125</dt>
1107<dd> 1126<dd>
1108Specifies the terminal type name to be set in the <strong>TERM</strong> environment 1127Specifies the terminal type name to be set in the <strong>TERM</strong> environment
1109variable; option <strong>-tn</strong>. 1128variable; option <strong>-tn</strong>.
1214</dt> 1233</dt>
1215<dd> 1234<dd>
1216The locale to use for opening the IM. You can use an <code>LC_CTYPE</code> of e.g. 1235The 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 1236<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 1237input extension to be able to input japanese characters while staying in
1219another locale. option <strong>-imlocale</strong>. 1238another locale; option <strong>-imlocale</strong>.
1220</dd> 1239</dd>
1221<p></p> 1240<p></p>
1222<dt><strong><a name="item_imfont_3a_fontset"><strong>imFont:</strong> <em>fontset</em></a></strong><br /> 1241<dt><strong><a name="item_imfont_3a_fontset"><strong>imFont:</strong> <em>fontset</em></a></strong><br />
1223</dt> 1242</dt>
1224<dd> 1243<dd>
1233<dt><strong><a name="item_tripleclickwords_3a_boolean"><strong>tripleclickwords:</strong> <em>boolean</em></a></strong><br /> 1252<dt><strong><a name="item_tripleclickwords_3a_boolean"><strong>tripleclickwords:</strong> <em>boolean</em></a></strong><br />
1234</dt> 1253</dt>
1235<dd> 1254<dd>
1236Change the meaning of triple-click selection with the left mouse 1255Change the meaning of triple-click selection with the left mouse
1237button. Instead of selecting a full line it will extend the selection to 1256button. Instead of selecting a full line it will extend the selection to
1238the end of the logical line only. option <strong>-tcw</strong>. 1257the end of the logical line only; option <strong>-tcw</strong>.
1239</dd> 1258</dd>
1240<p></p> 1259<p></p>
1241<dt><strong><a name="item_insecure_3a_boolean"><strong>insecure:</strong> <em>boolean</em></a></strong><br /> 1260<dt><strong><a name="item_insecure_3a_boolean"><strong>insecure:</strong> <em>boolean</em></a></strong><br />
1242</dt> 1261</dt>
1243<dd> 1262<dd>
1250sequences enabled by default, which doesn't make it safer, though). 1269sequences enabled by default, which doesn't make it safer, though).
1251</dd> 1270</dd>
1252<dd> 1271<dd>
1253<p>You can enable them by setting this boolean resource or specifying 1272<p>You can enable them by setting this boolean resource or specifying
1254<strong>-insecure</strong> as an option. At the moment, this enables display-answer, 1273<strong>-insecure</strong> as an option. At the moment, this enables display-answer,
1255locale, findfont, icon label and window title requests as well as dynamic 1274locale, findfont, icon label and window title requests.</p>
1256menubar dispatch.</p>
1257</dd> 1275</dd>
1258<p></p> 1276<p></p>
1259<dt><strong><a name="item_modifier_3a_modifier"><strong>modifier:</strong> <em>modifier</em></a></strong><br /> 1277<dt><strong><a name="item_modifier_3a_modifier"><strong>modifier:</strong> <em>modifier</em></a></strong><br />
1260</dt> 1278</dt>
1261<dd> 1279<dd>
1270Specify the reply rxvt-unicode sends to the shell when an ENQ (control-E) 1288Specify the reply rxvt-unicode sends to the shell when an ENQ (control-E)
1271character is passed through. It may contain escape values as described 1289character is passed through. It may contain escape values as described
1272in the entry on <strong>keysym</strong> following. 1290in the entry on <strong>keysym</strong> following.
1273</dd> 1291</dd>
1274<p></p> 1292<p></p>
1275<dt><strong><a name="item_secondaryscreen_3a_bool"><strong>secondaryScreen:</strong> <em>bool</em></a></strong><br /> 1293<dt><strong><a name="item_secondaryscreen_3a_boolean"><strong>secondaryScreen:</strong> <em>boolean</em></a></strong><br />
1276</dt> 1294</dt>
1277<dd> 1295<dd>
1278Turn on/off secondary screen (default enabled). 1296Turn on/off secondary screen (default enabled).
1279</dd> 1297</dd>
1280<p></p> 1298<p></p>
1281<dt><strong><a name="item_secondaryscroll_3a_bool"><strong>secondaryScroll:</strong> <em>bool</em></a></strong><br /> 1299<dt><strong><a name="item_secondaryscroll_3a_boolean"><strong>secondaryScroll:</strong> <em>boolean</em></a></strong><br />
1282</dt> 1300</dt>
1283<dd> 1301<dd>
1284Turn on/off secondary screen scroll (default enabled). If the this 1302Turn on/off secondary screen scroll (default enabled). If the this
1285option is enabled, scrolls on the secondary screen will change the 1303option is enabled, scrolls on the secondary screen will change the
1286scrollback buffer and switching to/from the secondary screen will 1304scrollback buffer and switching to/from the secondary screen will
1287instead scroll the screen up. 1305instead scroll the screen up.
1288</dd> 1306</dd>
1289<p></p> 1307<p></p>
1290<dt><strong><a name="item_hold_3a_bool"><strong>hold</strong>: <em>bool</em></a></strong><br /> 1308<dt><strong><a name="item_hold_3a_boolean"><strong>hold</strong>: <em>boolean</em></a></strong><br />
1291</dt> 1309</dt>
1292<dd> 1310<dd>
1293Turn on/off hold window after exit support. If enabled, rxvt 1311Turn on/off hold window after exit support. If enabled, rxvt
1294will not immediately destroy its window when the program executed within 1312will not immediately destroy its window when the program executed within
1295it exits. Instead, it will wait till it is being killed or closed by the 1313it exits. Instead, it will wait till it is being killed or closed by the
1328<code>\000</code>: octal number) or verbatim control characters (<code>^?</code>: delete, 1346<code>\000</code>: octal number) or verbatim control characters (<code>^?</code>: delete,
1329<code>^@</code>: null, <code>^A</code> ...) and may be enclosed with double quotes so that it 1347<code>^@</code>: null, <code>^A</code> ...) and may be enclosed with double quotes so that it
1330can start or end with whitespace.</p> 1348can start or end with whitespace.</p>
1331</dd> 1349</dd>
1332<dd> 1350<dd>
1333<p>Please note that you need to double the <code>\</code> when using 1351<p>Please note that you need to double the <code>\</code> in resource files, as
1334<code>--enable-xgetdefault</code>, as X itself does it's own de-escaping (you can 1352Xlib itself does it's own de-escaping (you can use <code>\033</code> instead of
1335use <code>\033</code> instead of <code>\e</code> (and so on), which will work with both Xt and 1353<code>\e</code> (and so on), which will work with both Xt and rxvt's own
1336rxvt's own processing).</p> 1354processing).</p>
1337</dd> 1355</dd>
1338<dd> 1356<dd>
1339<p>You can define a range of keysyms in one shot by providing a <em>string</em> 1357<p>You can define a range of keysyms in one shot by providing a <em>string</em>
1340with pattern <strong>list/PREFIX/MIDDLE/SUFFIX</strong>, where the delimeter `/' 1358with pattern <strong>list/PREFIX/MIDDLE/SUFFIX</strong>, where the delimeter `/'
1341should be a character not used by the strings.</p> 1359should be a character not used by the strings.</p>
1363when Control-Meta-c is being pressed'':</p> 1381when Control-Meta-c is being pressed'':</p>
1364</dd> 1382</dd>
1365<dd> 1383<dd>
1366<pre> 1384<pre>
1367 URxvt.keysym.M-C-c: command:\033]701;zh_CN.GBK\007</pre> 1385 URxvt.keysym.M-C-c: command:\033]701;zh_CN.GBK\007</pre>
1386</dd>
1387<dd>
1388<p>If <em>string</em> takes the form <code>perl:STRING</code>, then the specified <strong>STRING</strong>
1389is passed to the <code>on_keyboard_command</code> perl handler. See the <code>rxvtperl(3)</code>
1390manpage. For example, the <em>selection</em> extension (activated via
1391<code>rxvt -pe selection</code>) listens for <code>selection:rot13</code> events:</p>
1392</dd>
1393<dd>
1394<pre>
1395 URxvt.keysym.M-C-c: perl:selection:rot13</pre>
1368</dd> 1396</dd>
1369<dd> 1397<dd>
1370<p>Due the the large number of modifier combinations, a defined key mapping 1398<p>Due the the large number of modifier combinations, a defined key mapping
1371will match if at <em>at least</em> the specified identifiers are being set, and 1399will match if at <em>at least</em> the specified identifiers are being set, and
1372no other key mappings with those and more bits are being defined. That 1400no other key mappings with those and more bits are being defined. That
1406</dd> 1434</dd>
1407<dd> 1435<dd>
1408<pre> 1436<pre>
1409 URxvt.keysym.M-C-3: command:\033[8;25;80t 1437 URxvt.keysym.M-C-3: command:\033[8;25;80t
1410 URxvt.keysym.M-C-4: command:\033[8;48;110t</pre> 1438 URxvt.keysym.M-C-4: command:\033[8;48;110t</pre>
1439</dd>
1440<p></p>
1441<dt><strong><a name="item_perl_2dext_2dcommon_3a_string"><strong>perl-ext-common</strong>: <em>string</em></a></strong><br />
1442</dt>
1443<dt><strong><a name="item_perl_2dext_3a_string"><strong>perl-ext</strong>: <em>string</em></a></strong><br />
1444</dt>
1445<dd>
1446Comma-separated <code>list(s)</code> of perl extension scripts (default: <code>default</code>) to
1447use in this terminal instance; option <strong>-pe</strong>.
1448</dd>
1449<dd>
1450<p>Extension names can be prefixed with a <code>-</code> sign to prohibit using
1451them. This can be useful to selectively disable some extensions loaded
1452by default, or specified via the <code>perl-ext-common</code> resource. For
1453example, <code>default,-selection</code> will use all the default extension except
1454<code>selection</code>.</p>
1455</dd>
1456<dd>
1457<p>Extension names can also be followed by an argument in angle brackets
1458(e.g. <code>searchable-scrollback&lt;M-s&gt;</code>, which binds the hotkey for
1459searchable scorllback to Alt/Meta-s). Mentioning the same extension
1460multiple times with different arguments will pass multiple arguments to
1461the extension.</p>
1462</dd>
1463<dd>
1464<p>Each extension is looked up in the library directories, loaded if
1465necessary, and bound to the current terminal instance.</p>
1466</dd>
1467<dd>
1468<p>If both of these resources are the empty string, then the perl
1469interpreter will not be initialized. The idea behind two options is that
1470<strong>perl-ext-common</strong> will be used for extensions that should be available to
1471all instances, while <strong>perl-ext</strong> is used for specific instances.</p>
1472</dd>
1473<p></p>
1474<dt><strong><a name="item_perl_2deval_3a_string"><strong>perl-eval</strong>: <em>string</em></a></strong><br />
1475</dt>
1476<dd>
1477Perl code to be evaluated when all extensions have been registered. See
1478the <code>rxvtperl(3)</code> manpage. Due to security reasons, this resource
1479will be ignored when running setuid/setgid.
1480</dd>
1481<p></p>
1482<dt><strong><a name="item_perl_2dlib_3a_path"><strong>perl-lib</strong>: <em>path</em></a></strong><br />
1483</dt>
1484<dd>
1485Colon-separated list of additional directories that hold extension
1486scripts. When looking for extensions specified by the <code>perl</code> resource,
1487rxvt will first look in these directories and then in
1488<em>/opt/rxvt/lib/urxvt/perl/</em>. Due to security reasons, this resource
1489will be ignored when running setuid/setgid.
1490</dd>
1491<dd>
1492<p>See the <code>rxvtperl(3)</code> manpage.</p>
1493</dd>
1494<p></p>
1495<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 />
1496</dt>
1497<dd>
1498Additional selection patterns, see the <code>rxvtperl(3)</code> manpage for
1499details.
1500</dd>
1501<p></p>
1502<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 />
1503</dt>
1504<dd>
1505Selection auto-transform patterns, see the <code>rxvtperl(3)</code> manpage
1506for details.
1507</dd>
1508<p></p>
1509<dt><strong><a name="item_searchable_2dscrollback_3a_keysym"><strong>searchable-scrollback:</strong> <em>keysym</em></a></strong><br />
1510</dt>
1511<dd>
1512Sets the hotkey that starts the incremental scrollback buffer search
1513(default: <code>M-s</code>).
1514</dd>
1515<p></p>
1516<dt><strong><a name="item_urllauncher_3a_string"><strong>urlLauncher</strong>: <em>string</em></a></strong><br />
1517</dt>
1518<dd>
1519Specifies the program to be started with a URL argument. Used by the
1520<code>selection-popup</code> and <code>mark-urls</code> perl extensions.
1521</dd>
1522<p></p>
1523<dt><strong><a name="item_transient_2dfor_3a_windowid"><strong>transient-for</strong>: <em>windowid</em></a></strong><br />
1524</dt>
1525<dd>
1526Compile <em>frills</em>: Sets the WM_TRANSIENT_FOR property to the given window id.
1527</dd>
1528<p></p>
1529<dt><strong><a name="item_override_2dredirect_3a_boolean"><strong>override-redirect</strong>: <em>boolean</em></a></strong><br />
1530</dt>
1531<dd>
1532Compile <em>frills</em>: Sets override-redirect for the terminal window, making
1533it almost invisible to window managers; option <strong>-override-redirect</strong>.
1411</dd> 1534</dd>
1412<p></p></dl> 1535<p></p></dl>
1413<p> 1536<p>
1414</p> 1537</p>
1415<hr /> 1538<hr />
1471</p> 1594</p>
1472<hr /> 1595<hr />
1473<h1><a name="changing_fonts">CHANGING FONTS</a></h1> 1596<h1><a name="changing_fonts">CHANGING FONTS</a></h1>
1474<p>Changing fonts (or font sizes, respectively) via the keypad is not yet 1597<p>Changing fonts (or font sizes, respectively) via the keypad is not yet
1475supported in rxvt-unicode. Bug me if you need this.</p> 1598supported in rxvt-unicode. Bug me if you need this.</p>
1476<p>You can, however, switch fonts at runtime using escape sequences (and 1599<p>You can, however, switch fonts at runtime using escape sequences, e.g.:</p>
1477therefore using the menubar), e.g.:</p>
1478<pre> 1600<pre>
1479 printf '\e]710;%s\007' &quot;9x15bold,xft:Kochi Gothic&quot;</pre> 1601 printf '\e]710;%s\007' &quot;9x15bold,xft:Kochi Gothic&quot;</pre>
1602<p>You can use keyboard shortcuts, too:</p>
1603<pre>
1604 URxvt.keysym.M-C-1: command:\033]710;suxuseuro\007\033]711;suxuseuro\007
1605 URxvt.keysym.M-C-2: command:\033]710;9x15bold\007\033]711;9x15bold\007</pre>
1480<p>rxvt-unicode will automatically re-apply these fonts to the output so far.</p> 1606<p>rxvt-unicode will automatically re-apply these fonts to the output so far.</p>
1481<p> 1607<p>
1482</p> 1608</p>
1483<hr /> 1609<hr />
1484<h1><a name="iso_14755_support">ISO 14755 SUPPORT</a></h1> 1610<h1><a name="iso_14755_support">ISO 14755 SUPPORT</a></h1>
1645</dt> 1771</dt>
1646<dd> 1772<dd>
1647The shell to be used for command execution, defaults to <code>/bin/sh</code>. 1773The shell to be used for command execution, defaults to <code>/bin/sh</code>.
1648</dd> 1774</dd>
1649<p></p> 1775<p></p>
1650<dt><strong><a name="item_rxvtpath"><strong>RXVTPATH</strong></a></strong><br />
1651</dt>
1652<dd>
1653The path where rxvt looks for support files such as menu and xpm
1654files.
1655</dd>
1656<p></p>
1657<dt><strong><a name="item_path"><strong>PATH</strong></a></strong><br />
1658</dt>
1659<dd>
1660Used in the same way as <a href="#item_rxvtpath"><code>RXVTPATH</code></a>.
1661</dd>
1662<p></p>
1663<dt><strong><a name="item_rxvt_socket"><strong>RXVT_SOCKET</strong></a></strong><br /> 1776<dt><strong><a name="item_rxvt_socket"><strong>RXVT_SOCKET</strong></a></strong><br />
1664</dt> 1777</dt>
1665<dd> 1778<dd>
1666The unix domain socket path used by <code>rxvtc(1)</code> and 1779The unix domain socket path used by <code>rxvtc(1)</code> and
1667rxvtd(1). 1780rxvtd(1).
1760</dd> 1873</dd>
1761<p></p> 1874<p></p>
1762<dt><strong><a name="item_geoff_wing__3cgcw_40pobox_2ecom_3e">Geoff Wing <em><a href="mailto:<gcw@pobox.com"><gcw@pobox.com</a></em>&gt;</a></strong><br /> 1875<dt><strong><a name="item_geoff_wing__3cgcw_40pobox_2ecom_3e">Geoff Wing <em><a href="mailto:<gcw@pobox.com"><gcw@pobox.com</a></em>&gt;</a></strong><br />
1763</dt> 1876</dt>
1764<dd> 1877<dd>
1765Rewrote screen display and text selection routines. Project Coordinator 1878Rewrote screen display and text selection routines.
1766(changes.txt 2.4.6 - rxvt-unicode) 1879
1880</dd>
1881<dd>
1882<pre>
1883
1884Project Coordinator (changes.txt 2.4.6 - rxvt-unicode)</pre>
1767</dd> 1885</dd>
1768<p></p> 1886<p></p>
1769<dt><strong><a name="item_marc_alexander_lehmann__3crxvt_2dunicode_40schmorp">Marc Alexander Lehmann <em><a href="mailto:<rxvt-unicode@schmorp.de"><rxvt-unicode@schmorp.de</a></em>&gt;</a></strong><br /> 1887<dt><strong><a name="item_marc_alexander_lehmann__3crxvt_2dunicode_40schmorp">Marc Alexander Lehmann <em><a href="mailto:<rxvt-unicode@schmorp.de"><rxvt-unicode@schmorp.de</a></em>&gt;</a></strong><br />
1770</dt> 1888</dt>
1771<dd> 1889<dd>
1772Forked rxvt-unicode, rewrote most of the display code and internal 1890Forked rxvt-unicode, unicode support, rewrote almost all the code, perl
1773character handling to store text in unicode, improve xterm 1891extension, random hacks, numerous bugfixes and extensions.
1774compatibility and apply numerous other bugfixes and extensions.
1775</dd> 1892</dd>
1776<dd> 1893<dd>
1777<p>Project Coordinator (Changes 1.0 -)</p> 1894<p>Project Coordinator (Changes 1.0 -)</p>
1895</dd>
1896<p></p>
1897<dt><strong><a name="item_emanuele_giaquinta__3ce_2egiaquinta_40glauco_2eit_">Emanuele Giaquinta <em><a href="mailto:<e.giaquinta@glauco.it"><e.giaquinta@glauco.it</a></em>&gt;</a></strong><br />
1898</dt>
1899<dd>
1900Pty/tty/utmp/wtmp rewrite, lots of random hacking and bugxifing.
1778</dd> 1901</dd>
1779<p></p></dl> 1902<p></p></dl>
1780 1903
1781</body> 1904</body>
1782 1905

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines