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

Comparing rxvt-unicode/doc/rxvt.1.man.in (file contents):
Revision 1.17 by root, Wed Feb 16 22:16:30 2005 UTC vs.
Revision 1.48 by root, Mon Jan 16 15:12:48 2006 UTC

127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "rxvt 1" 131.IX Title "rxvt 1"
132.TH rxvt 1 "2005-02-16" "5.2" "RXVT-UNICODE" 132.TH rxvt 1 "2006-01-16" "7.0" "RXVT-UNICODE"
133.SH "NAME" 133.SH "NAME"
134rxvt\-unicode (ouR XVT, unicode) \- (a VT102 emulator for the X window system) 134rxvt\-unicode (ouR XVT, unicode) \- (a VT102 emulator for the X window system)
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137\&\fB@@RXVT_NAME@@\fR [options] [\-e command [ args ]] 137\&\fB@@RXVT_NAME@@\fR [options] [\-e command [ args ]]
223.IX Item "-rv|+rv" 223.IX Item "-rv|+rv"
224Turn on/off simulated reverse video; resource \fBreverseVideo\fR. 224Turn on/off simulated reverse video; resource \fBreverseVideo\fR.
225.IP "\fB\-j\fR|\fB+j\fR" 4 225.IP "\fB\-j\fR|\fB+j\fR" 4
226.IX Item "-j|+j" 226.IX Item "-j|+j"
227Turn on/off jump scrolling; resource \fBjumpScroll\fR. 227Turn on/off jump scrolling; resource \fBjumpScroll\fR.
228.IP "\fB\-ip\fR|\fB+ip\fR" 4 228.IP "\fB\-ip\fR|\fB+ip\fR | \fB\-tr\fR|\fB+tr\fR" 4
229.IX Item "-ip|+ip" 229.IX Item "-ip|+ip | -tr|+tr"
230Turn on/off inheriting parent window's pixmap. Alternative form is 230Turn on/off inheriting parent window's pixmap. Alternative form is
231\&\fB\-tr\fR; resource \fBinheritPixmap\fR. 231\&\fB\-tr\fR; resource \fBinheritPixmap\fR.
232.IP "\fB\-fade\fR \fInumber\fR" 4 232.IP "\fB\-fade\fR \fInumber\fR" 4
233.IX Item "-fade number" 233.IX Item "-fade number"
234Fade the text by the given percentage when focus is lost. resource \fBfading\fR. 234Fade the text by the given percentage when focus is lost. Small values
235fade a little only, 100 completely replaces all colours by the fade
236colour; resource \fBfading\fR.
237.IP "\fB\-fadecolor\fR \fIcolour\fR" 4
238.IX Item "-fadecolor colour"
239Fade to this colour when fading is used (see \fB\-fade\fR). The default colour
240is black. resource \fBfadeColor\fR.
235.IP "\fB\-tint\fR \fIcolour\fR" 4 241.IP "\fB\-tint\fR \fIcolour\fR" 4
236.IX Item "-tint colour" 242.IX Item "-tint colour"
237Tint the transparent background pixmap with the given colour when 243Tint the transparent background pixmap with the given colour when
238transparency is enabled with \fB\-tr\fR or \fB\-ip\fR. See also the \fB\-sh\fR 244transparency is enabled with \fB\-tr\fR or \fB\-ip\fR. This only works for
239option that can be used to brighten or darken the image in addition to 245non-tiled backgrounds, currently. See also the \fB\-sh\fR option that can be
240tinting it. 246used to brighten or darken the image in addition to tinting it; resource
247\&\fItintColor\fR. Example:
248.Sp
249.Vb 1
250\& @@RXVT_NAME@@ -tr -tint blue -sh 40
251.Ve
241.IP "\fB\-sh\fR" 4 252.IP "\fB\-sh\fR" 4
242.IX Item "-sh" 253.IX Item "-sh"
243\&\fInumber\fR Darken (0 .. 100) or lighten (\-1 .. \-100) the transparent 254\&\fInumber\fR Darken (0 .. 100) or lighten (\-1 .. \-100) the transparent
244background image in addition to tinting it (i.e. \fB\-tint\fR must be 255background image in addition to tinting it (i.e. \fB\-tint\fR must be
245specified, too, e.g. \f(CW\*(C`\-tint white\*(C'\fR). 256specified, too, e.g. \f(CW\*(C`\-tint white\*(C'\fR).
269The colour of the border around the text area and between the scrollbar and the text; 280The colour of the border around the text area and between the scrollbar and the text;
270resource \fBborderColor\fR. 281resource \fBborderColor\fR.
271.IP "\fB\-fn\fR \fIfontlist\fR" 4 282.IP "\fB\-fn\fR \fIfontlist\fR" 4
272.IX Item "-fn fontlist" 283.IX Item "-fn fontlist"
273Select the fonts to be used. This is a comma separated list of font names 284Select the fonts to be used. This is a comma separated list of font names
274that are used in turn when trying to display Unicode characters. The 285that are checked in order when trying to find glyphs for characters. The
275first font defines the cell size for characters; other fonts might be 286first font defines the cell size for characters; other fonts might be
276smaller, but not (in general) larger. A (hopefully) reasonable default 287smaller, but not (in general) larger. A (hopefully) reasonable default
277font list is always appended to it. See resource \fBfont\fR for more details. 288font list is always appended to it. See resource \fBfont\fR for more details.
278.Sp 289.Sp
279In short, to specify an X11 core font, just specify it's name or prefix it 290In short, to specify an X11 core font, just specify it's name or prefix it
287.Sp 298.Sp
288See also the question \*(L"How does rxvt-unicode choose fonts?\*(R" in the \s-1FAQ\s0 299See also the question \*(L"How does rxvt-unicode choose fonts?\*(R" in the \s-1FAQ\s0
289section of @@RXVT_NAME@@(7). 300section of @@RXVT_NAME@@(7).
290.IP "\fB\-fb\fR \fIfontlist\fR" 4 301.IP "\fB\-fb\fR \fIfontlist\fR" 4
291.IX Item "-fb fontlist" 302.IX Item "-fb fontlist"
292Compile font\-styles: The bold font list to use when bold characters are to 303Compile \fIfont-styles\fR: The bold font list to use when \fBbold\fR characters
293be printed. See resource \fBboldFont\fR for details. 304are to be printed. See resource \fBboldFont\fR for details.
294.IP "\fB\-fi\fR \fIfontlist\fR" 4 305.IP "\fB\-fi\fR \fIfontlist\fR" 4
295.IX Item "-fi fontlist" 306.IX Item "-fi fontlist"
296Compile font\-styles: The italic font list to use when bold characters are to 307Compile \fIfont-styles\fR: The italic font list to use when \fIitalic\fR
297be printed. See resource \fBitalicFont\fR for details. 308characters are to be printed. See resource \fBitalicFont\fR for details.
298.IP "\fB\-fbi\fR \fIfontlist\fR" 4 309.IP "\fB\-fbi\fR \fIfontlist\fR" 4
299.IX Item "-fbi fontlist" 310.IX Item "-fbi fontlist"
300Compile font\-styles: The bold italic font list to use when bold characters are to 311Compile \fIfont-styles\fR: The bold italic font list to use when \fB\f(BIbold
301be printed. See resource \fBboldItalicFont\fR for details. 312italic\fB\fR characters are to be printed. See resource \fBboldItalicFont\fR
313for details.
314.IP "\fB\-is\fR|\fB+is\fR" 4
315.IX Item "-is|+is"
316Compile \fIfont-styles\fR: Bold/Italic font styles imply high intensity
317foreground/background (default). See resource \fBintensityStyles\fR for
318details.
302.IP "\fB\-name\fR \fIname\fR" 4 319.IP "\fB\-name\fR \fIname\fR" 4
303.IX Item "-name name" 320.IX Item "-name name"
304Specify the application name under which resources are to be obtained, 321Specify the application name under which resources are to be obtained,
305rather than the default executable file name. Name should not contain 322rather than the default executable file name. Name should not contain
306`.' or `*' characters. Also sets the icon and title name. 323`.' or `*' characters. Also sets the icon and title name.
334.IP "\fB\-sr\fR|\fB+sr\fR" 4 351.IP "\fB\-sr\fR|\fB+sr\fR" 4
335.IX Item "-sr|+sr" 352.IX Item "-sr|+sr"
336Put scrollbar on right/left; resource \fBscrollBar_right\fR. 353Put scrollbar on right/left; resource \fBscrollBar_right\fR.
337.IP "\fB\-st\fR|\fB+st\fR" 4 354.IP "\fB\-st\fR|\fB+st\fR" 4
338.IX Item "-st|+st" 355.IX Item "-st|+st"
339Display normal (non XTerm/NeXT) scrollbar without/with a trough; 356Display rxvt (non XTerm/NeXT) scrollbar without/with a trough;
340resource \fBscrollBar_floating\fR. 357resource \fBscrollBar_floating\fR.
341.IP "\fB\-ptab\fR|\fB+ptab\fR" 4 358.IP "\fB\-ptab\fR|\fB+ptab\fR" 4
342.IX Item "-ptab|+ptab" 359.IX Item "-ptab|+ptab"
343If enabled (default), \*(L"Horizontal Tab\*(R" characters are being stored as 360If enabled (default), \*(L"Horizontal Tab\*(R" characters are being stored as
344actual wide characters in the screen buffer, which makes it possible to 361actual wide characters in the screen buffer, which makes it possible to
368.IP "\fB\-bl\fR" 4 385.IP "\fB\-bl\fR" 4
369.IX Item "-bl" 386.IX Item "-bl"
370Compile \fIfrills\fR: Set \s-1MWM\s0 hints to request a borderless window, i.e. 387Compile \fIfrills\fR: Set \s-1MWM\s0 hints to request a borderless window, i.e.
371if honoured by the \s-1WM\s0, the rxvt-unicode window will not have window 388if honoured by the \s-1WM\s0, the rxvt-unicode window will not have window
372decorations; resource \fBborderLess\fR. 389decorations; resource \fBborderLess\fR.
390.IP "\fB\-sbg\fR" 4
391.IX Item "-sbg"
392Compile \fIfrills\fR: Disable the usage of the built-in block graphics/line
393drawing characters and just rely on what the specified fonts provide. Use
394this if you have a good font and want to use its block graphic glyphs;
395resource \fBskipBuiltinGlyphs\fR.
373.IP "\fB\-lsp\fR \fInumber\fR" 4 396.IP "\fB\-lsp\fR \fInumber\fR" 4
374.IX Item "-lsp number" 397.IX Item "-lsp number"
375Compile \fIfrills\fR: Lines (pixel height) to insert between each row of 398Compile \fIfrills\fR: Lines (pixel height) to insert between each row of
376the display. Useful to work around font rendering problems; resource 399the display. Useful to work around font rendering problems; resource
377\&\fBlinespace\fR. 400\&\fBlinespace\fR.
388the program being executed if neither \fI\-title\fR (\fI\-T\fR) nor \fI\-n\fR are 411the program being executed if neither \fI\-title\fR (\fI\-T\fR) nor \fI\-n\fR are
389given on the command line. If this option is used, it must be the last 412given on the command line. If this option is used, it must be the last
390on the command\-line. If there is no \fB\-e\fR option then the default is to 413on the command\-line. If there is no \fB\-e\fR option then the default is to
391run the program specified by the \fB\s-1SHELL\s0\fR environment variable or, 414run the program specified by the \fB\s-1SHELL\s0\fR environment variable or,
392failing that, \fI\fIsh\fI\|(1)\fR. 415failing that, \fI\fIsh\fI\|(1)\fR.
416.Sp
417Please note that you must specify a program with arguments. If you want to
418run shell commands, you have to specify the shell, like this:
419.Sp
420.Vb 1
421\& @@RXVT_NAME@@ -e sh -c "shell commands"
422.Ve
393.IP "\fB\-title\fR \fItext\fR" 4 423.IP "\fB\-title\fR \fItext\fR" 4
394.IX Item "-title text" 424.IX Item "-title text"
395Window title (\fB\-T\fR still respected); the default title is the basename 425Window title (\fB\-T\fR still respected); the default title is the basename
396of the program specified after the \fB\-e\fR option, if any, otherwise the 426of the program specified after the \fB\-e\fR option, if any, otherwise the
397application name; resource \fBtitle\fR. 427application name; resource \fBtitle\fR.
441\&\fBsecondaryScreen\fR. 471\&\fBsecondaryScreen\fR.
442.IP "\fB\-ssr\fR|\fB+ssr\fR" 4 472.IP "\fB\-ssr\fR|\fB+ssr\fR" 4
443.IX Item "-ssr|+ssr" 473.IX Item "-ssr|+ssr"
444Turn on/off secondary screen scroll (default enabled); resource 474Turn on/off secondary screen scroll (default enabled); resource
445\&\fBsecondaryScroll\fR. 475\&\fBsecondaryScroll\fR.
476.IP "\fB\-hold\fR|\fB+hold\fR" 4
477.IX Item "-hold|+hold"
478Turn on/off hold window after exit support. If enabled, @@RXVT_NAME@@
479will not immediately destroy its window when the program executed within
480it exits. Instead, it will wait till it is being killed or closed by the
481user; resource \fBhold\fR.
446.IP "\fB\-keysym.\fR\fIsym\fR: \fIstring\fR" 4 482.IP "\fB\-keysym.\fR\fIsym\fR \fIstring\fR" 4
447.IX Item "-keysym.sym: string" 483.IX Item "-keysym.sym string"
448Remap a key symbol. See resource \fBkeysym\fR. 484Remap a key symbol. See resource \fBkeysym\fR.
449.IP "\fB\-embed\fR: \fIwindowid\fR" 4 485.IP "\fB\-embed\fR \fIwindowid\fR" 4
450.IX Item "-embed: windowid" 486.IX Item "-embed windowid"
451Tells @@RXVT_NAME@@ to embed it's windows into an already-existing window, 487Tells @@RXVT_NAME@@ to embed it's windows into an already-existing window,
452which enables applications to easily embed a terminal. 488which enables applications to easily embed a terminal.
453.Sp 489.Sp
454Right now, @@RXVT_NAME@@ will first unmap/map the specified window, so it 490Right now, @@RXVT_NAME@@ will first unmap/map the specified window, so it
455shouldn't be a top-level window. @@RXVT_NAME@@ will also reconfigure it 491shouldn't be a top-level window. @@RXVT_NAME@@ will also reconfigure it
461It might be useful to know that @@RXVT_NAME@@ will not close file 497It might be useful to know that @@RXVT_NAME@@ will not close file
462descriptors passed to it (except for stdin/out/err, of course), so you 498descriptors passed to it (except for stdin/out/err, of course), so you
463can use file descriptors to communicate with the programs within the 499can use file descriptors to communicate with the programs within the
464terminal. This works regardless of wether the \f(CW\*(C`\-embed\*(C'\fR option was used or 500terminal. This works regardless of wether the \f(CW\*(C`\-embed\*(C'\fR option was used or
465not. 501not.
502.Sp
503Here is a short Gtk2\-perl snippet that illustrates how this option can be
504used (a longer example is in \fIdoc/embed\fR):
505.Sp
506.Vb 5
507\& my $rxvt = new Gtk2::Socket;
508\& $rxvt->signal_connect_after (realize => sub {
509\& my $xid = $_[0]->window->get_xid;
510\& system "@@RXVT_NAME@@ -embed $xid &";
511\& });
512.Ve
513.IP "\fB\-pty\-fd\fR \fIfile descriptor\fR" 4
514.IX Item "-pty-fd file descriptor"
515Tells @@RXVT_NAME@@ \s-1NOT\s0 to execute any commands or create a new pty/tty
516pair but instead use the given filehandle as the tty master. This is
517useful if you want to drive @@RXVT_NAME@@ as a generic terminal emulator
518without having to run a program within it.
519.Sp
520If this switch is given, @@RXVT_NAME@@ will not create any utmp/wtmp
521entries and will not tinker with pty/tty permissions \- you have to do that
522yourself if you want that.
523.Sp
524As an extremely special case, specifying \f(CW\*(C`\-1\*(C'\fR will completely suppress
525pty/tty operations.
526.Sp
527Here is a example in perl that illustrates how this option can be used (a
528longer example is in \fIdoc/pty\-fd\fR):
529.Sp
530.Vb 2
531\& use IO::Pty;
532\& use Fcntl;
533.Ve
534.Sp
535.Vb 4
536\& my $pty = new IO::Pty;
537\& fcntl $pty, F_SETFD, 0; # clear close-on-exec
538\& system "@@RXVT_NAME@@ -pty-fd " . (fileno $pty) . "&";
539\& close $pty;
540.Ve
541.Sp
542.Vb 3
543\& # now communicate with rxvt
544\& my $slave = $pty->slave;
545\& while (<$slave>) { print $slave "got <$_>\en" }
546.Ve
547.IP "\fB\-pe\fR \fIstring\fR" 4
548.IX Item "-pe string"
549Comma-separated list of perl extension scripts to use (or not to use) in
550this terminal instance. See resource \fBperl-ext\fR for details.
466.SH "RESOURCES (available also as long\-options)" 551.SH "RESOURCES (available also as long\-options)"
467.IX Header "RESOURCES (available also as long-options)" 552.IX Header "RESOURCES (available also as long-options)"
468Note: `@@RXVT_NAME@@ \-\-help' gives a list of all resources (long 553Note: `@@RXVT_NAME@@ \-\-help' gives a list of all resources (long
469options) compiled into your version. 554options) compiled into your version.
470.PP 555.PP
471There are two different methods that @@RXVT_NAME@@ can use to get the 556You can set and change the resources using X11 tools like \fBxrdb\fR. Many
472Xresource data: using the X libraries (Xrm*\-functions) or internal 557distribution do also load settings from the \fB~/.Xresources\fR file when X
473Xresources reader (\fB~/.Xdefaults\fR). For the first method (ie. 558starts. @@RXVT_NAME@@ will consult the following files/resources in order,
474\&\fB@@RXVT_NAME@@ \-h\fR lists \fBXGetDefaults\fR), you can set and change the 559with later settings overwriting earlier ones:
475resources using X11 tools like \fBxrdb\fR. Many distribution do also load
476settings from the \fB~/.Xresources\fR file when X starts. @@RXVT_NAME@@
477will consult the following files/resources in order, with later settings
478overwriting earlier ones:
479.PP 560.PP
480.Vb 5 561.Vb 5
481\& 1. system-wide app-defaults file, either locale-dependent OR global 562\& 1. system-wide app-defaults file, either locale-dependent OR global
482\& 2. app-defaults file in $XAPPLRESDIR 563\& 2. app-defaults file in $XAPPLRESDIR
483\& 3. RESOURCE_MANAGER property on root-window OR $HOME/.Xdefaults 564\& 3. RESOURCE_MANAGER property on root-window OR $HOME/.Xdefaults
484\& 4. SCREEN_RESOURCES for the current screen 565\& 4. SCREEN_RESOURCES for the current screen
485\& 5. $XENVIRONMENT file OR $HOME/.Xdefaults-<nodename> 566\& 5. $XENVIRONMENT file OR $HOME/.Xdefaults-<nodename>
486.Ve 567.Ve
487.PP 568.PP
488If compiled with internal Xresources support (i.e. \fB@@RXVT_NAME@@ \-h\fR
489lists \fB.Xdefaults\fR) then \fB@@RXVT_NAME@@\fR accepts application defaults
490set in XAPPLOADDIR/URxvt (compile\-time defined: usually
491\&\fB/usr/lib/X11/app\-defaults/URxvt\fR) and resources set in
492\&\fB~/.Xdefaults\fR, or \fB~/.Xresources\fR if \fB~/.Xdefaults\fR does not exist.
493Note that when reading X resources, \fB@@RXVT_NAME@@\fR recognizes two 569Note that when reading X resources, \fB@@RXVT_NAME@@\fR recognizes two class
494class names: \fBXTerm\fR and \fBURxvt\fR. The class name \fBRxvt\fR allows 570names: \fBRxvt\fR and \fBURxvt\fR. The class name \fBRxvt\fR allows resources
495resources common to both \fB@@RXVT_NAME@@\fR and the original \fIrxvt\fR to be 571common to both \fB@@RXVT_NAME@@\fR and the original \fIrxvt\fR to be easily
496easily configured, while the class name \fBURxvt\fR allows resources 572configured, while the class name \fBURxvt\fR allows resources unique to
497unique to \fB@@RXVT_NAME@@\fR, notably colours and key\-handling, to be 573\&\fB@@RXVT_NAME@@\fR, to be shared between different \fB@@RXVT_NAME@@\fR
498shared between different \fB@@RXVT_NAME@@\fR configurations. If no 574configurations. If no resources are specified, suitable defaults will
499resources are specified, suitable defaults will be used. Command-line 575be used. Command-line arguments can be used to override resource
500arguments can be used to override resource settings. The following 576settings. The following resources are supported (you might want to
501resources are allowed: 577check the @@RXVT_NAME@@\fIperl\fR\|(3) manpage for additional settings by perl
578extensions not documented here):
502.IP "\fBgeometry:\fR \fIgeom\fR" 4 579.IP "\fBgeometry:\fR \fIgeom\fR" 4
503.IX Item "geometry: geom" 580.IX Item "geometry: geom"
504Create the window with the specified X window geometry [default 80x24]; 581Create the window with the specified X window geometry [default 80x24];
505option \fB\-geometry\fR. 582option \fB\-geometry\fR.
506.IP "\fBbackground:\fR \fIcolour\fR" 4 583.IP "\fBbackground:\fR \fIcolour\fR" 4
570\&\fBTrue\fR: make the background inherit the parent windows' pixmap, giving 647\&\fBTrue\fR: make the background inherit the parent windows' pixmap, giving
571artificial transparency. \fBFalse\fR: do not inherit the parent windows' 648artificial transparency. \fBFalse\fR: do not inherit the parent windows'
572pixmap. 649pixmap.
573.IP "\fBfading:\fR \fInumber\fR" 4 650.IP "\fBfading:\fR \fInumber\fR" 4
574.IX Item "fading: number" 651.IX Item "fading: number"
575Fade the text by the given percentage when focus is lost. 652Fade the text by the given percentage when focus is lost; option \fB\-fade\fR.
653.IP "\fBfadeColor:\fR \fIcolour\fR" 4
654.IX Item "fadeColor: colour"
655Fade to this colour, when fading is used (see \fBfading:\fR). The default
656colour is black; option \fB\-fadecolor\fR.
576.IP "\fBtintColor:\fR \fIcolour\fR" 4 657.IP "\fBtintColor:\fR \fIcolour\fR" 4
577.IX Item "tintColor: colour" 658.IX Item "tintColor: colour"
578Tint the transparent background pixmap with the given colour. 659Tint the transparent background pixmap with the given colour; option
660\&\fB\-tint\fR.
579.IP "\fBshading:\fR \fInumber\fR" 4 661.IP "\fBshading:\fR \fInumber\fR" 4
580.IX Item "shading: number" 662.IX Item "shading: number"
581Darken (0 .. 100) or lighten (\-1 .. \-100) the transparent background 663Darken (0 .. 100) or lighten (\-1 .. \-100) the transparent background
582image in addition to tinting it. 664image in addition to tinting it.
583.IP "\fBscrollColor:\fR \fIcolour\fR" 4 665.IP "\fBscrollColor:\fR \fIcolour\fR" 4
584.IX Item "scrollColor: colour" 666.IX Item "scrollColor: colour"
585Use the specified colour for the scrollbar [default #B2B2B2]. 667Use the specified colour for the scrollbar [default #B2B2B2].
586.IP "\fBtroughColor:\fR \fIcolour\fR" 4 668.IP "\fBtroughColor:\fR \fIcolour\fR" 4
587.IX Item "troughColor: colour" 669.IX Item "troughColor: colour"
588Use the specified colour for the scrollbar's trough area [default 670Use the specified colour for the scrollbar's trough area [default
589#969696]. Only relevant for normal (non XTerm/NeXT) scrollbar. 671#969696]. Only relevant for rxvt (non XTerm/NeXT) scrollbar.
590.IP "\fBborderColor:\fR \fIcolour\fR" 4 672.IP "\fBborderColor:\fR \fIcolour\fR" 4
591.IX Item "borderColor: colour" 673.IX Item "borderColor: colour"
592The colour of the border around the text area and between the scrollbar 674The colour of the border around the text area and between the scrollbar
593and the text. 675and the text.
594.IP "\fBbackgroundPixmap:\fR \fIfile[;geom]\fR" 4 676.IP "\fBbackgroundPixmap:\fR \fIfile[;geom]\fR" 4
600centre (percent). A scale of 0 displays the image with tiling. A scale 682centre (percent). A scale of 0 displays the image with tiling. A scale
601of 1 displays the image without any scaling. A scale of 2 to 9 683of 1 displays the image without any scaling. A scale of 2 to 9
602specifies an integer number of images in that direction. No image will 684specifies an integer number of images in that direction. No image will
603be magnified beyond 10 times its original size. The maximum permitted 685be magnified beyond 10 times its original size. The maximum permitted
604scale is 1000. [default 0x0+50+50] 686scale is 1000. [default 0x0+50+50]
605.IP "\fBmenu:\fR \fIfile[;tag]\fR" 4
606.IX Item "menu: file[;tag]"
607Read in the specified menu file (note the `.menu' extension is
608optional) and also optionally specify a starting tag to find. See the
609reference documentation for details on the syntax for the menuBar.
610.IP "\fBpath:\fR \fIpath\fR" 4 687.IP "\fBpath:\fR \fIpath\fR" 4
611.IX Item "path: path" 688.IX Item "path: path"
612Specify the colon-delimited search path for finding files (\s-1XPM\s0 and 689Specify the colon-delimited search path for finding \s-1XPM\s0 files.
613menus), in addition to the paths specified by the \fB\s-1RXVTPATH\s0\fR and
614\&\fB\s-1PATH\s0\fR environment variables.
615.IP "\fBfont:\fR \fIfontlist\fR" 4 690.IP "\fBfont:\fR \fIfontlist\fR" 4
616.IX Item "font: fontlist" 691.IX Item "font: fontlist"
617Select the fonts to be used. This is a comma separated list of font 692Select the fonts to be used. This is a comma separated list of font names
618names that are used in turn when trying to display Unicode characters. 693that are checked in order when trying to find glyphs for characters. The
619The first font defines the cell size for characters; other fonts might 694first font defines the cell size for characters; other fonts might be
620be smaller, but not larger. A reasonable default font list is always 695smaller, but not (in general) larger. A (hopefully) reasonable default
621appended to it. option \fB\-fn\fR. 696font list is always appended to it; option \fB\-fn\fR.
622.Sp 697.Sp
623Each font can either be a standard X11 core font (\s-1XLFD\s0) name, with 698Each font can either be a standard X11 core font (\s-1XLFD\s0) name, with
624optional prefix \f(CW\*(C`x:\*(C'\fR or a Xft font (Compile \fIxft\fR), prefixed with \f(CW\*(C`xft:\*(C'\fR. 699optional prefix \f(CW\*(C`x:\*(C'\fR or a Xft font (Compile \fIxft\fR), prefixed with \f(CW\*(C`xft:\*(C'\fR.
625.Sp 700.Sp
626In addition, each font can be prefixed with additional hints and 701In addition, each font can be prefixed with additional hints and
629fonts. 704fonts.
630.Sp 705.Sp
631For example, this font resource 706For example, this font resource
632.Sp 707.Sp
633.Vb 5 708.Vb 5
634\& URxvt*font: 9x15bold,\e 709\& URxvt.font: 9x15bold,\e
635\& -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,\e 710\& -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,\e
636\& -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1, \e 711\& -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1, \e
637\& [codeset=JISX0208]xft:Kochi Gothic:antialias=false, \e 712\& [codeset=JISX0208]xft:Kochi Gothic:antialias=false, \e
638\& xft:Code2000:antialias=false 713\& xft:Code2000:antialias=false
639.Ve 714.Ve
674\&\*(L"morphing\*(R" the normal text font list into the desired shape. If that is 749\&\*(L"morphing\*(R" the normal text font list into the desired shape. If that is
675not possible, replacement fonts of the desired shape will be tried. 750not possible, replacement fonts of the desired shape will be tried.
676.Sp 751.Sp
677If set, but empty, then this specific style is disabled and the normal 752If set, but empty, then this specific style is disabled and the normal
678text font will being used for the given style. 753text font will being used for the given style.
754.IP "\fBintensityStyles:\fR \fIboolean\fR" 4
755.IX Item "intensityStyles: boolean"
756When font styles are not enabled, or this option is enabled (\fBTrue\fR,
757option \fB\-is\fR, the default), bold and italic font styles imply high
758intensity foreground/backround colours. Disabling this option (\fBFalse\fR,
759option \fB+is\fR) disables this behaviour, the high intensity colours are not
760reachable.
679.IP "\fBselectstyle:\fR \fImode\fR" 4 761.IP "\fBselectstyle:\fR \fImode\fR" 4
680.IX Item "selectstyle: mode" 762.IX Item "selectstyle: mode"
681Set mouse selection style to \fBold\fR which is 2.20, \fBoldword\fR which is 763Set mouse selection style to \fBold\fR which is 2.20, \fBoldword\fR which is
682xterm style with 2.20 old word selection, or anything else which gives 764xterm style with 2.20 old word selection, or anything else which gives
683xterm style selection. 765xterm style selection.
684.IP "\fBscrollstyle:\fR \fImode\fR" 4 766.IP "\fBscrollstyle:\fR \fImode\fR" 4
685.IX Item "scrollstyle: mode" 767.IX Item "scrollstyle: mode"
686Set scrollbar style to \fBrxvt\fR, \fBplain\fR, \fBnext\fR or \fBxterm\fR. \fBplain\fR is 768Set scrollbar style to \fBrxvt\fR, \fBplain\fR, \fBnext\fR or \fBxterm\fR. \fBplain\fR is
687the author's favourite.. 769the author's favourite.
688.IP "\fBtitle:\fR \fIstring\fR" 4 770.IP "\fBtitle:\fR \fIstring\fR" 4
689.IX Item "title: string" 771.IX Item "title: string"
690Set window title string, the default title is the command-line 772Set window title string, the default title is the command-line
691specified after the \fB\-e\fR option, if any, otherwise the application 773specified after the \fB\-e\fR option, if any, otherwise the application
692name; option \fB\-title\fR. 774name; option \fB\-title\fR.
716.IP "\fBprint\-pipe:\fR \fIstring\fR" 4 798.IP "\fBprint\-pipe:\fR \fIstring\fR" 4
717.IX Item "print-pipe: string" 799.IX Item "print-pipe: string"
718Specify a command pipe for vt100 printer [default \fI\fIlpr\fI\|(1)\fR]. Use 800Specify a command pipe for vt100 printer [default \fI\fIlpr\fI\|(1)\fR]. Use
719\&\fBPrint\fR to initiate a screen dump to the printer and \fBCtrl-Print\fR or 801\&\fBPrint\fR to initiate a screen dump to the printer and \fBCtrl-Print\fR or
720\&\fBShift-Print\fR to include the scrollback as well. 802\&\fBShift-Print\fR to include the scrollback as well.
803.Sp
804The string will be interpreted as if typed into the shell as\-is.
805.Sp
806Example:
807.Sp
808.Vb 1
809\& URxvt.print-pipe: cat > $(TMPDIR=$HOME mktemp urxvt.XXXXXX)
810.Ve
811.Sp
812This creates a new file in your home directory with the screen contents
813everytime you hit \f(CW\*(C`Print\*(C'\fR.
721.IP "\fBscrollBar:\fR \fIboolean\fR" 4 814.IP "\fBscrollBar:\fR \fIboolean\fR" 4
722.IX Item "scrollBar: boolean" 815.IX Item "scrollBar: boolean"
723\&\fBTrue\fR: enable the scrollbar [default]; option \fB\-sb\fR. \fBFalse\fR: 816\&\fBTrue\fR: enable the scrollbar [default]; option \fB\-sb\fR. \fBFalse\fR:
724disable the scrollbar; option \fB+sb\fR. 817disable the scrollbar; option \fB+sb\fR.
725.IP "\fBscrollBar_right:\fR \fIboolean\fR" 4 818.IP "\fBscrollBar_right:\fR \fIboolean\fR" 4
764option \fB\-w\fR, \fB\-bw\fR, \fB\-borderwidth\fR. 857option \fB\-w\fR, \fB\-bw\fR, \fB\-borderwidth\fR.
765.IP "\fBborderLess:\fR \fIboolean\fR" 4 858.IP "\fBborderLess:\fR \fIboolean\fR" 4
766.IX Item "borderLess: boolean" 859.IX Item "borderLess: boolean"
767Set \s-1MWM\s0 hints to request a borderless window, i.e. if honoured by the 860Set \s-1MWM\s0 hints to request a borderless window, i.e. if honoured by the
768\&\s-1WM\s0, the rxvt-unicode window will not have window decorations; option \fB\-bl\fR. 861\&\s-1WM\s0, the rxvt-unicode window will not have window decorations; option \fB\-bl\fR.
862.IP "\fBskipBuiltinGlyphs:\fR \fIboolean\fR" 4
863.IX Item "skipBuiltinGlyphs: boolean"
864Compile \fIfrills\fR: Disable the usage of the built-in block graphics/line
865drawing characters and just rely on what the specified fonts provide. Use
866this if you have a good font and want to use its block graphic glyphs;
867option \fB\-sbg\fR.
769.IP "\fBtermName:\fR \fItermname\fR" 4 868.IP "\fBtermName:\fR \fItermname\fR" 4
770.IX Item "termName: termname" 869.IX Item "termName: termname"
771Specifies the terminal type name to be set in the \fB\s-1TERM\s0\fR environment 870Specifies the terminal type name to be set in the \fB\s-1TERM\s0\fR environment
772variable; option \fB\-tn\fR. 871variable; option \fB\-tn\fR.
773.IP "\fBlinespace:\fR \fInumber\fR" 4 872.IP "\fBlinespace:\fR \fInumber\fR" 4
801.IP "\fBpointerColor2:\fR \fIcolour\fR" 4 900.IP "\fBpointerColor2:\fR \fIcolour\fR" 4
802.IX Item "pointerColor2: colour" 901.IX Item "pointerColor2: colour"
803Mouse pointer background colour. 902Mouse pointer background colour.
804.IP "\fBpointerBlankDelay:\fR \fInumber\fR" 4 903.IP "\fBpointerBlankDelay:\fR \fInumber\fR" 4
805.IX Item "pointerBlankDelay: number" 904.IX Item "pointerBlankDelay: number"
806Specifies number of seconds before blanking the pointer [default 2]. 905Specifies number of seconds before blanking the pointer [default 2]. Use a
906large number (e.g. \f(CW987654321\fR) to effectively disable the timeout.
807.IP "\fBbackspacekey:\fR \fIstring\fR" 4 907.IP "\fBbackspacekey:\fR \fIstring\fR" 4
808.IX Item "backspacekey: string" 908.IX Item "backspacekey: string"
809The string to send when the backspace key is pressed. If set to \fB\s-1DEC\s0\fR 909The string to send when the backspace key is pressed. If set to \fB\s-1DEC\s0\fR
810or unset it will send \fBDelete\fR (code 127) or, if shifted, \fBBackspace\fR 910or unset it will send \fBDelete\fR (code 127) or, if shifted, \fBBackspace\fR
811(code 8) \- which can be reversed with the appropriate \s-1DEC\s0 private mode 911(code 8) \- which can be reversed with the appropriate \s-1DEC\s0 private mode
830.IP "\fBimLocale:\fR \fIname\fR" 4 930.IP "\fBimLocale:\fR \fIname\fR" 4
831.IX Item "imLocale: name" 931.IX Item "imLocale: name"
832The locale to use for opening the \s-1IM\s0. You can use an \f(CW\*(C`LC_CTYPE\*(C'\fR of e.g. 932The locale to use for opening the \s-1IM\s0. You can use an \f(CW\*(C`LC_CTYPE\*(C'\fR of e.g.
833\&\f(CW\*(C`de_DE.UTF\-8\*(C'\fR for normal text processing but \f(CW\*(C`ja_JP.EUC\-JP\*(C'\fR for the 933\&\f(CW\*(C`de_DE.UTF\-8\*(C'\fR for normal text processing but \f(CW\*(C`ja_JP.EUC\-JP\*(C'\fR for the
834input extension to be able to input japanese characters while staying in 934input extension to be able to input japanese characters while staying in
835another locale. option \fB\-imlocale\fR. 935another locale; option \fB\-imlocale\fR.
836.IP "\fBimFont:\fR \fIfontset\fR" 4 936.IP "\fBimFont:\fR \fIfontset\fR" 4
837.IX Item "imFont: fontset" 937.IX Item "imFont: fontset"
838Specify the font-set used for \s-1XIM\s0 styles \f(CW\*(C`OverTheSpot\*(C'\fR or 938Specify the font-set used for \s-1XIM\s0 styles \f(CW\*(C`OverTheSpot\*(C'\fR or
839\&\f(CW\*(C`OffTheSpot\*(C'\fR. It must be a standard X font set (\s-1XLFD\s0 patterns separated 939\&\f(CW\*(C`OffTheSpot\*(C'\fR. It must be a standard X font set (\s-1XLFD\s0 patterns separated
840by commas), i.e. it's not in the same format as the other font lists used 940by commas), i.e. it's not in the same format as the other font lists used
843option \fB\-imfont\fR. 943option \fB\-imfont\fR.
844.IP "\fBtripleclickwords:\fR \fIboolean\fR" 4 944.IP "\fBtripleclickwords:\fR \fIboolean\fR" 4
845.IX Item "tripleclickwords: boolean" 945.IX Item "tripleclickwords: boolean"
846Change the meaning of triple-click selection with the left mouse 946Change the meaning of triple-click selection with the left mouse
847button. Instead of selecting a full line it will extend the selection to 947button. Instead of selecting a full line it will extend the selection to
848the end of the logical line only. option \fB\-tcw\fR. 948the end of the logical line only; option \fB\-tcw\fR.
849.IP "\fBinsecure:\fR \fIboolean\fR" 4 949.IP "\fBinsecure:\fR \fIboolean\fR" 4
850.IX Item "insecure: boolean" 950.IX Item "insecure: boolean"
851Enables \*(L"insecure\*(R" mode. Rxvt-unicode offers some escape sequences that 951Enables \*(L"insecure\*(R" mode. Rxvt-unicode offers some escape sequences that
852echo arbitrary strings like the icon name or the locale. This could be 952echo arbitrary strings like the icon name or the locale. This could be
853abused if somebody gets 8\-bit\-clean access to your display, whether 953abused if somebody gets 8\-bit\-clean access to your display, whether
854throuh a mail client displaying mail bodies unfiltered or though 954through a mail client displaying mail bodies unfiltered or through
855\&\fIwrite\fR\|(1). Therefore, these sequences are disabled by default. (Note 955\&\fIwrite\fR\|(1) or any other means. Therefore, these sequences are disabled by
856that other terminals, including xterm, have these sequences 956default. (Note that many other terminals, including xterm, have these
857enabled by default). You can enable them by setting this boolean 957sequences enabled by default, which doesn't make it safer, though).
858resource or specifying \fB\-insecure\fR as an option. At the moment, this 958.Sp
859enabled display\-answer, locale, findfont, icon label and window title 959You can enable them by setting this boolean resource or specifying
860requests as well as dynamic menubar dispatch. 960\&\fB\-insecure\fR as an option. At the moment, this enables display\-answer,
961locale, findfont, icon label and window title requests.
861.IP "\fBmodifier:\fR \fImodifier\fR" 4 962.IP "\fBmodifier:\fR \fImodifier\fR" 4
862.IX Item "modifier: modifier" 963.IX Item "modifier: modifier"
863Set the key to be interpreted as the Meta key to: \fBalt\fR, \fBmeta\fR, 964Set the key to be interpreted as the Meta key to: \fBalt\fR, \fBmeta\fR,
864\&\fBhyper\fR, \fBsuper\fR, \fBmod1\fR, \fBmod2\fR, \fBmod3\fR, \fBmod4\fR, \fBmod5\fR; option 965\&\fBhyper\fR, \fBsuper\fR, \fBmod1\fR, \fBmod2\fR, \fBmod3\fR, \fBmod4\fR, \fBmod5\fR; option
865\&\fB\-mod\fR. 966\&\fB\-mod\fR.
875.IX Item "secondaryScroll: bool" 976.IX Item "secondaryScroll: bool"
876Turn on/off secondary screen scroll (default enabled). If the this 977Turn on/off secondary screen scroll (default enabled). If the this
877option is enabled, scrolls on the secondary screen will change the 978option is enabled, scrolls on the secondary screen will change the
878scrollback buffer and switching to/from the secondary screen will 979scrollback buffer and switching to/from the secondary screen will
879instead scroll the screen up. 980instead scroll the screen up.
981.IP "\fBhold\fR: \fIbool\fR" 4
982.IX Item "hold: bool"
983Turn on/off hold window after exit support. If enabled, @@RXVT_NAME@@
984will not immediately destroy its window when the program executed within
985it exits. Instead, it will wait till it is being killed or closed by the
986user.
880.IP "\fBkeysym.\fR\fIsym\fR: \fIstring\fR" 4 987.IP "\fBkeysym.\fR\fIsym\fR: \fIstring\fR" 4
881.IX Item "keysym.sym: string" 988.IX Item "keysym.sym: string"
882Compile \fIfrills\fR: Associate \fIstring\fR with keysym \fIsym\fR. The 989Compile \fIfrills\fR: Associate \fIstring\fR with keysym \fIsym\fR. The
883intervening resource name \fBkeysym.\fR cannot be omitted. 990intervening resource name \fBkeysym.\fR cannot be omitted.
884.Sp 991.Sp
903\&\f(CW\*(C`\ee\*(C'\fR, \f(CW\*(C`\eE\*(C'\fR: escape, \f(CW\*(C`\en\*(C'\fR: newline, \f(CW\*(C`\er\*(C'\fR: carriage return, \f(CW\*(C`\et\*(C'\fR: tab, 1010\&\f(CW\*(C`\ee\*(C'\fR, \f(CW\*(C`\eE\*(C'\fR: escape, \f(CW\*(C`\en\*(C'\fR: newline, \f(CW\*(C`\er\*(C'\fR: carriage return, \f(CW\*(C`\et\*(C'\fR: tab,
904\&\f(CW\*(C`\e000\*(C'\fR: octal number) or verbatim control characters (\f(CW\*(C`^?\*(C'\fR: delete, 1011\&\f(CW\*(C`\e000\*(C'\fR: octal number) or verbatim control characters (\f(CW\*(C`^?\*(C'\fR: delete,
905\&\f(CW\*(C`^@\*(C'\fR: null, \f(CW\*(C`^A\*(C'\fR ...) and may be enclosed with double quotes so that it 1012\&\f(CW\*(C`^@\*(C'\fR: null, \f(CW\*(C`^A\*(C'\fR ...) and may be enclosed with double quotes so that it
906can start or end with whitespace. 1013can start or end with whitespace.
907.Sp 1014.Sp
908Please note that you need to double the \f(CW\*(C`\e\*(C'\fR when using 1015Please note that you need to double the \f(CW\*(C`\e\*(C'\fR in resource files, as
909\&\f(CW\*(C`\-\-enable\-xgetdefault\*(C'\fR, as X itself does it's own de-escaping (you can 1016Xlib itself does it's own de-escaping (you can use \f(CW\*(C`\e033\*(C'\fR instead of
910use \f(CW\*(C`\e033\*(C'\fR instead of \f(CW\*(C`\ee\*(C'\fR (and so on), which will work with both Xt and 1017\&\f(CW\*(C`\ee\*(C'\fR (and so on), which will work with both Xt and @@RXVT_NAME@@'s own
911@@RXVT_NAME@@'s own processing). 1018processing).
912.Sp 1019.Sp
913You can define a range of keysyms in one shot by providing a \fIstring\fR 1020You can define a range of keysyms in one shot by providing a \fIstring\fR
914with pattern \fBlist/PREFIX/MIDDLE/SUFFIX\fR, where the delimeter `/' 1021with pattern \fBlist/PREFIX/MIDDLE/SUFFIX\fR, where the delimeter `/'
915should be a character not used by the strings. 1022should be a character not used by the strings.
916.Sp 1023.Sp
935.Sp 1042.Sp
936.Vb 1 1043.Vb 1
937\& URxvt.keysym.M-C-c: command:\e033]701;zh_CN.GBK\e007 1044\& URxvt.keysym.M-C-c: command:\e033]701;zh_CN.GBK\e007
938.Ve 1045.Ve
939.Sp 1046.Sp
1047If \fIstring\fR takes the form \f(CW\*(C`perl:STRING\*(C'\fR, then the specified \fB\s-1STRING\s0\fR
1048is passed to the \f(CW\*(C`on_keyboard_command\*(C'\fR perl handler. See the @@RXVT_NAME@@\fIperl\fR\|(3)
1049manpage. For example, the \fIselection\fR extension (activated via
1050\&\f(CW\*(C`@@RXVT_NAME@@ \-pe selection\*(C'\fR) listens for \f(CW\*(C`selection:rot13\*(C'\fR events:
1051.Sp
1052.Vb 1
1053\& URxvt.keysym.M-C-c: perl:selection:rot13
1054.Ve
1055.Sp
1056Due the the large number of modifier combinations, a defined key mapping
1057will match if at \fIat least\fR the specified identifiers are being set, and
1058no other key mappings with those and more bits are being defined. That
1059means that defining a key map for \f(CW\*(C`a\*(C'\fR will automatically provide
1060definitions for \f(CW\*(C`Meta\-a\*(C'\fR, \f(CW\*(C`Shift\-a\*(C'\fR and so on, unless some of those are defined
1061mappings themselves.
1062.Sp
1063Unfortunately, this will override built-in key mappings. For example
1064if you overwrite the \f(CW\*(C`Insert\*(C'\fR key you will disable @@RXVT_NAME@@'s
1065\&\f(CW\*(C`Shift\-Insert\*(C'\fR mapping. To re-enable that, you can poke \*(L"holes\*(R" into the
1066user-defined keymap using the \f(CW\*(C`builtin:\*(C'\fR replacement:
1067.Sp
1068.Vb 2
1069\& URxvt.keysym.Insert: <my insert key sequence>
1070\& URxvt.keysym.S-Insert: builtin:
1071.Ve
1072.Sp
1073The first line defines a mapping for \f(CW\*(C`Insert\*(C'\fR and \fIany\fR combination
1074of modifiers. The second line re-establishes the default mapping for
1075\&\f(CW\*(C`Shift\-Insert\*(C'\fR.
1076.Sp
940The following example will map Control\-Meta\-1 and Control\-Meta\-2 to 1077The following example will map Control\-Meta\-1 and Control\-Meta\-2 to
941the fonts \f(CW\*(C`suxuseuro\*(C'\fR and \f(CW\*(C`9x15bold\*(C'\fR, so you can have some limited 1078the fonts \f(CW\*(C`suxuseuro\*(C'\fR and \f(CW\*(C`9x15bold\*(C'\fR, so you can have some limited
942font-switching at runtime: 1079font-switching at runtime:
943.Sp 1080.Sp
944.Vb 2 1081.Vb 2
951.Sp 1088.Sp
952.Vb 2 1089.Vb 2
953\& URxvt.keysym.M-C-3: command:\e033[8;25;80t 1090\& URxvt.keysym.M-C-3: command:\e033[8;25;80t
954\& URxvt.keysym.M-C-4: command:\e033[8;48;110t 1091\& URxvt.keysym.M-C-4: command:\e033[8;48;110t
955.Ve 1092.Ve
1093.IP "\fBperl-ext-common\fR: \fIstring\fR" 4
1094.IX Item "perl-ext-common: string"
1095.PD 0
1096.IP "\fBperl-ext\fR: \fIstring\fR" 4
1097.IX Item "perl-ext: string"
1098.PD
1099Comma-separated list(s) of perl extension scripts (default: \f(CW\*(C`default\*(C'\fR) to
1100use in this terminal instance; option \fB\-pe\fR.
1101.Sp
1102Extension names can be prefixed with a \f(CW\*(C`\-\*(C'\fR sign to prohibit using
1103them. This can be useful to selectively disable some extensions loaded
1104by default, or specified via the \f(CW\*(C`perl\-ext\-common\*(C'\fR resource. For
1105example, \f(CW\*(C`default,\-selection\*(C'\fR will use all the default extension except
1106\&\f(CW\*(C`selection\*(C'\fR.
1107.Sp
1108Extension names can also be followed by an argument in angle brackets
1109(e.g. \f(CW\*(C`searchable\-scrollback<M\-s>\*(C'\fR, which binds the hotkey for
1110searchable scorllback to Alt/Meta\-s). Mentioning the same extension
1111multiple times with different arguments will pass multiple arguments to
1112the extension.
1113.Sp
1114Each extension is looked up in the library directories, loaded if
1115necessary, and bound to the current terminal instance.
1116.Sp
1117If both of these resources are the empty string, then the perl
1118interpreter will not be initialized. The idea behind two options is that
1119\&\fBperl-ext-common\fR will be used for extensions that should be available to
1120all instances, while \fBperl-ext\fR is used for specific instances.
1121.IP "\fBperl-eval\fR: \fIstring\fR" 4
1122.IX Item "perl-eval: string"
1123Perl code to be evaluated when all extensions have been registered. See
1124the @@RXVT_NAME@@\fIperl\fR\|(3) manpage. Due to security reasons, this resource
1125will be ignored when running setuid/setgid.
1126.IP "\fBperl-lib\fR: \fIpath\fR" 4
1127.IX Item "perl-lib: path"
1128Colon-separated list of additional directories that hold extension
1129scripts. When looking for extensions specified by the \f(CW\*(C`perl\*(C'\fR resource,
1130@@RXVT_NAME@@ will first look in these directories and then in
1131\&\fI@@RXVT_LIBDIR@@/urxvt/perl/\fR. Due to security reasons, this resource
1132will be ignored when running setuid/setgid.
1133.Sp
1134See the @@RXVT_NAME@@\fIperl\fR\|(3) manpage.
1135.IP "\fBselection.pattern\-\f(BIidx\fB\fR: \fIperl-regex\fR" 4
1136.IX Item "selection.pattern-idx: perl-regex"
1137Additional selection patterns, see the @@RXVT_NAME@@\fIperl\fR\|(3) manpage for
1138details.
1139.IP "\fBselection\-autotransform.\f(BIidx\fB\fR: \fIperl-transform\fR" 4
1140.IX Item "selection-autotransform.idx: perl-transform"
1141Selection auto-transform patterns, see the @@RXVT_NAME@@\fIperl\fR\|(3) manpage
1142for details.
1143.IP "\fBsearchable\-scrollback:\fR \fIkeysym\fR" 4
1144.IX Item "searchable-scrollback: keysym"
1145Sets the hotkey that starts the incremental scrollback buffer search
1146(default: \f(CW\*(C`M\-s\*(C'\fR).
1147.IP "\fBurlLauncher\fR: \fIstring\fR" 4
1148.IX Item "urlLauncher: string"
1149Specifies the program to be started with a \s-1URL\s0 argument. Used by the
1150\&\f(CW\*(C`selection\-popup\*(C'\fR and \f(CW\*(C`mark\-urls\*(C'\fR perl extensions.
1151.IP "\fBtransient-for\fR: \fIwindowid\fR" 4
1152.IX Item "transient-for: windowid"
1153Sets the \s-1WM_TRANSIENT_FOR\s0 property to the given window iw.
956.SH "THE SCROLLBAR" 1154.SH "THE SCROLLBAR"
957.IX Header "THE SCROLLBAR" 1155.IX Header "THE SCROLLBAR"
958Lines of text that scroll off the top of the \fB@@RXVT_NAME@@\fR window 1156Lines of text that scroll off the top of the \fB@@RXVT_NAME@@\fR window
959(resource: \fBsaveLines\fR) and can be scrolled back using the scrollbar 1157(resource: \fBsaveLines\fR) and can be scrolled back using the scrollbar
960or by keystrokes. The normal \fB@@RXVT_NAME@@\fR scrollbar has arrows and 1158or by keystrokes. The normal \fB@@RXVT_NAME@@\fR scrollbar has arrows and
987to select a word; Left triple-click to select the entire logical line 1185to select a word; Left triple-click to select the entire logical line
988(which can span multiple screen lines), unless modified by resource 1186(which can span multiple screen lines), unless modified by resource
989\&\fBtripleclickwords\fR. 1187\&\fBtripleclickwords\fR.
990.Sp 1188.Sp
991Starting a selection while pressing the \fBMeta\fR key (or \fBMeta+Ctrl\fR keys) 1189Starting a selection while pressing the \fBMeta\fR key (or \fBMeta+Ctrl\fR keys)
992(Compile: \fIfrills\fR) will create a rectangular selection instead of a normal 1190(Compile: \fIfrills\fR) will create a rectangular selection instead of a
993one. 1191normal one. In this mode, every selected row becomes its own line in the
1192selection, and trailing whitespace is visually underlined and removed from
1193the selection.
994.IP "\fBInsertion\fR:" 4 1194.IP "\fBInsertion\fR:" 4
995.IX Item "Insertion:" 1195.IX Item "Insertion:"
996Pressing and releasing the Middle mouse button (or \fBShift-Insert\fR) in 1196Pressing and releasing the Middle mouse button (or \fBShift-Insert\fR) in
997an \fB@@RXVT_NAME@@\fR window causes the current text selection to be 1197an \fB@@RXVT_NAME@@\fR window causes the current text selection to be
998inserted as if it had been typed on the keyboard. 1198inserted as if it had been typed on the keyboard.
999.SH "CHANGING FONTS" 1199.SH "CHANGING FONTS"
1000.IX Header "CHANGING FONTS" 1200.IX Header "CHANGING FONTS"
1001Changing fonts (or font sizes, respectively) via the keypad is not yet 1201Changing fonts (or font sizes, respectively) via the keypad is not yet
1002supported in rxvt\-unicode. Bug me if you need this. 1202supported in rxvt\-unicode. Bug me if you need this.
1003.PP 1203.PP
1004You can, however, switch fonts at runtime using escape sequences (and 1204You can, however, switch fonts at runtime using escape sequences, e.g.:
1005therefore using the menubar), e.g.:
1006.PP 1205.PP
1007.Vb 1 1206.Vb 1
1008\& printf '\ee]701;%s\e007' "9x15bold,xft:Kochi Gothic" 1207\& printf '\ee]710;%s\e007' "9x15bold,xft:Kochi Gothic"
1208.Ve
1209.PP
1210You can use keyboard shortcuts, too:
1211.PP
1212.Vb 2
1213\& URxvt.keysym.M-C-1: command:\e033]710;suxuseuro\e007\e033]711;suxuseuro\e007
1214\& URxvt.keysym.M-C-2: command:\e033]710;9x15bold\e007\e033]711;9x15bold\e007
1009.Ve 1215.Ve
1010.PP 1216.PP
1011rxvt-unicode will automatically re-apply these fonts to the output so far. 1217rxvt-unicode will automatically re-apply these fonts to the output so far.
1012.SH "ISO 14755 SUPPORT" 1218.SH "ISO 14755 SUPPORT"
1013.IX Header "ISO 14755 SUPPORT" 1219.IX Header "ISO 14755 SUPPORT"
1148Used by @@RXVT_NAME@@ to connect to the display and set to the correct 1354Used by @@RXVT_NAME@@ to connect to the display and set to the correct
1149display in it's child processes. 1355display in it's child processes.
1150.IP "\fB\s-1SHELL\s0\fR" 4 1356.IP "\fB\s-1SHELL\s0\fR" 4
1151.IX Item "SHELL" 1357.IX Item "SHELL"
1152The shell to be used for command execution, defaults to \f(CW\*(C`/bin/sh\*(C'\fR. 1358The shell to be used for command execution, defaults to \f(CW\*(C`/bin/sh\*(C'\fR.
1153.IP "\fB\s-1RXVTPATH\s0\fR" 4
1154.IX Item "RXVTPATH"
1155The path where @@RXVT_NAME@@ looks for support files such as menu and xpm
1156files.
1157.IP "\fB\s-1PATH\s0\fR" 4
1158.IX Item "PATH"
1159Used in the same way as \f(CW\*(C`RXVTPATH\*(C'\fR.
1160.IP "\fB\s-1RXVT_SOCKET\s0\fR" 4 1359.IP "\fB\s-1RXVT_SOCKET\s0\fR" 4
1161.IX Item "RXVT_SOCKET" 1360.IX Item "RXVT_SOCKET"
1162The unix domain socket path used by @@RXVT_NAME@@c(1) and 1361The unix domain socket path used by @@RXVT_NAME@@c(1) and
1163@@RXVT_NAME@@d(1). 1362@@RXVT_NAME@@d(1).
1164.Sp 1363.Sp
1165Default \f(CW\*(C`$HOME/.rxvt\-unicode\-<nodename\*(C'\fR. 1364Default \fI$HOME/.rxvt\-unicode\-\fI<nodename\fI\fR.
1166.IP "\fB\s-1HOME\s0\fR" 4 1365.IP "\fB\s-1HOME\s0\fR" 4
1167.IX Item "HOME" 1366.IX Item "HOME"
1168Used to locate the default directory for the unix domain socket for 1367Used to locate the default directory for the unix domain socket for
1169daemon communications and to locate various resource files (such as 1368daemon communications and to locate various resource files (such as
1170\&\f(CW\*(C`.Xdefaults\*(C'\fR) 1369\&\f(CW\*(C`.Xdefaults\*(C'\fR)
1180.IP "\fB/usr/lib/X11/rgb.txt\fR" 4 1379.IP "\fB/usr/lib/X11/rgb.txt\fR" 4
1181.IX Item "/usr/lib/X11/rgb.txt" 1380.IX Item "/usr/lib/X11/rgb.txt"
1182Color names. 1381Color names.
1183.SH "SEE ALSO" 1382.SH "SEE ALSO"
1184.IX Header "SEE ALSO" 1383.IX Header "SEE ALSO"
1185@@RXVT_NAME@@(7), \fIxterm\fR\|(1), \fIsh\fR\|(1), \fIresize\fR\|(1), X(1), \fIpty\fR\|(4), \fItty\fR\|(4), \fIutmp\fR\|(5) 1384@@RXVT_NAME@@(7), @@RXVT_NAME@@c(1), @@RXVT_NAME@@d(1), \fIxterm\fR\|(1), \fIsh\fR\|(1), \fIresize\fR\|(1), X(1), \fIpty\fR\|(4), \fItty\fR\|(4), \fIutmp\fR\|(5)
1186.SH "BUGS"
1187.IX Header "BUGS"
1188Check the \s-1BUGS\s0 file for an up-to-date list.
1189.PP
1190Cursor change support is not yet implemented.
1191.PP
1192Click-and-drag doesn't work with X11 mouse report overriding.
1193.SH "CURRENT PROJECT COORDINATOR" 1385.SH "CURRENT PROJECT COORDINATOR"
1194.IX Header "CURRENT PROJECT COORDINATOR" 1386.IX Header "CURRENT PROJECT COORDINATOR"
1195.IP "Project Coordinator" 4 1387.IP "Project Coordinator" 4
1196.IX Item "Project Coordinator" 1388.IX Item "Project Coordinator"
1197Marc A. Lehmann <rxvt\-unicode@schmorp.de> 1389Marc A. Lehmann <rxvt\-unicode@schmorp.de>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines