ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.tbl
Revision: 1.22
Committed: Mon Aug 2 04:28:04 2004 UTC (19 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-3_4
Changes since 1.21: +4 -3 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 .TH "RXVT" "1" "2004-07-31" "X Version 11" "X Tools"
2 .SH "NAME"
3 rxvt-unicode (ouR XVT, unicode) \- a VT102 emulator for the X window system
4 .PP
5 .SH "SYNOPSIS"
6 .PP
7 \fBrxvt\fP [options] [-e command [ args ]]
8 .PP
9 .SH "DESCRIPTION"
10 .PP
11 \fBrxvt-unicode\fP, version \fB3\&.4\fP, is a colour vt102 terminal emulator
12 intended as an \fIxterm\fP(1) replacement for users who do not require
13 features such as Tektronix 4014 emulation and toolkit-style configurability\&.
14 As a result, \fBrxvt-unicode\fP uses much less swap space -- a significant
15 advantage on a machine serving many X sessions\&.
16 .PP
17 .PP
18 .SH "OPTIONS"
19 .PP
20 The \fBrxvt\fP options (mostly a subset of \fIxterm\fP\&'s) are listed below\&.
21 In keeping with the smaller-is-better philosophy, options may be eliminated
22 or default values chosen at compile-time, so options and defaults listed
23 may not accurately reflect the version installed on your system\&.
24 `rxvt -h\&' gives a list of major compile-time options on the \fIOptions\fP line\&.
25 Option descriptions may be prefixed with which compile option each is
26 dependent upon\&. e\&.g\&. `Compile \fIXIM\fP:\&' requires \fIXIM\fP on the \fIOptions\fP
27 line\&. Note: `rxvt -help\&' gives a list of all command-line options compiled
28 into your version\&.
29 .PP
30 Note that \fBrxvt\fP permits the resource name to be used as a long-option
31 (--/++ option) so the potential command-line options are far greater than
32 those listed\&.
33 For example: `rxvt --loginShell --color1 Orange\&'\&.
34 .PP
35 The following options are available:
36 .PP
37 .IP "\fB-help\fP, \fB--help\fP"
38 Print out a message describing available options\&.
39 .IP "\fB-display\fP \fIdisplayname\fP"
40 Attempt to open a window on the named X display (\fB-d\fP still
41 respected)\&. In the absence of this option, the display specified
42 by the \fBDISPLAY\fP environment variable is used\&.
43 .IP "\fB-geometry\fP \fIgeom\fP"
44 Window geometry (\fB-g\fP still respected);
45 resource \fBgeometry\fP\&.
46 .IP "\fB-rv\fP|\fB+rv\fP"
47 Turn on/off simulated reverse video;
48 resource \fBreverseVideo\fP\&.
49 .IP "\fB-j\fP|\fB+j\fP"
50 Turn on/off jump scrolling;
51 resource \fBjumpScroll\fP\&.
52 .IP "\fB-ip\fP|\fB+ip\fP"
53 Turn on/off inheriting parent window\&'s pixmap\&. Alternative form
54 is \fB-tr\fP;
55 resource \fBinheritPixmap\fP\&.
56 .IP "\fB-fade\fP \fInumber\fP"
57 Fade the text by the given percentage when focus is lost\&.
58 .IP "\fB-tint\fP \fIcolour\fP"
59 Tint the transparent background pixmap with the given colour when
60 transparency is enabled with \fB-tr\fP or \fB-ip\fP\&. See also
61 the \fB-sh\fP option that can be used to brighten or darken
62 the image in addition to tinting it\&.
63 .IP "\fB-sh\fP"
64 \fInumber\fP
65 Darken (0 \&.\&. 100) or lighten (-1 \&.\&. -100) the transparent background
66 image in addition to tinting it (i\&.e\&. \fB-tint\fP must be specified, too)\&.
67 .IP "\fB-bg\fP \fIcolour\fP"
68 Window background colour;
69 resource \fBbackground\fP\&.
70 .IP "\fB-fg\fP \fIcolour\fP"
71 Window foreground colour;
72 resource \fBforeground\fP\&.
73 .IP "\fB-pixmap\fP \fIfile[;geom]\fP"
74 Compile \fIXPM\fP: Specify XPM file for the background and also
75 optionally specify its scaling with a geometry string\&. Note you
76 may need to add quotes to avoid special shell interpretation of
77 the `;\&' in the command-line;
78 resource \fBbackgroundPixmap\fP\&.
79 .IP "\fB-cr\fP \fIcolour\fP"
80 The cursor colour;
81 resource \fBcursorColor\fP\&.
82 .IP "\fB-pr\fP \fIcolour\fP"
83 The mouse pointer foreground colour;
84 resource \fBpointerColor\fP\&.
85 .IP "\fB-pr2\fP \fIcolour\fP"
86 The mouse pointer background colour;
87 resource \fBpointerColor2\fP\&.
88 .IP "\fB-bd\fP \fIcolour\fP"
89 The colour of the border between the xterm scrollbar and the text;
90 resource \fBborderColor\fP\&.
91 .IP "\fB-fn\fP \fIfontname\fP"
92 Select the fonts to be used\&.
93 This is a comma seperated list of font names that are used in turn when
94 trying to display Unicode characters\&.
95 The first font defines the cell size for characters; other fonts might
96 be smaller, but not larger\&.
97 A reasonable default font list is always appended to it\&.
98 resource \fBfont\fP\&.
99 .IP "\fB-rb\fP|\fB+rb\fP"
100 Enable "real bold" support\&.
101 When this option is on, bold text will be displayed using the first
102 available bold font in the font list\&.
103 Bold fonts should thus be specified in the font list after their
104 corresponding regular fonts\&.
105 If no bold font can be found, a regular font will be used\&.
106 resource \fBrealBold\fP\&.
107 .IP "\fB-name\fP \fIname\fP"
108 Specify the application name under which resources
109 are to be obtained, rather than the default executable file name\&.
110 Name should not contain `\&.\&' or `*\&' characters\&.
111 Also sets the icon and title name\&.
112 .IP "\fB-ls\fP|\fB+ls\fP"
113 Start as a login-shell/sub-shell;
114 resource \fBloginShell\fP\&.
115 .IP "\fB-ut\fP|\fB+ut\fP"
116 Compile \fIutmp\fP: Inhibit/enable writing a utmp entry;
117 resource \fButmpInhibit\fP\&.
118 .IP "\fB-vb\fP|\fB+vb\fP"
119 Turn on/off visual bell on receipt of a bell character;
120 resource \fBvisualBell\fP\&.
121 .IP "\fB-sb\fP|\fB+sb\fP"
122 Turn on/off scrollbar;
123 resource \fBscrollBar\fP\&.
124 .IP "\fB-si\fP|\fB+si\fP"
125 Turn on/off scroll-to-bottom on TTY output inhibit;
126 resource \fBscrollTtyOutput\fP has opposite effect\&.
127 .IP "\fB-sk\fP|\fB+sk\fP"
128 Turn on/off scroll-to-bottom on keypress;
129 resource \fBscrollTtyKeypress\fP\&.
130 .IP "\fB-sw\fP|\fB+sw\fP"
131 Turn on/off scrolling with the scrollback buffer as new
132 lines appear\&. This only takes effect if \fB-si\fP is also given;
133 resource \fBscrollWithBuffer\fP\&.
134 .IP "\fB-sr\fP|\fB+sr\fP"
135 Put scrollbar on right/left;
136 resource \fBscrollBar_right\fP\&.
137 .IP "\fB-st\fP|\fB+st\fP"
138 Display normal (non XTerm/NeXT) scrollbar without/with a trough;
139 resource \fBscrollBar_floating\fP\&.
140 .IP "\fB-bc\fP|\fB+bc\fP"
141 Blink the cursor; resource \fBcursorBlink\fP\&.
142 .IP "\fB-iconic\fP"
143 Start iconified, if the window manager supports that option\&.
144 Alternative form is \fB-ic\fP\&.
145 .IP "\fB-sl\fP \fInumber\fP"
146 Save \fInumber\fP lines in the scrollback buffer\&. See resource entry
147 for limits;
148 resource \fBsaveLines\fP\&.
149 .IP "\fB-b\fP \fInumber\fP"
150 Compile \fIfrills\fP: Internal border of \fInumber\fP pixels\&. See
151 resource entry for limits;
152 resource \fBinternalBorder\fP\&.
153 .IP "\fB-w\fP \fInumber\fP"
154 Compile \fIfrills\fP: External border of \fInumber\fP pixels\&.
155 Also, \fB-bw\fP and \fB-borderwidth\fP\&. See resource entry for limits;
156 resource \fBexternalBorder\fP\&.
157 .IP "\fB-lsp\fP \fInumber\fP"
158 Compile \fIlinespace\fP: Lines (pixel height) to insert between each
159 row of the display;
160 resource \fBlinespace\fP\&.
161 .IP "\fB-tn\fP \fItermname\fP"
162 This option specifies the name of the terminal type to be set in the
163 \fBTERM\fP environment variable\&. This terminal type must exist in the
164 \fItermcap(5)\fP database and should have \fIli#\fP and \fIco#\fP entries;
165 resource \fBtermName\fP\&.
166 .IP "\fB-e\fP \fIcommand [arguments]\fP"
167 Run the command with its command-line arguments in the \fBrxvt\fP
168 window; also sets the window title and icon name to be the basename
169 of the program being executed if neither \fI-title\fP (\fI-T\fP) nor
170 \fI-n\fP are given on the command line\&. If this option is used, it
171 must be the last on the command-line\&. If there is no \fB-e\fP option
172 then the default is to run the program specified by the \fBSHELL\fP
173 environment variable or, failing that, \fIsh(1)\fP\&.
174 .IP "\fB-title\fP \fItext\fP"
175 Window title (\fB-T\fP still respected); the default title is the
176 basename of the program specified after the \fB-e\fP option, if
177 any, otherwise the application name;
178 resource \fBtitle\fP\&.
179 .IP "\fB-n\fP \fItext\fP"
180 Icon name; the default name is the basename of the program specified
181 after the \fB-e\fP option, if any, otherwise the application name;
182 resource \fBiconName\fP\&.
183 .IP "\fB-C\fP"
184 Capture system console messages\&.
185 .IP "\fB-pt\fP \fIstyle\fP"
186 Compile \fIXIM\fP: input style for input method;
187 \fBOverTheSpot\fP, \fBOffTheSpot\fP, \fBRoot\fP;
188 resource \fBpreeditType\fP\&.
189 .IP "\fB-im\fP \fItext\fP"
190 Compile \fIXIM\fP: input method name\&.
191 resource \fBinputMethod\fP\&.
192 .IP "\fB-imlocale\fP \fIstring\fP"
193 The locale to use for opening the IM\&. You can use an LC_CTYPE
194 of e\&.g\&. de_DE\&.UTF-8 for normal text processing but ja_JP\&.EUC-JP
195 for the input extension to be able to input japanese characters
196 while staying in another locale\&.
197 .IP "\fB-insecure\fP"
198 Enable "insecure" mode, which currently enables most of the escape
199 sequences that echo strings\&. See the resource \fBinsecure\fP for
200 more info\&.
201 .IP "\fB-mod\fP \fImodifier\fP"
202 Override detection of Meta modifier with specified key:
203 \fBalt\fP, \fBmeta\fP, \fBhyper\fP, \fBsuper\fP, \fBmod1\fP, \fBmod2\fP, \fBmod3\fP,
204 \fBmod4\fP, \fBmod5\fP;
205 resource \fImodifier\fP\&.
206 .IP "\fB-ssc\fP|\fB+ssc\fP"
207 Turn on/off secondary screen (default enabled);
208 resource \fBsecondaryScreen\fP\&.
209 .IP "\fB-ssr\fP|\fB+ssr\fP"
210 Turn on/off secondary screen scroll (default enabled);
211 resource \fBsecondaryScroll\fP\&.
212 .IP "\fB-xrm\fP \fIresourcestring\fP"
213 No effect on rxvt\&. Simply passes through an argument to be made
214 available in the instance\&'s argument list\&. Appears in \fIWM_COMMAND\fP
215 in some window managers\&.
216 .SH "RESOURCES (available also as long-options)"
217 .PP
218 Note: `rxvt --help\&' gives a list of all resources (long options) compiled
219 into your version\&.
220 .PP
221 There are two different methods that rxvt can use to get the
222 Xresource data: using the X libraries (Xrm*-functions) or internal Xresources
223 reader (\fB~/\&.Xdefaults\fP)\&. For the first method (ie\&. \fBrxvt -h\fP lists
224 \fBXGetDefaults\fP), you can set and change the resources using X11
225 tools like \fBxset\fP\&. Many distribution do also load settings from the
226 \fB~/\&.Xresources\fP file when X starts\&.
227 .PP
228 If compiled with internal Xresources support (i\&.e\&. \fBrxvt
229 -h\fP lists \fB\&.Xdefaults\fP) then \fBrxvt\fP accepts application
230 defaults set in XAPPLOADDIR/URxvt (compile-time defined: usually
231 \fB/usr/lib/X11/app-defaults/URxvt\fP) and resources set in
232 \fB~/\&.Xdefaults\fP, or \fB~/\&.Xresources\fP if \fB~/\&.Xdefaults\fP does not exist\&.
233 Note that when reading X resources, \fBrxvt\fP recognizes two class
234 names: \fBXTerm\fP and \fBURxvt\fP\&. The class name \fBRxvt\fP allows resources
235 common to both \fBrxvt\fP and the original \fIrxvt\fP to be easily configured,
236 while the class name \fBURxvt\fP allows resources unique to \fBrxvt\fP,
237 notably colours and key-handling, to be shared between different
238 \fBrxvt\fP configurations\&. If no resources are specified, suitable
239 defaults will be used\&. Command-line arguments can be used to override
240 resource settings\&. The following resources are allowed:
241 .PP
242 .IP "\fBgeometry:\fP \fIgeom\fP"
243 Create the window with the specified X window geometry [default
244 80x24];
245 option \fB-geometry\fP\&.
246 .IP "\fBbackground:\fP \fIcolour\fP"
247 Use the specified colour as the window\&'s background colour [default
248 White];
249 option \fB-bg\fP\&.
250 .IP "\fBforeground:\fP \fIcolour\fP"
251 Use the specified colour as the window\&'s foreground colour [default
252 Black];
253 option \fB-fg\fP\&.
254 .IP "\fBcolor\fP\fIn\fP\fB:\fP \fIcolour\fP"
255 Use the specified colour for the colour value \fIn\fP, where 0-7
256 corresponds to low-intensity (normal) colours and 8-15 corresponds to
257 high-intensity (bold = bright foreground, blink = bright
258 background) colours\&. The canonical names are as follows:
259 0=black, 1=red, 2=green, 3=yellow, 4=blue, 5=magenta, 6=cyan, 7=white,
260 but the actual colour names used are listed in the
261 \fBCOLORS AND GRAPHICS\fP section\&.
262 .IP "\fBcolorBD:\fP \fIcolour\fP"
263 Use the specified colour to display bold characters when the
264 foreground colour is the default\&.
265 This option will be ignored if \fBrealBold\fP is enabled\&.
266 .IP "\fBcolorUL:\fP \fIcolour\fP"
267 Use the specified colour to display underlined characters when the
268 foreground colour is the default\&.
269 .IP "\fBcolorRV:\fP \fIcolour\fP"
270 Use the specified colour as the background for reverse video
271 characters\&.
272 .IP "\fBcursorColor:\fP \fIcolour\fP"
273 Use the specified colour for the cursor\&. The default is to use the
274 foreground colour;
275 option \fB-cr\fP\&.
276 .IP "\fBcursorColor2:\fP \fIcolour\fP"
277 Use the specified colour for the colour of the cursor text\&. For this
278 to take effect, \fBcursorColor\fP must also be specified\&. The default
279 is to use the background colour\&.
280 .IP "\fBreverseVideo:\fP \fIboolean\fP"
281 \fBTrue\fP: simulate reverse video by foreground and background colours;
282 option \fB-rv\fP\&.
283 \fBFalse\fP: regular screen colours [default];
284 option \fB+rv\fP\&.
285 See note in \fBCOLORS AND GRAPHICS\fP section\&.
286 .IP "\fBjumpScroll:\fP \fIboolean\fP"
287 \fBTrue\fP: specify that jump scrolling should be used\&. When scrolling
288 quickly, fewer screen updates are performed [default];
289 option \fB-j\fP\&.
290 \fBFalse\fP: specify that smooth scrolling should be used;
291 option \fB+j\fP\&.
292 .IP "\fBinheritPixmap:\fP \fIboolean\fP"
293 \fBTrue\fP: make the background inherit the parent windows\&' pixmap,
294 giving artificial transparency\&.
295 \fBFalse\fP: do not inherit the parent windows\&' pixmap\&.
296 .IP "\fBfading:\fP \fInumber\fP"
297 Fade the text by the given percentage when focus is lost\&.
298 .IP "\fBtintColor:\fP \fIcolour\fP"
299 Tint the transparent background pixmap with the given colour\&.
300 .IP "\fBshading:\fP \fInumber\fP"
301 Darken (0 \&.\&. 100) or lighten (-1 \&.\&. -100) the transparent background
302 image in addition to tinting it\&.
303 .IP "\fBfading:\fP \fInumber\fP"
304 Scale the tint colour by the given percentage\&.
305 .IP "\fBscrollColor:\fP \fIcolour\fP"
306 Use the specified colour for the scrollbar [default #B2B2B2]\&.
307 .IP "\fBtroughColor:\fP \fIcolour\fP"
308 Use the specified colour for the scrollbar\&'s trough area [default
309 #969696]\&. Only relevant for normal (non XTerm/NeXT) scrollbar\&.
310 .IP "\fBbackgroundPixmap:\fP \fIfile[;geom]\fP"
311 Use the specified XPM file (note the `\&.xpm\&' extension is optional)
312 for the background and also optionally specify its scaling with a
313 geometry string \fBWxH+X+Y\fP, in which \fB"W" / "H"\fP specify the
314 horizontal/vertical scale (percent) and \fB"X" / "Y"\fP locate the
315 image centre (percent)\&. A scale of 0 displays the image with tiling\&.
316 A scale of 1 displays the image without any scaling\&. A scale of 2 to
317 9 specifies an integer number of images in that direction\&. No image
318 will be magnified beyond 10 times its original size\&. The maximum
319 permitted scale is 1000\&. [default 0x0+50+50]
320 .IP "\fBmenu:\fP \fIfile[;tag]\fP"
321 Read in the specified menu file (note the `\&.menu\&' extension is
322 optional) and also optionally specify a starting tag to find\&. See
323 the reference documentation for details on the syntax for the menuBar\&.
324 .IP "\fBpath:\fP \fIpath\fP"
325 Specify the colon-delimited search path for finding files (XPM and
326 menus), in addition to the paths specified by the \fBRXVTPATH\fP and
327 \fBPATH\fP environment variables\&.
328 .IP "\fBfont:\fP \fIfontname\fP"
329 Select the fonts to be used\&.
330 This is a comma seperated list of font names that are used in turn when
331 trying to display Unicode characters\&.
332 The first font defines the cell size for characters; other fonts might
333 be smaller, but not larger\&.
334 A reasonable default font list is always appended to it\&.
335 option \fB-fn\fP\&.
336 .IP "\fBrealBold:\fP \fIboolean\fP"
337 \fBTrue\fP: Enable "real bold" support\&.
338 When this option is on, bold text will be displayed using the first
339 available bold font in the font list\&.
340 Bold fonts should thus be specified in the font list after their
341 corresponding regular fonts\&.
342 If no bold font can be found, a regular font will be used\&.
343 option \fB-rb\fP\&.
344 \fBFalse\fP: Display bold text in a regular font, using the color
345 specified with \fBcolorBD\fP;
346 option \fB+rb\fP\&.
347 .IP "\fBselectstyle:\fP \fImode\fP"
348 Set mouse selection style to \fBold\fP which is 2\&.20, \fBoldword\fP which
349 is xterm style with 2\&.20 old word selection, or anything else which
350 gives xterm style selection\&.
351 .IP "\fBscrollstyle:\fP \fImode\fP"
352 Set scrollbar style to \fBrxvt\fP, \fBrxvt\fP, \fBplain\fP, \fBnext\fP or \fBxterm\fP
353 .IP "\fBtitle:\fP \fIstring\fP"
354 Set window title string, the default title is the command-line
355 specified after the \fB-e\fP option, if any, otherwise the application
356 name;
357 option \fB-title\fP\&.
358 .IP "\fBiconName:\fP \fIstring\fP"
359 Set the name used to label the window\&'s icon or displayed in an icon
360 manager window, it also sets the window\&'s title unless it is
361 explicitly set;
362 option \fB-n\fP\&.
363 .IP "\fBmapAlert:\fP \fIboolean\fP"
364 \fBTrue\fP: de-iconify (map) on receipt of a bell character\&.
365 \fBFalse\fP: no de-iconify (map) on receipt of a bell character
366 [default]\&.
367 .IP "\fBvisualBell:\fP \fIboolean\fP"
368 \fBTrue\fP: use visual bell on receipt of a bell character;
369 option \fB-vb\fP\&.
370 \fBFalse\fP: no visual bell [default];
371 option \fB+vb\fP\&.
372 .IP "\fBloginShell:\fP \fIboolean\fP"
373 \fBTrue\fP: start as a login shell by prepending a `-\&' to \fBargv[0]\fP
374 of the shell;
375 option \fB-ls\fP\&.
376 \fBFalse\fP: start as a normal sub-shell [default];
377 option \fB+ls\fP\&.
378 .IP "\fButmpInhibit:\fP \fIboolean\fP"
379 \fBTrue\fP: inhibit writing record into the system log file \fButmp\fP;
380 option \fB-ut\fP\&.
381 \fBFalse\fP: write record into the system log file \fButmp\fP [default];
382 option \fB+ut\fP\&.
383 .IP "\fBprint-pipe:\fP \fIstring\fP"
384 Specify a command pipe for vt100 printer [default \fIlpr(1)\fP]\&. Use
385 \fBPrint\fP to initiate a screen dump to the printer and \fBCtrl-Print\fP
386 or \fBShift-Print\fP to include the scrollback as well\&.
387 .IP "\fBscrollBar:\fP \fIboolean\fP"
388 \fBTrue\fP: enable the scrollbar [default];
389 option \fB-sb\fP\&.
390 \fBFalse\fP: disable the scrollbar;
391 option \fB+sb\fP\&.
392 .IP "\fBscrollBar_right:\fP \fIboolean\fP"
393 \fBTrue\fP: place the scrollbar on the right of the window;
394 option \fB-sr\fP\&.
395 \fBFalse\fP: place the scrollbar on the left of the window;
396 option \fB+sr\fP\&.
397 .IP "\fBscrollBar_floating:\fP \fIboolean\fP"
398 \fBTrue\fP: display an rxvt scrollbar without a trough;
399 option \fB-st\fP\&.
400 \fBFalse\fP: display an rxvt scrollbar with a trough;
401 option \fB+st\fP\&.
402 .IP "\fBscrollBar_align:\fP \fImode\fP"
403 Align the \fBtop\fP, \fBbottom\fP or \fBcentre\fP [default] of
404 the scrollbar thumb with the pointer on middle button
405 press/drag\&.
406 .IP "\fBscrollTtyOutput:\fP \fIboolean\fP"
407 \fBTrue\fP: scroll to bottom when tty receives output;
408 option(+si)\&.
409 \fBFalse\fP: do not scroll to bottom when tty receives output;
410 option(-si)\&.
411 .IP "\fBscrollWithBuffer:\fP \fIboolean\fP"
412 \fBTrue\fP: scroll with scrollback buffer when tty recieves
413 new lines (and \fBscrollTtyOutput\fP is False);
414 option(+sw)\&.
415 \fBFalse\fP: do not scroll with scrollback buffer when tty
416 recieves new lines;
417 option(-sw)\&.
418 .IP "\fBscrollTtyKeypress:\fP \fIboolean\fP"
419 \fBTrue\fP: scroll to bottom when a non-special key is pressed\&.
420 Special keys are those which are intercepted by rxvt for special
421 handling and are not passed onto the shell;
422 option(-sk)\&.
423 \fBFalse\fP: do not scroll to bottom when a non-special key is pressed;
424 option(+sk)\&.
425 .IP "\fBsmallfont_key:\fP \fIkeysym\fP"
426 If enabled, use \fBAlt-\fP\fIkeysym\fP to toggle to a smaller font
427 [default \fBAlt-<\fP]
428 .IP "\fBbigfont_key:\fP \fIkeysym\fP"
429 If enabled, use \fBAlt-\fP\fIkeysym\fP to toggle to a bigger font
430 [default \fBAlt->\fP]
431 .IP "\fBsaveLines:\fP \fInumber\fP"
432 Save \fInumber\fP lines in the scrollback buffer [default 64]\&. This
433 resource is limited on most machines to 65535;
434 option \fB-sl\fP\&.
435 .IP "\fBinternalBorder:\fP \fInumber\fP"
436 Internal border of \fInumber\fP pixels\&. This resource is limited to 100;
437 option \fB-b\fP\&.
438 .IP "\fBexternalBorder:\fP \fInumber\fP"
439 External border of \fInumber\fP pixels\&. This resource is limited to 100;
440 option \fB-w\fP, \fB-bw\fP, \fB-borderwidth\fP\&.
441 .IP "\fBtermName:\fP \fItermname\fP"
442 Specifies the terminal type name to be set in the \fBTERM\fP
443 environment variable;
444 option \fB-tn\fP\&.
445 .IP "\fBlinespace:\fP \fInumber\fP"
446 Specifies number of lines (pixel height) to insert between each row
447 of the display [default 0];
448 option \fB-lsp\fP\&.
449 .IP "\fBmeta8:\fP \fIboolean\fP"
450 \fBTrue\fP: handle Meta (Alt) + keypress to set the 8th bit\&.
451 \fBFalse\fP: handle Meta (Alt) + keypress as an escape prefix [default]\&.
452 .IP "\fBmouseWheelScrollPage:\fP \fIboolean\fP"
453 \fBTrue\fP: the mouse wheel scrolls a page full\&.
454 \fBFalse\fP: the mouse wheel scrolls five lines [default]\&.
455 .IP "\fBcursorBlink:\fP \fIboolean\fP"
456 \fBTrue\fP: blink the cursor\&.
457 \fBFalse\fP: do not blink the cursor [default];
458 option \fB-bc\fP\&.
459 .IP "\fBpointerBlank:\fP \fIboolean\fP"
460 \fBTrue\fP: blank the pointer when a key is pressed or after a set number
461 of seconds of inactivity\&.
462 \fBFalse\fP: the pointer is always visible [default]\&.
463 .IP "\fBpointerColor:\fP \fIcolour\fP"
464 Mouse pointer foreground colour\&.
465 .IP "\fBpointerColor2:\fP \fIcolour\fP"
466 Mouse pointer background colour\&.
467 .IP "\fBpointerBlankDelay:\fP \fInumber\fP"
468 Specifies number of seconds before blanking the pointer [default 2]\&.
469 .IP "\fBbackspacekey:\fP \fIstring\fP"
470 The string to send when the backspace key is pressed\&. If set to
471 \fBDEC\fP or unset it will send \fBDelete\fP (code 127) or, if shifted,
472 \fBBackspace\fP (code 8) - which can be reversed with the appropriate
473 DEC private mode escape sequence\&.
474 .IP "\fBdeletekey:\fP \fIstring\fP"
475 The string to send when the delete key (not the keypad delete key) is
476 pressed\&. If unset it will send the sequence traditionally associated
477 with the \fBExecute\fP key\&.
478 .IP "\fBcutchars:\fP \fIstring\fP"
479 The characters used as delimiters for double-click word selection\&.
480 The built-in default:
481 .br
482 \fBBACKSLASH `"\&'&()*,;<=>?@[]{|}\fP
483 .IP "\fBpreeditType:\fP \fIstyle\fP"
484 \fBOverTheSpot\fP, \fBOffTheSpot\fP, \fBRoot\fP;
485 option \fB-pt\fP\&.
486 .IP "\fBinputMethod:\fP \fIname\fP"
487 \fIname\fP of inputMethod to use;
488 option \fB-im\fP\&.
489 .IP "\fBimLocale:\fP \fIname\fP"
490 The locale to use for opening the IM\&. You can use an LC_CTYPE
491 of e\&.g\&. de_DE\&.UTF-8 for normal text processing but ja_JP\&.EUC-JP
492 for the input extension to be able to input japanese characters
493 while staying in another locale\&.
494 option \fB-imlocale\fP\&.
495 .IP "\fBinsecure\fP"
496 Enables "insecure" mode\&. Rxvt-unicode offers some escape sequences
497 that echo arbitrary strings like the icon name or the locale\&. This
498 could be abused if somebody gets 8-bit-clean access to your
499 display, wether throuh a mail client displaying mail bodies
500 unfiltered or though write(1)\&. Therefore, these sequences are
501 disabled by default\&. (Note that other terminals, including xterm,
502 have these sequences enabled by default)\&. You can enable them
503 by setting this boolean resource or specifying \fB-insecure\fP as
504 an option\&. At the moment, this enabled display-answer, locale,
505 findfont, icon label and window title requests as well as dynamic
506 menubar dispatch\&.
507 .IP "\fBmodifier:\fP \fImodifier\fP"
508 Set the key to be interpreted as the Meta key to:
509 \fBalt\fP, \fBmeta\fP, \fBhyper\fP, \fBsuper\fP, \fBmod1\fP, \fBmod2\fP, \fBmod3\fP,
510 \fBmod4\fP, \fBmod5\fP;
511 option \fB-mod\fP\&.
512 .IP "\fBanswerbackString:\fP \fIstring\fP"
513 Specify the reply rxvt sends to the shell when an ENQ (control-E)
514 character is passed through\&. It may contain escape values as
515 described in the entry on \fBkeysym\fP following\&.
516 .IP "\fBsecondaryScreen:\fP \fIbool\fP"
517 Turn on/off secondary screen (default enabled)\&.
518 .IP "\fBsecondaryScroll:\fP \fIbool\fP"
519 Turn on/off secondary screen scroll (default enabled)\&. If
520 the this option is enabled, scrolls on the secondary screen will
521 change the scrollback buffer and switching to/from the secondary screen
522 will instead scroll the screen up\&.
523 .IP "\fBkeysym\&.\fP\fIsym\fP: \fIstring\fP"
524 Associate \fIstring\fP with keysym \fIsym\fP (\fB0xFF00 - 0xFFFF\fP)\&. It
525 may contain escape values (\ea: bell, \eb: backspace, \ee, \eE: escape,
526 \en: newline, \er: return, \et: tab, \e000: octal number) or control
527 characters (^?: delete, ^@: null, ^A \&.\&.\&.) and may enclosed with
528 double quotes so that it can start or end with whitespace\&. The
529 intervening resource name \fBkeysym\&.\fP cannot be omitted\&. This
530 resource is only available when compiled with KEYSYM_RESOURCE\&.
531 .SH "THE SCROLLBAR"
532 .PP
533 Lines of text that scroll off the top of the \fBrxvt\fP window (resource:
534 \fBsaveLines\fP) and can be scrolled back using the scrollbar or by keystrokes\&.
535 The normal \fBrxvt\fP scrollbar has arrows and its behaviour is fairly
536 intuitive\&. The \fBxterm-scrollbar\fP is without arrows and its behaviour
537 mimics that of \fIxterm\fP
538 .PP
539 Scroll down with \fBButton1\fP (\fBxterm-scrollbar\fP) or \fBShift-Next\fP\&.
540 Scroll up with \fBButton3\fP (\fBxterm-scrollbar\fP) or \fBShift-Prior\fP\&.
541 Continuous scroll with \fBButton2\fP\&.
542 .SH "MOUSE REPORTING"
543 .PP
544 To temporarily override mouse reporting, for either the scrollbar or the
545 normal text selection/insertion, hold either the Shift or the Meta (Alt) key
546 while performing the desired mouse action\&.
547 .PP
548 If mouse reporting mode is active, the normal scrollbar actions are disabled
549 -- on the assumption that we are using a fullscreen application\&.
550 Instead, pressing Button1 and Button3 sends
551 \fBESC[6~\fP (Next) and \fBESC[5~\fP (Prior), respectively\&.
552 Similarly, clicking on the up and down arrows sends \fBESC[A\fP (Up) and
553 \fBESC[B\fP (Down), respectively\&.
554 .SH "TEXT SELECTION AND INSERTION"
555 .PP
556 The behaviour of text selection and insertion mechanism is similar to
557 \fIxterm\fP(1)\&.
558 .PP
559 .IP "\fBSelection\fP:"
560 Left click at the beginning of the region, drag to the end of the
561 region and release; Right click to extend the marked region;
562 Left double-click to select a word; Left triple-click to select
563 the entire line\&.
564 .IP "\fBInsertion\fP:"
565 Pressing and releasing the Middle mouse button (or \fBShift-Insert\fP)
566 in an \fBrxvt\fP window causes the current text selection to be inserted
567 as if it had been typed on the keyboard\&.
568 .SH "CHANGING FONTS"
569 .PP
570 You can change fonts on-the-fly, which is to say cycle through the default
571 font and others of various sizes, by using \fBShift-KP_Add\fP and
572 \fBShift-KP_Subtract\fP\&. Or, alternatively (if enabled) with
573 \fBAlt->\fP and \fBAlt-<\fP, where the actual key
574 can be selected using resources \fBsmallfont_key\fP/\fBbigfont_key\fP\&.
575 .SH "LOGIN STAMP"
576 .PP
577 \fBrxvt\fP tries to write an entry into the \fIutmp\fP(5) file so that it can be
578 seen via the \fIwho(1)\fP command, and can accept messages\&. To allow this
579 feature, \fBrxvt\fP must be installed setuid root on some systems\&.
580 .SH "COLORS AND GRAPHICS"
581 .PP
582 In addition to the default foreground and background colours, \fBrxvt\fP
583 can display up to 16 colours (8 ANSI colours plus high-intensity bold/blink
584 versions of the same)\&.
585 Here is a list of the colours with their \fBrgb\&.txt\fP names\&.
586 .PP
587 .TS
588 tab(`);
589 l l l .
590 \fBcolor0\fP `\ (black) `\ = Black
591 \fBcolor1\fP `\ (red) `\ = Red3
592 \fBcolor2\fP `\ (green) `\ = Green3
593 \fBcolor3\fP `\ (yellow) `\ = Yellow3
594 \fBcolor4\fP `\ (blue) `\ = Blue3
595 \fBcolor5\fP `\ (magenta) `\ = Magenta3
596 \fBcolor6\fP `\ (cyan) `\ = Cyan3
597 \fBcolor7\fP `\ (white) `\ = AntiqueWhite
598 \fBcolor8\fP `\ (bright black) `\ = Grey25
599 \fBcolor9\fP `\ (bright red) `\ = Red
600 \fBcolor10\fP `\ (bright green) `\ = Green
601 \fBcolor11\fP `\ (bright yellow) `\ = Yellow
602 \fBcolor12\fP `\ (bright blue) `\ = Blue
603 \fBcolor13\fP `\ (bright magenta) `\ = Magenta
604 \fBcolor14\fP `\ (bright cyan) `\ = Cyan
605 \fBcolor15\fP `\ (bright white) `\ = White
606 \fBforeground\fP `\ `\ = Black
607 \fBbackground\fP `\ `\ = White
608 .TE
609 .PP
610 It is also possible to specify the colour values of \fBforeground\fP,
611 \fBbackground\fP, \fBcursorColor\fP, \fBcursorColor2\fP, \fBcolorBD\fP, \fBcolorUL\fP
612 as a number 0-15, as a convenient shorthand to reference the colour name of
613 color0-color15\&.
614 .PP
615 Note that \fB-rv\fP (\fB"reverseVideo: True"\fP) simulates reverse video by
616 always swapping the foreground/background colours\&. This is in contrast to
617 \fIxterm\fP(1) where the colours are only swapped if they have not otherwise been
618 specified\&.
619 For example,
620 .PP
621 .IP "\fBrxvt -fg Black -bg White -rv\fP"
622 would yield White on Black, while on \fIxterm\fP(1) it would yield
623 Black on White\&.
624 .SH "ENVIRONMENT"
625 .PP
626 \fBrxvt\fP sets the environment variables \fBTERM\fP, \fBCOLORTERM\fP and
627 \fBCOLORFGBG\fP\&. The environment variable \fBWINDOWID\fP is set to the X window
628 id number of the \fBrxvt\fP window and it also uses and sets the environment
629 variable \fBDISPLAY\fP to specify which display terminal to use\&. \fBrxvt\fP uses
630 the environment variables \fBRXVTPATH\fP and \fBPATH\fP to find XPM files\&.
631 .SH "FILES"
632 .PP
633 .IP "\fB/etc/utmp\fP"
634 System file for login records\&.
635 .IP "\fB/usr/lib/X11/rgb\&.txt\fP"
636 Color names\&.
637 .PP
638 .SH "SEE ALSO"
639 .PP
640 \fIxterm\fP(1), \fIsh\fP(1), \fIresize\fP(1), \fIX\fP(1), \fIpty\fP(4), \fItty\fP(4),
641 \fIutmp\fP(5)
642 .PP
643 See rxvtRef\&.html rxvtRef\&.txt for detailed information on recognized escape
644 sequences and menuBar syntax, etc\&.
645 .PP
646 .SH "BUGS"
647 .PP
648 Check the BUGS file for an up-to-date list\&.
649 .PP
650 Cursor change support is not yet implemented\&.
651 .PP
652 Click-and-drag doesn\&'t work with X11 mouse report overriding\&.
653 .PP
654 .SH "FTP LOCATION"
655 .PP
656 rxvt-3\&.4\&.tar\&.gz can be found at the following ftp sites
657 ftp://ftp\&.rxvt\&.org/pub/rxvt
658 .PP
659 .SH "CURRENT PROJECT COORDINATOR"
660 .PP
661 .IP "Project Coordinator"
662 Marc A\&. Lehmann <rxvt@schmorp\&.de>
663 .br
664 .IP "Web page maintainter"
665 Marc A\&. Lehmann <rxvt@schmorp\&.de>
666 .br
667 <http://www\&.sourceforge\&.net/projects/rxvt-unicode/>
668 .br
669 .PP
670 .SH "AUTHORS"
671 .PP
672 .IP "John Bovey"
673 University of Kent, 1992, wrote the original Xvt\&.
674 .IP "Rob Nation <nation@rocket\&.sanders\&.lockheed\&.com>"
675 very heavily modified Xvt and came up with Rxvt
676 .IP "Angelo Haritsis <ah@doc\&.ic\&.ac\&.uk>"
677 wrote the Greek Keyboard Input (no longer in code)
678 .IP "mj olesen <olesen@me\&.QueensU\&.CA>"
679 Wrote the menu system\&.
680 .br
681 Project Coordinator (changes\&.txt 2\&.11 to 2\&.21)
682 .IP "Oezguer Kesim <kesim@math\&.fu-berlin\&.de>"
683 Project Coordinator (changes\&.txt 2\&.21a to 2\&.4\&.5)
684 .IP "Geoff Wing <gcw@pobox\&.com>"
685 Rewrote screen display and text selection routines\&.
686 Project Coordinator (changes\&.txt 2\&.4\&.6 - rxvt-unicode)
687 .IP "Marc Alexander Lehmann <rxvt@schmorp\&.de>"
688 Forked rxvt-unicode, rewrote most of the display code and
689 internal character handling to store text in unicode,
690 improve xterm compatibility and apply numerous other bugfixes
691 and extensions\&.
692 .br
693 Project Coordinator (Changes 1\&.0 - )
694 .PP