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

Comparing rxvt-unicode/doc/rxvt.1 (file contents):
Revision 1.13 by root, Mon Jul 26 14:57:11 2004 UTC vs.
Revision 1.18 by root, Fri Jul 30 22:32:33 2004 UTC

1.if !\n(.g .ab GNU tbl requires GNU troff. 1.if !\n(.g .ab GNU tbl requires GNU troff.
2.if !dTS .ds TS 2.if !dTS .ds TS
3.if !dTE .ds TE 3.if !dTE .ds TE
4.TH "RXVT" "1" "2004-06-26" "X Version 11" "X Tools" 4.TH "RXVT" "1" "2004-07-26" "X Version 11" "X Tools"
5.SH "NAME" 5.SH "NAME"
6rxvt-unicode (ouR XVT, unicode) \- a VT102 emulator for the X window system 6rxvt-unicode (ouR XVT, unicode) \- a VT102 emulator for the X window system
7.PP 7.PP
8.SH "SYNOPSIS" 8.SH "SYNOPSIS"
9.PP 9.PP
10\fBurxvt\fP [options] [-e command [ args ]] 10\fBrxvt\fP [options] [-e command [ args ]]
11.PP 11.PP
12.SH "DESCRIPTION" 12.SH "DESCRIPTION"
13.PP 13.PP
14\fBrxvt-unicode\fP, version \fB3\&.1\fP, is a colour vt102 terminal emulator 14\fBrxvt-unicode\fP, version \fB3\&.3\fP, is a colour vt102 terminal emulator
15intended as an \fIxterm\fP(1) replacement for users who do not require 15intended as an \fIxterm\fP(1) replacement for users who do not require
16features such as Tektronix 4014 emulation and toolkit-style configurability\&. 16features such as Tektronix 4014 emulation and toolkit-style configurability\&.
17As a result, \fBrxvt-unicode\fP uses much less swap space -- a significant 17As a result, \fBrxvt-unicode\fP uses much less swap space -- a significant
18advantage on a machine serving many X sessions\&. 18advantage on a machine serving many X sessions\&.
19.PP 19.PP
20.PP 20.PP
21.SH "OPTIONS" 21.SH "OPTIONS"
22.PP 22.PP
23The \fBurxvt\fP options (mostly a subset of \fIxterm\fP\&'s) are listed below\&. 23The \fBrxvt\fP options (mostly a subset of \fIxterm\fP\&'s) are listed below\&.
24In keeping with the smaller-is-better philosophy, options may be eliminated 24In keeping with the smaller-is-better philosophy, options may be eliminated
25or default values chosen at compile-time, so options and defaults listed 25or default values chosen at compile-time, so options and defaults listed
26may not accurately reflect the version installed on your system\&. 26may not accurately reflect the version installed on your system\&.
27`rxvt -h\&' gives a list of major compile-time options on the \fIOptions\fP line\&. 27`rxvt -h\&' gives a list of major compile-time options on the \fIOptions\fP line\&.
28Option descriptions may be prefixed with which compile option each is 28Option descriptions may be prefixed with which compile option each is
29dependent upon\&. e\&.g\&. `Compile \fIXIM\fP:\&' requires \fIXIM\fP on the \fIOptions\fP 29dependent upon\&. e\&.g\&. `Compile \fIXIM\fP:\&' requires \fIXIM\fP on the \fIOptions\fP
30line\&. Note: `rxvt -help\&' gives a list of all command-line options compiled 30line\&. Note: `rxvt -help\&' gives a list of all command-line options compiled
31into your version\&. 31into your version\&.
32.PP 32.PP
33Note that \fBurxvt\fP permits the resource name to be used as a long-option 33Note that \fBrxvt\fP permits the resource name to be used as a long-option
34(--/++ option) so the potential command-line options are far greater than 34(--/++ option) so the potential command-line options are far greater than
35those listed\&. 35those listed\&.
36For example: `rxvt --loginShell --color1 Orange\&'\&. 36For example: `rxvt --loginShell --color1 Orange\&'\&.
37.PP 37.PP
38The following options are available: 38The following options are available:
54resource \fBjumpScroll\fP\&. 54resource \fBjumpScroll\fP\&.
55.IP "\fB-ip\fP|\fB+ip\fP" 55.IP "\fB-ip\fP|\fB+ip\fP"
56Turn on/off inheriting parent window\&'s pixmap\&. Alternative form 56Turn on/off inheriting parent window\&'s pixmap\&. Alternative form
57is \fB-tr\fP; 57is \fB-tr\fP;
58resource \fBinheritPixmap\fP\&. 58resource \fBinheritPixmap\fP\&.
59.IP "\fB-fade\fP \fInumber\fP"
60Fade the text by the given percentage when focus is lost\&.
59.IP "\fB-tint\fP \fIcolour\fP" 61.IP "\fB-tint\fP \fIcolour\fP"
60Tint the transparent background pixmap with the given colour\&. 62Tint the transparent background pixmap with the given colour when
63transparency is enabled with \fB-tr\fP or \fB-ip\fP\&. You can also
64emulate the "shading" or "brigthness change" option known from
65other terminal programs using gray10 (gray20, etc\&.) colour
66strings\&.
61.IP "\fB-bg\fP \fIcolour\fP" 67.IP "\fB-bg\fP \fIcolour\fP"
62Window background colour; 68Window background colour;
63resource \fBbackground\fP\&. 69resource \fBbackground\fP\&.
64.IP "\fB-fg\fP \fIcolour\fP" 70.IP "\fB-fg\fP \fIcolour\fP"
65Window foreground colour; 71Window foreground colour;
156This option specifies the name of the terminal type to be set in the 162This option specifies the name of the terminal type to be set in the
157\fBTERM\fP environment variable\&. This terminal type must exist in the 163\fBTERM\fP environment variable\&. This terminal type must exist in the
158\fItermcap(5)\fP database and should have \fIli#\fP and \fIco#\fP entries; 164\fItermcap(5)\fP database and should have \fIli#\fP and \fIco#\fP entries;
159resource \fBtermName\fP\&. 165resource \fBtermName\fP\&.
160.IP "\fB-e\fP \fIcommand [arguments]\fP" 166.IP "\fB-e\fP \fIcommand [arguments]\fP"
161Run the command with its command-line arguments in the \fBurxvt\fP 167Run the command with its command-line arguments in the \fBrxvt\fP
162window; also sets the window title and icon name to be the basename 168window; also sets the window title and icon name to be the basename
163of the program being executed if neither \fI-title\fP (\fI-T\fP) nor 169of the program being executed if neither \fI-title\fP (\fI-T\fP) nor
164\fI-n\fP are given on the command line\&. If this option is used, it 170\fI-n\fP are given on the command line\&. If this option is used, it
165must be the last on the command-line\&. If there is no \fB-e\fP option 171must be the last on the command-line\&. If there is no \fB-e\fP option
166then the default is to run the program specified by the \fBSHELL\fP 172then the default is to run the program specified by the \fBSHELL\fP
209in some window managers\&. 215in some window managers\&.
210.SH "RESOURCES (available also as long-options)" 216.SH "RESOURCES (available also as long-options)"
211.PP 217.PP
212Note: `rxvt --help\&' gives a list of all resources (long options) compiled 218Note: `rxvt --help\&' gives a list of all resources (long options) compiled
213into your version\&. 219into your version\&.
220.PP
221There are two different methods that rxvt can use to get the
222Xresource data: using the X libraries (Xrm*-functions) or internal Xresources
223reader (\fB~/\&.Xdefaults\fP)\&. For the first method (ie\&. \fBrxvt -h\fP lists
224\fBXGetDefaults\fP), you can set and change the resources using X11
225tools like \fBxset\fP\&. Many distribution do also load settings from the
226\fB~/\&.Xresources\fP file when X starts\&.
227.PP
214If compiled with internal Xresources support (i\&.e\&. \fBrxvt -h\fP lists 228If compiled with internal Xresources support (i\&.e\&. \fBrxvt
215\fB\&.Xdefaults\fP) then \fBurxvt\fP accepts application defaults set in 229-h\fP lists \fB\&.Xdefaults\fP) then \fBrxvt\fP accepts application
216XAPPLOADDIR/Rxvt (compile-time defined: usually 230defaults set in XAPPLOADDIR/URxvt (compile-time defined: usually
217\fB/usr/lib/X11/app-defaults/Rxvt\fP) and resources set in \fB~/\&.Xdefaults\fP, 231\fB/usr/lib/X11/app-defaults/URxvt\fP) and resources set in
218or \fB~/\&.Xresources\fP if \fB~/\&.Xdefaults\fP does not exist\&. Note that when 232\fB~/\&.Xdefaults\fP, or \fB~/\&.Xresources\fP if \fB~/\&.Xdefaults\fP does not exist\&.
219reading X resources, \fBurxvt\fP recognizes two class names: \fBXTerm\fP and 233Note that when reading X resources, \fBrxvt\fP recognizes two class
220\fBRxvt\fP\&. The class name \fBXTerm\fP allows resources common to both 234names: \fBXTerm\fP and \fBURxvt\fP\&. The class name \fBRxvt\fP allows resources
221\fBurxvt\fP and \fIxterm\fP to be easily configured, while the class name 235common to both \fBrxvt\fP and the original \fIrxvt\fP to be easily configured,
222\fBRxvt\fP allows resources unique to \fBurxvt\fP, notably colours and 236while the class name \fBURxvt\fP allows resources unique to \fBrxvt\fP,
223key-handling, to be shared between different \fBurxvt\fP configurations\&. 237notably colours and key-handling, to be shared between different
224If no resources are specified, suitable defaults will be used\&. 238\fBrxvt\fP configurations\&. If no resources are specified, suitable
225Command-line arguments can be used to override resource settings\&. The 239defaults will be used\&. Command-line arguments can be used to override
226following resources are allowed: 240resource settings\&. The following resources are allowed:
227.PP 241.PP
228.IP "\fBgeometry:\fP \fIgeom\fP" 242.IP "\fBgeometry:\fP \fIgeom\fP"
229Create the window with the specified X window geometry [default 243Create the window with the specified X window geometry [default
23080x24]; 24480x24];
231option \fB-geometry\fP\&. 245option \fB-geometry\fP\&.
277option \fB+j\fP\&. 291option \fB+j\fP\&.
278.IP "\fBinheritPixmap:\fP \fIboolean\fP" 292.IP "\fBinheritPixmap:\fP \fIboolean\fP"
279\fBTrue\fP: make the background inherit the parent windows\&' pixmap, 293\fBTrue\fP: make the background inherit the parent windows\&' pixmap,
280giving artificial transparency\&. 294giving artificial transparency\&.
281\fBFalse\fP: do not inherit the parent windows\&' pixmap\&. 295\fBFalse\fP: do not inherit the parent windows\&' pixmap\&.
282.IP "\fBtintColor\fP \fIcolour\fP" 296.IP "\fBtintColor:\fP \fIcolour\fP"
283Tint the transparent background pixmap with the given colour\&. 297Tint the transparent background pixmap with the given colour\&.
284.IP "\fBscrollColor:\fP \fIcolour\fP" 298.IP "\fBscrollColor:\fP \fIcolour\fP"
285Use the specified colour for the scrollbar [default #B2B2B2]\&. 299Use the specified colour for the scrollbar [default #B2B2B2]\&.
286.IP "\fBtroughColor:\fP \fIcolour\fP" 300.IP "\fBtroughColor:\fP \fIcolour\fP"
287Use the specified colour for the scrollbar\&'s trough area [default 301Use the specified colour for the scrollbar\&'s trough area [default
326.IP "\fBselectstyle:\fP \fImode\fP" 340.IP "\fBselectstyle:\fP \fImode\fP"
327Set mouse selection style to \fBold\fP which is 2\&.20, \fBoldword\fP which 341Set mouse selection style to \fBold\fP which is 2\&.20, \fBoldword\fP which
328is xterm style with 2\&.20 old word selection, or anything else which 342is xterm style with 2\&.20 old word selection, or anything else which
329gives xterm style selection\&. 343gives xterm style selection\&.
330.IP "\fBscrollstyle:\fP \fImode\fP" 344.IP "\fBscrollstyle:\fP \fImode\fP"
331Set scrollbar style to \fBurxvt\fP, \fBrxvt\fP, \fBplain\fP, \fBnext\fP or \fBxterm\fP 345Set scrollbar style to \fBrxvt\fP, \fBrxvt\fP, \fBplain\fP, \fBnext\fP or \fBxterm\fP
332.IP "\fBtitle:\fP \fIstring\fP" 346.IP "\fBtitle:\fP \fIstring\fP"
333Set window title string, the default title is the command-line 347Set window title string, the default title is the command-line
334specified after the \fB-e\fP option, if any, otherwise the application 348specified after the \fB-e\fP option, if any, otherwise the application
335name; 349name;
336option \fB-title\fP\&. 350option \fB-title\fP\&.
507double quotes so that it can start or end with whitespace\&. The 521double quotes so that it can start or end with whitespace\&. The
508intervening resource name \fBkeysym\&.\fP cannot be omitted\&. This 522intervening resource name \fBkeysym\&.\fP cannot be omitted\&. This
509resource is only available when compiled with KEYSYM_RESOURCE\&. 523resource is only available when compiled with KEYSYM_RESOURCE\&.
510.SH "THE SCROLLBAR" 524.SH "THE SCROLLBAR"
511.PP 525.PP
512Lines of text that scroll off the top of the \fBurxvt\fP window (resource: 526Lines of text that scroll off the top of the \fBrxvt\fP window (resource:
513\fBsaveLines\fP) and can be scrolled back using the scrollbar or by keystrokes\&. 527\fBsaveLines\fP) and can be scrolled back using the scrollbar or by keystrokes\&.
514The normal \fBurxvt\fP scrollbar has arrows and its behaviour is fairly 528The normal \fBrxvt\fP scrollbar has arrows and its behaviour is fairly
515intuitive\&. The \fBxterm-scrollbar\fP is without arrows and its behaviour 529intuitive\&. The \fBxterm-scrollbar\fP is without arrows and its behaviour
516mimics that of \fIxterm\fP 530mimics that of \fIxterm\fP
517.PP 531.PP
518Scroll down with \fBButton1\fP (\fBxterm-scrollbar\fP) or \fBShift-Next\fP\&. 532Scroll down with \fBButton1\fP (\fBxterm-scrollbar\fP) or \fBShift-Next\fP\&.
519Scroll up with \fBButton3\fP (\fBxterm-scrollbar\fP) or \fBShift-Prior\fP\&. 533Scroll up with \fBButton3\fP (\fBxterm-scrollbar\fP) or \fBShift-Prior\fP\&.
540region and release; Right click to extend the marked region; 554region and release; Right click to extend the marked region;
541Left double-click to select a word; Left triple-click to select 555Left double-click to select a word; Left triple-click to select
542the entire line\&. 556the entire line\&.
543.IP "\fBInsertion\fP:" 557.IP "\fBInsertion\fP:"
544Pressing and releasing the Middle mouse button (or \fBShift-Insert\fP) 558Pressing and releasing the Middle mouse button (or \fBShift-Insert\fP)
545in an \fBurxvt\fP window causes the current text selection to be inserted 559in an \fBrxvt\fP window causes the current text selection to be inserted
546as if it had been typed on the keyboard\&. 560as if it had been typed on the keyboard\&.
547.SH "CHANGING FONTS" 561.SH "CHANGING FONTS"
548.PP 562.PP
549You can change fonts on-the-fly, which is to say cycle through the default 563You can change fonts on-the-fly, which is to say cycle through the default
550font and others of various sizes, by using \fBShift-KP_Add\fP and 564font and others of various sizes, by using \fBShift-KP_Add\fP and
551\fBShift-KP_Subtract\fP\&. Or, alternatively (if enabled) with 565\fBShift-KP_Subtract\fP\&. Or, alternatively (if enabled) with
552\fBAlt->\fP and \fBAlt-<\fP, where the actual key 566\fBAlt->\fP and \fBAlt-<\fP, where the actual key
553can be selected using resources \fBsmallfont_key\fP/\fBbigfont_key\fP\&. 567can be selected using resources \fBsmallfont_key\fP/\fBbigfont_key\fP\&.
554.SH "LOGIN STAMP" 568.SH "LOGIN STAMP"
555.PP 569.PP
556\fBurxvt\fP tries to write an entry into the \fIutmp\fP(5) file so that it can be 570\fBrxvt\fP tries to write an entry into the \fIutmp\fP(5) file so that it can be
557seen via the \fIwho(1)\fP command, and can accept messages\&. To allow this 571seen via the \fIwho(1)\fP command, and can accept messages\&. To allow this
558feature, \fBurxvt\fP must be installed setuid root on some systems\&. 572feature, \fBrxvt\fP must be installed setuid root on some systems\&.
559.SH "COLORS AND GRAPHICS" 573.SH "COLORS AND GRAPHICS"
560.PP 574.PP
561In addition to the default foreground and background colours, \fBurxvt\fP 575In addition to the default foreground and background colours, \fBrxvt\fP
562can display up to 16 colours (8 ANSI colours plus high-intensity bold/blink 576can display up to 16 colours (8 ANSI colours plus high-intensity bold/blink
563versions of the same)\&. 577versions of the same)\&.
564Here is a list of the colours with their \fBrgb\&.txt\fP names\&. 578Here is a list of the colours with their \fBrgb\&.txt\fP names\&.
565.PP 579.PP
566.TS 580.TS
1047.IP "\fBrxvt -fg Black -bg White -rv\fP" 1061.IP "\fBrxvt -fg Black -bg White -rv\fP"
1048would yield White on Black, while on \fIxterm\fP(1) it would yield 1062would yield White on Black, while on \fIxterm\fP(1) it would yield
1049Black on White\&. 1063Black on White\&.
1050.SH "ENVIRONMENT" 1064.SH "ENVIRONMENT"
1051.PP 1065.PP
1052\fBurxvt\fP sets the environment variables \fBTERM\fP, \fBCOLORTERM\fP and 1066\fBrxvt\fP sets the environment variables \fBTERM\fP, \fBCOLORTERM\fP and
1053\fBCOLORFGBG\fP\&. The environment variable \fBWINDOWID\fP is set to the X window 1067\fBCOLORFGBG\fP\&. The environment variable \fBWINDOWID\fP is set to the X window
1054id number of the \fBurxvt\fP window and it also uses and sets the environment 1068id number of the \fBrxvt\fP window and it also uses and sets the environment
1055variable \fBDISPLAY\fP to specify which display terminal to use\&. \fBurxvt\fP uses 1069variable \fBDISPLAY\fP to specify which display terminal to use\&. \fBrxvt\fP uses
1056the environment variables \fBRXVTPATH\fP and \fBPATH\fP to find XPM files\&. 1070the environment variables \fBRXVTPATH\fP and \fBPATH\fP to find XPM files\&.
1057.SH "FILES" 1071.SH "FILES"
1058.PP 1072.PP
1059.IP "\fB/etc/utmp\fP" 1073.IP "\fB/etc/utmp\fP"
1060System file for login records\&. 1074System file for login records\&.
1077.PP 1091.PP
1078Click-and-drag doesn\&'t work with X11 mouse report overriding\&. 1092Click-and-drag doesn\&'t work with X11 mouse report overriding\&.
1079.PP 1093.PP
1080.SH "FTP LOCATION" 1094.SH "FTP LOCATION"
1081.PP 1095.PP
1082rxvt-3\&.1\&.tar\&.gz can be found at the following ftp sites 1096rxvt-3\&.3\&.tar\&.gz can be found at the following ftp sites
1083ftp://ftp\&.rxvt\&.org/pub/rxvt 1097ftp://ftp\&.rxvt\&.org/pub/rxvt
1084.PP 1098.PP
1085.SH "CURRENT PROJECT COORDINATOR" 1099.SH "CURRENT PROJECT COORDINATOR"
1086.PP 1100.PP
1087.IP "Project Coordinator" 1101.IP "Project Coordinator"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines