ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.tbl
Revision: 1.2
Committed: Thu Dec 18 00:38:07 2003 UTC (20 years, 6 months ago) by pcg
Branch: MAIN
CVS Tags: stable, rel-1-3, rel-1-2
Changes since 1.1: +21 -62 lines
Log Message:
*** empty log message ***

File Contents

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