ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.1.html
Revision: 1.54
Committed: Sun Jan 29 21:45:47 2006 UTC (18 years, 4 months ago) by root
Content type: text/html
Branch: MAIN
Changes since 1.53: +11 -2 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2     <html xmlns="http://www.w3.org/1999/xhtml">
3     <head>
4     <title>unicode) -</title>
5     <link rev="made" href="mailto:perl-binary@plan9.de" />
6     </head>
7    
8     <body style="background-color: white">
9    
10     <p><a name="__index__"></a></p>
11     <!-- INDEX BEGIN -->
12    
13     <ul>
14    
15     <li><a href="#name">NAME</a></li>
16     <li><a href="#synopsis">SYNOPSIS</a></li>
17     <li><a href="#description">DESCRIPTION</a></li>
18     <li><a href="#frequently_asked_questions">FREQUENTLY ASKED QUESTIONS</a></li>
19     <li><a href="#rxvtunicode_vs__rxvt">RXVT-UNICODE VS. RXVT</a></li>
20     <li><a href="#options">OPTIONS</a></li>
21     <li><a href="#resources__available_also_as_longoptions_">RESOURCES (available also as long-options)</a></li>
22     <li><a href="#the_scrollbar">THE SCROLLBAR</a></li>
23     <li><a href="#mouse_reporting">MOUSE REPORTING</a></li>
24     <li><a href="#text_selection_and_insertion">TEXT SELECTION AND INSERTION</a></li>
25     <li><a href="#changing_fonts">CHANGING FONTS</a></li>
26     <li><a href="#iso_14755_support">ISO 14755 SUPPORT</a></li>
27     <li><a href="#login_stamp">LOGIN STAMP</a></li>
28     <li><a href="#colors_and_graphics">COLORS AND GRAPHICS</a></li>
29     <li><a href="#environment">ENVIRONMENT</a></li>
30     <li><a href="#files">FILES</a></li>
31     <li><a href="#see_also">SEE ALSO</a></li>
32     <li><a href="#current_project_coordinator">CURRENT PROJECT COORDINATOR</a></li>
33     <li><a href="#authors">AUTHORS</a></li>
34     </ul>
35     <!-- INDEX END -->
36    
37     <hr />
38     <p>
39     </p>
40     <h1><a name="name">NAME</a></h1>
41     <p>rxvt-unicode (ouR XVT, unicode) - (a VT102 emulator for the X window system)</p>
42     <p>
43     </p>
44     <hr />
45     <h1><a name="synopsis">SYNOPSIS</a></h1>
46 root 1.46 <p><strong>rxvt</strong> [options] [-e command [ args ]]</p>
47 root 1.1 <p>
48     </p>
49     <hr />
50     <h1><a name="description">DESCRIPTION</a></h1>
51 root 1.54 <p><strong>rxvt-unicode</strong>, version <strong>7.4</strong>, is a colour vt102 terminal
52 root 1.1 emulator intended as an <em>xterm</em>(1) replacement for users who do not
53     require features such as Tektronix 4014 emulation and toolkit-style
54     configurability. As a result, <strong>rxvt-unicode</strong> uses much less swap space --
55     a significant advantage on a machine serving many X sessions.</p>
56     <p>
57     </p>
58     <hr />
59     <h1><a name="frequently_asked_questions">FREQUENTLY ASKED QUESTIONS</a></h1>
60 root 1.46 <p>See <code>rxvt(7)</code> (try <code>man 7 rxvt</code>) for a list of
61 root 1.11 frequently asked questions and answer to them and some common
62     problems. That document is also accessible on the World-Wide-Web at
63     <a href="http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html">http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html</a>.</p>
64 root 1.1 <p>
65     </p>
66     <hr />
67     <h1><a name="rxvtunicode_vs__rxvt">RXVT-UNICODE VS. RXVT</a></h1>
68     <p>Unlike the original rxvt, <strong>rxvt-unicode</strong> stores all text in Unicode
69     internally. That means it can store and display most scripts in the
70     world. Being a terminal emulator, however, some things are very difficult,
71     especially cursive scripts such as arabic, vertically written scripts
72     like mongolian or scripts requiring extremely complex combining rules,
73     like tibetan or devenagari. Don't expect pretty output when using these
74     scripts. Most other scripts, latin, cyrillic, kanji, thai etc. should work
75     fine, though. A somewhat difficult case are left-to-right scripts, such
76     as hebrew: <strong>rxvt-unicode</strong> adopts the view that bidirectional algorithms
77     belong into the application, not the terminal emulator (too many things --
78     such as cursor-movement while editing -- break otherwise), but that might
79     change.</p>
80     <p>If you are looking for a terminal that supports more exotic scripts, let
81     me recommend <code>mlterm</code>, which is a very userfriendly, lean and clean
82     terminal emulator. In fact, the reason rxvt-unicode was born was solely
83     because the author couldn't get <code>mlterm</code> to use one font for latin1 and
84     another for japanese.</p>
85     <p>Therefore another design rationale was the use of multiple fonts to
86     display characters: The idea of a single unicode font which many other
87     programs force onto it's users never made sense to me: You should be able
88     to choose any font for any script freely.</p>
89     <p>Apart from that, rxvt-unicode is also much better internationalised than
90     it's predecessor, supports things such as XFT and ISO 14755 that are handy
91     in i18n-environments, is faster, and has a lot less bugs than the original
92     rxvt. This all in addition to dozens of other small improvements.</p>
93     <p>It is still faithfully following the original rxvt idea of being lean
94     and nice on resources: for example, you can still configure rxvt-unicode
95     without most of it's features to get a lean binary. It also comes with
96     a client/daemon pair that lets you open any number of terminal windows
97     from within a single process, which makes startup time very fast and
98 root 1.46 drastically reduces memory usage. See <code>rxvtd(1)</code> (daemon) and
99     <code>rxvtc(1)</code> (client).</p>
100 root 1.1 <p>It also makes technical information about escape sequences (which have
101 root 1.46 been extended) easier accessible: see <code>rxvt(7)</code> for technical
102 root 1.1 reference documentation (escape sequences etc.).</p>
103     <p>
104     </p>
105     <hr />
106     <h1><a name="options">OPTIONS</a></h1>
107 root 1.46 <p>The <strong>rxvt</strong> options (mostly a subset of <em>xterm</em>'s) are listed
108 root 1.1 below. In keeping with the smaller-is-better philosophy, options may be
109     eliminated or default values chosen at compile-time, so options and
110     defaults listed may not accurately reflect the version installed on
111 root 1.46 your system. `rxvt -h' gives a list of major compile-time options on
112 root 1.1 the <em>Options</em> line. Option descriptions may be prefixed with which
113     compile option each is dependent upon. e.g. `Compile <em>XIM</em>:' requires
114 root 1.46 <em>XIM</em> on the <em>Options</em> line. Note: `rxvt -help' gives a list of all
115 root 1.1 command-line options compiled into your version.</p>
116 root 1.46 <p>Note that <strong>rxvt</strong> permits the resource name to be used as a
117 root 1.1 long-option (--/++ option) so the potential command-line options are
118 root 1.46 far greater than those listed. For example: `rxvt --loginShell --color1
119 root 1.1 Orange'.</p>
120     <p>The following options are available:</p>
121     <dl>
122     <dt><strong><a name="item__2dhelp_2c__2d_2dhelp"><strong>-help</strong>, <strong>--help</strong></a></strong><br />
123     </dt>
124     <dd>
125     Print out a message describing available options.
126     </dd>
127     <p></p>
128     <dt><strong><a name="item__2ddisplay_displayname"><strong>-display</strong> <em>displayname</em></a></strong><br />
129     </dt>
130     <dd>
131     Attempt to open a window on the named X display (<strong>-d</strong> still
132     respected). In the absence of this option, the display specified by the
133     <strong>DISPLAY</strong> environment variable is used.
134     </dd>
135     <p></p>
136 root 1.52 <dt><strong><a name="item__2ddepth_bitdepth"><strong>-depth</strong> <em>bitdepth</em></a></strong><br />
137     </dt>
138     <dd>
139     Compile <em>frills</em>: Attempt to find a visual with the given bit depth;
140     resource <strong>depth</strong>.
141     </dd>
142     <p></p>
143 root 1.1 <dt><strong><a name="item__2dgeometry_geom"><strong>-geometry</strong> <em>geom</em></a></strong><br />
144     </dt>
145     <dd>
146     Window geometry (<strong>-g</strong> still respected); resource <strong>geometry</strong>.
147     </dd>
148     <p></p>
149     <dt><strong><a name="item__2drv_7c_2brv"><strong>-rv</strong>|<strong>+rv</strong></a></strong><br />
150     </dt>
151     <dd>
152     Turn on/off simulated reverse video; resource <strong>reverseVideo</strong>.
153     </dd>
154     <p></p>
155     <dt><strong><a name="item__2dj_7c_2bj"><strong>-j</strong>|<strong>+j</strong></a></strong><br />
156     </dt>
157     <dd>
158     Turn on/off jump scrolling; resource <strong>jumpScroll</strong>.
159     </dd>
160     <p></p>
161 root 1.24 <dt><strong><a name="item__2dip_7c_2bip__7c__2dtr_7c_2btr"><strong>-ip</strong>|<strong>+ip</strong> | <strong>-tr</strong>|<strong>+tr</strong></a></strong><br />
162 root 1.1 </dt>
163     <dd>
164     Turn on/off inheriting parent window's pixmap. Alternative form is
165     <strong>-tr</strong>; resource <strong>inheritPixmap</strong>.
166     </dd>
167     <p></p>
168     <dt><strong><a name="item__2dfade_number"><strong>-fade</strong> <em>number</em></a></strong><br />
169     </dt>
170     <dd>
171 root 1.24 Fade the text by the given percentage when focus is lost. Small values
172     fade a little only, 100 completely replaces all colours by the fade
173     colour; resource <strong>fading</strong>.
174     </dd>
175     <p></p>
176     <dt><strong><a name="item__2dfadecolor_colour"><strong>-fadecolor</strong> <em>colour</em></a></strong><br />
177     </dt>
178     <dd>
179     Fade to this colour when fading is used (see <strong>-fade</strong>). The default colour
180     is black. resource <strong>fadeColor</strong>.
181 root 1.1 </dd>
182     <p></p>
183     <dt><strong><a name="item__2dtint_colour"><strong>-tint</strong> <em>colour</em></a></strong><br />
184     </dt>
185     <dd>
186     Tint the transparent background pixmap with the given colour when
187 root 1.24 transparency is enabled with <strong>-tr</strong> or <strong>-ip</strong>. This only works for
188     non-tiled backgrounds, currently. See also the <strong>-sh</strong> option that can be
189     used to brighten or darken the image in addition to tinting it; resource
190     <em>tintColor</em>. Example:
191     </dd>
192     <dd>
193     <pre>
194 root 1.46 rxvt -tr -tint blue -sh 40</pre>
195 root 1.1 </dd>
196     <p></p>
197     <dt><strong><a name="item__2dsh"><strong>-sh</strong></a></strong><br />
198     </dt>
199     <dd>
200     <em>number</em> Darken (0 .. 100) or lighten (-1 .. -100) the transparent
201     background image in addition to tinting it (i.e. <strong>-tint</strong> must be
202     specified, too, e.g. <code>-tint white</code>).
203     </dd>
204     <p></p>
205     <dt><strong><a name="item__2dbg_colour"><strong>-bg</strong> <em>colour</em></a></strong><br />
206     </dt>
207     <dd>
208     Window background colour; resource <strong>background</strong>.
209     </dd>
210     <p></p>
211     <dt><strong><a name="item__2dfg_colour"><strong>-fg</strong> <em>colour</em></a></strong><br />
212     </dt>
213     <dd>
214     Window foreground colour; resource <strong>foreground</strong>.
215     </dd>
216     <p></p>
217     <dt><strong><a name="item__2dpixmap_file_5b_3bgeom_5d"><strong>-pixmap</strong> <em>file[;geom]</em></a></strong><br />
218     </dt>
219     <dd>
220     Compile <em>XPM</em>: Specify XPM file for the background and also optionally
221 root 1.3 specify its scaling with a geometry string. Note you may need to
222     add quotes to avoid special shell interpretation of the <code>;</code> in the
223 root 1.1 command-line; resource <strong>backgroundPixmap</strong>.
224     </dd>
225     <p></p>
226     <dt><strong><a name="item__2dcr_colour"><strong>-cr</strong> <em>colour</em></a></strong><br />
227     </dt>
228     <dd>
229     The cursor colour; resource <strong>cursorColor</strong>.
230     </dd>
231     <p></p>
232     <dt><strong><a name="item__2dpr_colour"><strong>-pr</strong> <em>colour</em></a></strong><br />
233     </dt>
234     <dd>
235     The mouse pointer foreground colour; resource <strong>pointerColor</strong>.
236     </dd>
237     <p></p>
238     <dt><strong><a name="item__2dpr2_colour"><strong>-pr2</strong> <em>colour</em></a></strong><br />
239     </dt>
240     <dd>
241     The mouse pointer background colour; resource <strong>pointerColor2</strong>.
242     </dd>
243     <p></p>
244     <dt><strong><a name="item__2dbd_colour"><strong>-bd</strong> <em>colour</em></a></strong><br />
245     </dt>
246     <dd>
247     The colour of the border around the text area and between the scrollbar and the text;
248     resource <strong>borderColor</strong>.
249     </dd>
250     <p></p>
251     <dt><strong><a name="item__2dfn_fontlist"><strong>-fn</strong> <em>fontlist</em></a></strong><br />
252     </dt>
253     <dd>
254     Select the fonts to be used. This is a comma separated list of font names
255 root 1.45 that are checked in order when trying to find glyphs for characters. The
256 root 1.1 first font defines the cell size for characters; other fonts might be
257     smaller, but not (in general) larger. A (hopefully) reasonable default
258     font list is always appended to it. See resource <strong>font</strong> for more details.
259     </dd>
260     <dd>
261     <p>In short, to specify an X11 core font, just specify it's name or prefix it
262     with <code>x:</code>. To specify an XFT-font, you need to prefix it with <code>xft:</code>,
263     e.g.:</p>
264     </dd>
265     <dd>
266     <pre>
267 root 1.46 rxvt -fn &quot;xft:Bitstream Vera Sans Mono:pixelsize=15&quot;
268     rxvt -fn &quot;9x15bold,xft:Bitstream Vera Sans Mono&quot;</pre>
269 root 1.1 </dd>
270     <dd>
271     <p>See also the question ``How does rxvt-unicode choose fonts?'' in the FAQ
272 root 1.46 section of rxvt(7).</p>
273 root 1.1 </dd>
274     <p></p>
275     <dt><strong><a name="item__2dfb_fontlist"><strong>-fb</strong> <em>fontlist</em></a></strong><br />
276     </dt>
277     <dd>
278 root 1.36 Compile <em>font-styles</em>: The bold font list to use when <strong>bold</strong> characters
279     are to be printed. See resource <strong>boldFont</strong> for details.
280 root 1.1 </dd>
281     <p></p>
282     <dt><strong><a name="item__2dfi_fontlist"><strong>-fi</strong> <em>fontlist</em></a></strong><br />
283     </dt>
284     <dd>
285 root 1.36 Compile <em>font-styles</em>: The italic font list to use when <em>italic</em>
286     characters are to be printed. See resource <strong>italicFont</strong> for details.
287 root 1.1 </dd>
288     <p></p>
289     <dt><strong><a name="item__2dfbi_fontlist"><strong>-fbi</strong> <em>fontlist</em></a></strong><br />
290     </dt>
291     <dd>
292 root 1.36 Compile <em>font-styles</em>: The bold italic font list to use when <strong><em>bold
293 root 1.34 italic</em> </strong>&gt; characters are to be printed. See resource <strong>boldItalicFont</strong>
294     for details.
295 root 1.1 </dd>
296     <p></p>
297 root 1.29 <dt><strong><a name="item__2dis_7c_2bis"><strong>-is</strong>|<strong>+is</strong></a></strong><br />
298     </dt>
299     <dd>
300 root 1.36 Compile <em>font-styles</em>: Bold/Italic font styles imply high intensity
301 root 1.29 foreground/background (default). See resource <strong>intensityStyles</strong> for
302     details.
303     </dd>
304     <p></p>
305 root 1.1 <dt><strong><a name="item__2dname_name"><strong>-name</strong> <em>name</em></a></strong><br />
306     </dt>
307     <dd>
308     Specify the application name under which resources are to be obtained,
309     rather than the default executable file name. Name should not contain
310     `.' or `*' characters. Also sets the icon and title name.
311     </dd>
312     <p></p>
313     <dt><strong><a name="item__2dls_7c_2bls"><strong>-ls</strong>|<strong>+ls</strong></a></strong><br />
314     </dt>
315     <dd>
316     Start as a login-shell/sub-shell; resource <strong>loginShell</strong>.
317     </dd>
318     <p></p>
319     <dt><strong><a name="item__2dut_7c_2but"><strong>-ut</strong>|<strong>+ut</strong></a></strong><br />
320     </dt>
321     <dd>
322     Compile <em>utmp</em>: Inhibit/enable writing a utmp entry; resource
323     <strong>utmpInhibit</strong>.
324     </dd>
325     <p></p>
326     <dt><strong><a name="item__2dvb_7c_2bvb"><strong>-vb</strong>|<strong>+vb</strong></a></strong><br />
327     </dt>
328     <dd>
329     Turn on/off visual bell on receipt of a bell character; resource
330     <strong>visualBell</strong>.
331     </dd>
332     <p></p>
333     <dt><strong><a name="item__2dsb_7c_2bsb"><strong>-sb</strong>|<strong>+sb</strong></a></strong><br />
334     </dt>
335     <dd>
336     Turn on/off scrollbar; resource <strong>scrollBar</strong>.
337     </dd>
338     <p></p>
339     <dt><strong><a name="item__2dsi_7c_2bsi"><strong>-si</strong>|<strong>+si</strong></a></strong><br />
340     </dt>
341     <dd>
342     Turn on/off scroll-to-bottom on TTY output inhibit; resource
343     <strong>scrollTtyOutput</strong> has opposite effect.
344     </dd>
345     <p></p>
346     <dt><strong><a name="item__2dsk_7c_2bsk"><strong>-sk</strong>|<strong>+sk</strong></a></strong><br />
347     </dt>
348     <dd>
349     Turn on/off scroll-to-bottom on keypress; resource
350     <strong>scrollTtyKeypress</strong>.
351     </dd>
352     <p></p>
353     <dt><strong><a name="item__2dsw_7c_2bsw"><strong>-sw</strong>|<strong>+sw</strong></a></strong><br />
354     </dt>
355     <dd>
356     Turn on/off scrolling with the scrollback buffer as new lines appear.
357     This only takes effect if <strong>-si</strong> is also given; resource
358     <strong>scrollWithBuffer</strong>.
359     </dd>
360     <p></p>
361     <dt><strong><a name="item__2dsr_7c_2bsr"><strong>-sr</strong>|<strong>+sr</strong></a></strong><br />
362     </dt>
363     <dd>
364     Put scrollbar on right/left; resource <strong>scrollBar_right</strong>.
365     </dd>
366     <p></p>
367     <dt><strong><a name="item__2dst_7c_2bst"><strong>-st</strong>|<strong>+st</strong></a></strong><br />
368     </dt>
369     <dd>
370 root 1.22 Display rxvt (non XTerm/NeXT) scrollbar without/with a trough;
371 root 1.1 resource <strong>scrollBar_floating</strong>.
372     </dd>
373     <p></p>
374     <dt><strong><a name="item__2dptab_7c_2bptab"><strong>-ptab</strong>|<strong>+ptab</strong></a></strong><br />
375     </dt>
376     <dd>
377     If enabled (default), ``Horizontal Tab'' characters are being stored as
378     actual wide characters in the screen buffer, which makes it possible to
379     select and paste them. Since a horizontal tab is a cursor movement and
380     not an actual glyph, this can sometimes be visually annoying as the cursor
381     on a tab character is displayed as a wide cursor; resource <strong>pastableTabs</strong>.
382     </dd>
383     <p></p>
384     <dt><strong><a name="item__2dbc_7c_2bbc"><strong>-bc</strong>|<strong>+bc</strong></a></strong><br />
385     </dt>
386     <dd>
387     Blink the cursor; resource <strong>cursorBlink</strong>.
388     </dd>
389     <p></p>
390     <dt><strong><a name="item__2diconic"><strong>-iconic</strong></a></strong><br />
391     </dt>
392     <dd>
393     Start iconified, if the window manager supports that option.
394     Alternative form is <strong>-ic</strong>.
395     </dd>
396     <p></p>
397     <dt><strong><a name="item__2dsl_number"><strong>-sl</strong> <em>number</em></a></strong><br />
398     </dt>
399     <dd>
400     Save <em>number</em> lines in the scrollback buffer. See resource entry for
401     limits; resource <strong>saveLines</strong>.
402     </dd>
403     <p></p>
404     <dt><strong><a name="item__2db_number"><strong>-b</strong> <em>number</em></a></strong><br />
405     </dt>
406     <dd>
407     Compile <em>frills</em>: Internal border of <em>number</em> pixels. See resource
408     entry for limits; resource <strong>internalBorder</strong>.
409     </dd>
410     <p></p>
411     <dt><strong><a name="item__2dw_number"><strong>-w</strong> <em>number</em></a></strong><br />
412     </dt>
413     <dd>
414     Compile <em>frills</em>: External border of <em>number</em> pixels. Also, <strong>-bw</strong>
415     and <strong>-borderwidth</strong>. See resource entry for limits; resource
416     <strong>externalBorder</strong>.
417     </dd>
418     <p></p>
419     <dt><strong><a name="item__2dbl"><strong>-bl</strong></a></strong><br />
420     </dt>
421     <dd>
422     Compile <em>frills</em>: Set MWM hints to request a borderless window, i.e.
423     if honoured by the WM, the rxvt-unicode window will not have window
424     decorations; resource <strong>borderLess</strong>.
425     </dd>
426     <p></p>
427 root 1.48 <dt><strong><a name="item__2doverride_2dredirect"><strong>-override-redirect</strong></a></strong><br />
428     </dt>
429     <dd>
430     Compile <em>frills</em>: Sets override-redirect on the window; resource
431     <strong>override-redirect</strong>.
432     </dd>
433     <p></p>
434 root 1.36 <dt><strong><a name="item__2dsbg"><strong>-sbg</strong></a></strong><br />
435     </dt>
436     <dd>
437     Compile <em>frills</em>: Disable the usage of the built-in block graphics/line
438     drawing characters and just rely on what the specified fonts provide. Use
439     this if you have a good font and want to use its block graphic glyphs;
440     resource <strong>skipBuiltinGlyphs</strong>.
441     </dd>
442     <p></p>
443 root 1.1 <dt><strong><a name="item__2dlsp_number"><strong>-lsp</strong> <em>number</em></a></strong><br />
444     </dt>
445     <dd>
446     Compile <em>frills</em>: Lines (pixel height) to insert between each row of
447     the display. Useful to work around font rendering problems; resource
448     <strong>linespace</strong>.
449     </dd>
450     <p></p>
451     <dt><strong><a name="item__2dtn_termname"><strong>-tn</strong> <em>termname</em></a></strong><br />
452     </dt>
453     <dd>
454     This option specifies the name of the terminal type to be set in the
455     <strong>TERM</strong> environment variable. This terminal type must exist in the
456     <em>termcap(5)</em> database and should have <em>li#</em> and <em>co#</em> entries;
457     resource <strong>termName</strong>.
458     </dd>
459     <p></p>
460     <dt><strong><a name="item__2de_command__5barguments_5d"><strong>-e</strong> <em>command [arguments]</em></a></strong><br />
461     </dt>
462     <dd>
463 root 1.46 Run the command with its command-line arguments in the <strong>rxvt</strong>
464 root 1.1 window; also sets the window title and icon name to be the basename of
465     the program being executed if neither <em>-title</em> (<em>-T</em>) nor <em>-n</em> are
466     given on the command line. If this option is used, it must be the last
467     on the command-line. If there is no <strong>-e</strong> option then the default is to
468     run the program specified by the <strong>SHELL</strong> environment variable or,
469     failing that, <em>sh(1)</em>.
470     </dd>
471 root 1.27 <dd>
472     <p>Please note that you must specify a program with arguments. If you want to
473     run shell commands, you have to specify the shell, like this:</p>
474     </dd>
475     <dd>
476     <pre>
477 root 1.46 rxvt -e sh -c &quot;shell commands&quot;</pre>
478 root 1.27 </dd>
479 root 1.1 <p></p>
480     <dt><strong><a name="item__2dtitle_text"><strong>-title</strong> <em>text</em></a></strong><br />
481     </dt>
482     <dd>
483     Window title (<strong>-T</strong> still respected); the default title is the basename
484     of the program specified after the <strong>-e</strong> option, if any, otherwise the
485     application name; resource <strong>title</strong>.
486     </dd>
487     <p></p>
488     <dt><strong><a name="item__2dn_text"><strong>-n</strong> <em>text</em></a></strong><br />
489     </dt>
490     <dd>
491     Icon name; the default name is the basename of the program specified
492     after the <strong>-e</strong> option, if any, otherwise the application name;
493     resource <strong>iconName</strong>.
494     </dd>
495     <p></p>
496     <dt><strong><a name="item__2dc"><strong>-C</strong></a></strong><br />
497     </dt>
498     <dd>
499     Capture system console messages.
500     </dd>
501     <p></p>
502     <dt><strong><a name="item__2dpt_style"><strong>-pt</strong> <em>style</em></a></strong><br />
503     </dt>
504     <dd>
505     Compile <em>XIM</em>: input style for input method; <strong>OverTheSpot</strong>,
506     <strong>OffTheSpot</strong>, <strong>Root</strong>; resource <strong>preeditType</strong>.
507     </dd>
508     <p></p>
509     <dt><strong><a name="item__2dim_text"><strong>-im</strong> <em>text</em></a></strong><br />
510     </dt>
511     <dd>
512     Compile <em>XIM</em>: input method name. resource <strong>inputMethod</strong>.
513     </dd>
514     <p></p>
515     <dt><strong><a name="item__2dimlocale_string"><strong>-imlocale</strong> <em>string</em></a></strong><br />
516     </dt>
517     <dd>
518 root 1.6 The locale to use for opening the IM. You can use an <code>LC_CTYPE</code> of e.g.
519     <code>de_DE.UTF-8</code> for normal text processing but <code>ja_JP.EUC-JP</code> for the
520     input extension to be able to input japanese characters while staying in
521     another locale. resource <strong>imLocale</strong>.
522     </dd>
523     <p></p>
524     <dt><strong><a name="item__2dimfont_fontset"><strong>-imfont</strong> <em>fontset</em></a></strong><br />
525     </dt>
526     <dd>
527     Set the font set to use for the X Input Method, see resource <strong>imFont</strong>
528     for more info.
529     </dd>
530     <p></p>
531     <dt><strong><a name="item__2dtcw"><strong>-tcw</strong></a></strong><br />
532     </dt>
533     <dd>
534     Change the meaning of triple-click selection with the left mouse
535     button. Instead of selecting a full line it will extend the selection the
536     end of the logical line only. resource <strong>tripleclickwords</strong>.
537 root 1.1 </dd>
538     <p></p>
539     <dt><strong><a name="item__2dinsecure"><strong>-insecure</strong></a></strong><br />
540     </dt>
541     <dd>
542     Enable ``insecure'' mode, which currently enables most of the escape
543     sequences that echo strings. See the resource <strong>insecure</strong> for more
544     info.
545     </dd>
546     <p></p>
547     <dt><strong><a name="item__2dmod_modifier"><strong>-mod</strong> <em>modifier</em></a></strong><br />
548     </dt>
549     <dd>
550     Override detection of Meta modifier with specified key: <strong>alt</strong>,
551     <strong>meta</strong>, <strong>hyper</strong>, <strong>super</strong>, <strong>mod1</strong>, <strong>mod2</strong>, <strong>mod3</strong>, <strong>mod4</strong>,
552     <strong>mod5</strong>; resource <em>modifier</em>.
553     </dd>
554     <p></p>
555     <dt><strong><a name="item__2dssc_7c_2bssc"><strong>-ssc</strong>|<strong>+ssc</strong></a></strong><br />
556     </dt>
557     <dd>
558     Turn on/off secondary screen (default enabled); resource
559     <strong>secondaryScreen</strong>.
560     </dd>
561     <p></p>
562     <dt><strong><a name="item__2dssr_7c_2bssr"><strong>-ssr</strong>|<strong>+ssr</strong></a></strong><br />
563     </dt>
564     <dd>
565     Turn on/off secondary screen scroll (default enabled); resource
566     <strong>secondaryScroll</strong>.
567     </dd>
568     <p></p>
569 root 1.27 <dt><strong><a name="item__2dhold_7c_2bhold"><strong>-hold</strong>|<strong>+hold</strong></a></strong><br />
570     </dt>
571     <dd>
572 root 1.46 Turn on/off hold window after exit support. If enabled, rxvt
573 root 1.27 will not immediately destroy its window when the program executed within
574     it exits. Instead, it will wait till it is being killed or closed by the
575     user; resource <strong>hold</strong>.
576     </dd>
577     <p></p>
578 root 1.17 <dt><strong><a name="item__2dkeysym_2esym_string"><strong>-keysym.</strong><em>sym</em> <em>string</em></a></strong><br />
579 root 1.11 </dt>
580     <dd>
581     Remap a key symbol. See resource <strong>keysym</strong>.
582     </dd>
583     <p></p>
584 root 1.17 <dt><strong><a name="item__2dembed_windowid"><strong>-embed</strong> <em>windowid</em></a></strong><br />
585 root 1.1 </dt>
586     <dd>
587 root 1.46 Tells rxvt to embed it's windows into an already-existing window,
588 root 1.14 which enables applications to easily embed a terminal.
589     </dd>
590     <dd>
591 root 1.46 <p>Right now, rxvt will first unmap/map the specified window, so it
592     shouldn't be a top-level window. rxvt will also reconfigure it
593 root 1.14 quite a bit, so don't expect it to keep some specific state. It's best to
594 root 1.46 create an extra subwindow for rxvt and leave it alone.</p>
595 root 1.14 </dd>
596     <dd>
597 root 1.46 <p>The window will not be destroyed when rxvt exits.</p>
598 root 1.15 </dd>
599     <dd>
600 root 1.46 <p>It might be useful to know that rxvt will not close file
601 root 1.14 descriptors passed to it (except for stdin/out/err, of course), so you
602     can use file descriptors to communicate with the programs within the
603     terminal. This works regardless of wether the <code>-embed</code> option was used or
604     not.</p>
605 root 1.1 </dd>
606 root 1.17 <dd>
607     <p>Here is a short Gtk2-perl snippet that illustrates how this option can be
608     used (a longer example is in <em>doc/embed</em>):</p>
609     </dd>
610     <dd>
611     <pre>
612 root 1.19 my $rxvt = new Gtk2::Socket;
613     $rxvt-&gt;signal_connect_after (realize =&gt; sub {
614     my $xid = $_[0]-&gt;window-&gt;get_xid;
615 root 1.46 system &quot;rxvt -embed $xid &amp;&quot;;
616 root 1.19 });</pre>
617 root 1.17 </dd>
618     <p></p>
619 root 1.37 <dt><strong><a name="item__2dpty_2dfd_file_descriptor"><strong>-pty-fd</strong> <em>file descriptor</em></a></strong><br />
620 root 1.17 </dt>
621     <dd>
622 root 1.46 Tells rxvt NOT to execute any commands or create a new pty/tty
623 root 1.17 pair but instead use the given filehandle as the tty master. This is
624 root 1.46 useful if you want to drive rxvt as a generic terminal emulator
625 root 1.17 without having to run a program within it.
626     </dd>
627     <dd>
628 root 1.46 <p>If this switch is given, rxvt will not create any utmp/wtmp
629 root 1.17 entries and will not tinker with pty/tty permissions - you have to do that
630     yourself if you want that.</p>
631     </dd>
632     <dd>
633 root 1.37 <p>As an extremely special case, specifying <code>-1</code> will completely suppress
634     pty/tty operations.</p>
635     </dd>
636     <dd>
637 root 1.17 <p>Here is a example in perl that illustrates how this option can be used (a
638     longer example is in <em>doc/pty-fd</em>):</p>
639     </dd>
640     <dd>
641     <pre>
642     use IO::Pty;
643     use Fcntl;</pre>
644     </dd>
645     <dd>
646     <pre>
647     my $pty = new IO::Pty;
648 root 1.18 fcntl $pty, F_SETFD, 0; # clear close-on-exec
649 root 1.46 system &quot;rxvt -pty-fd &quot; . (fileno $pty) . &quot;&amp;&quot;;
650 root 1.18 close $pty;</pre>
651 root 1.17 </dd>
652     <dd>
653     <pre>
654     # now communicate with rxvt
655     my $slave = $pty-&gt;slave;
656     while (&lt;$slave&gt;) { print $slave &quot;got &lt;$_&gt;\n&quot; }</pre>
657     </dd>
658 root 1.30 <p></p>
659 root 1.31 <dt><strong><a name="item__2dpe_string"><strong>-pe</strong> <em>string</em></a></strong><br />
660 root 1.30 </dt>
661     <dd>
662 root 1.38 Comma-separated list of perl extension scripts to use (or not to use) in
663     this terminal instance. See resource <strong>perl-ext</strong> for details.
664 root 1.30 </dd>
665 root 1.1 <p></p></dl>
666     <p>
667     </p>
668     <hr />
669     <h1><a name="resources__available_also_as_longoptions_">RESOURCES (available also as long-options)</a></h1>
670 root 1.46 <p>Note: `rxvt --help' gives a list of all resources (long
671 root 1.1 options) compiled into your version.</p>
672 root 1.42 <p>You can set and change the resources using X11 tools like <strong>xrdb</strong>. Many
673     distribution do also load settings from the <strong>~/.Xresources</strong> file when X
674 root 1.46 starts. rxvt will consult the following files/resources in order,
675 root 1.42 with later settings overwriting earlier ones:</p>
676 root 1.11 <pre>
677     1. system-wide app-defaults file, either locale-dependent OR global
678     2. app-defaults file in $XAPPLRESDIR
679     3. RESOURCE_MANAGER property on root-window OR $HOME/.Xdefaults
680     4. SCREEN_RESOURCES for the current screen
681     5. $XENVIRONMENT file OR $HOME/.Xdefaults-&lt;nodename&gt;</pre>
682 root 1.46 <p>Note that when reading X resources, <strong>rxvt</strong> recognizes two class
683 root 1.42 names: <strong>Rxvt</strong> and <strong>URxvt</strong>. The class name <strong>Rxvt</strong> allows resources
684 root 1.46 common to both <strong>rxvt</strong> and the original <em>rxvt</em> to be easily
685 root 1.42 configured, while the class name <strong>URxvt</strong> allows resources unique to
686 root 1.46 <strong>rxvt</strong>, to be shared between different <strong>rxvt</strong>
687 root 1.42 configurations. If no resources are specified, suitable defaults will
688     be used. Command-line arguments can be used to override resource
689     settings. The following resources are supported (you might want to
690 root 1.46 check the <code>rxvtperl(3)</code> manpage for additional settings by perl
691 root 1.42 extensions not documented here):</p>
692 root 1.1 <dl>
693 root 1.52 <dt><strong><a name="item_depth_3a_bitdepth"><strong>depth:</strong> <em>bitdepth</em></a></strong><br />
694     </dt>
695     <dd>
696     Compile <em>frills</em>: Attempt to find a visual with the given bit depth;
697     option <strong>-depth</strong>.
698     </dd>
699     <p></p>
700 root 1.1 <dt><strong><a name="item_geometry_3a_geom"><strong>geometry:</strong> <em>geom</em></a></strong><br />
701     </dt>
702     <dd>
703     Create the window with the specified X window geometry [default 80x24];
704     option <strong>-geometry</strong>.
705     </dd>
706     <p></p>
707     <dt><strong><a name="item_background_3a_colour"><strong>background:</strong> <em>colour</em></a></strong><br />
708     </dt>
709     <dd>
710     Use the specified colour as the window's background colour [default
711     White]; option <strong>-bg</strong>.
712     </dd>
713     <p></p>
714     <dt><strong><a name="item_foreground_3a_colour"><strong>foreground:</strong> <em>colour</em></a></strong><br />
715     </dt>
716     <dd>
717     Use the specified colour as the window's foreground colour [default
718     Black]; option <strong>-fg</strong>.
719     </dd>
720     <p></p>
721     <dt><strong><a name="item_colorn_3a_colour"><strong>color</strong><em>n</em><strong>:</strong> <em>colour</em></a></strong><br />
722     </dt>
723     <dd>
724     Use the specified colour for the colour value <em>n</em>, where 0-7
725     corresponds to low-intensity (normal) colours and 8-15 corresponds to
726     high-intensity (bold = bright foreground, blink = bright background)
727     colours. The canonical names are as follows: 0=black, 1=red, 2=green,
728     3=yellow, 4=blue, 5=magenta, 6=cyan, 7=white, but the actual colour
729     names used are listed in the <strong>COLORS AND GRAPHICS</strong> section.
730     </dd>
731     <dd>
732     <p>Colours higher than 15 cannot be set using resources (yet), but can be
733 root 1.46 changed using an escape command (see rxvt(7)).</p>
734 root 1.1 </dd>
735     <dd>
736     <p>Colours 16-79 form a standard 4x4x4 colour cube (the same as xterm with
737     88 colour support). Colours 80-87 are evenly spaces grey steps.</p>
738     </dd>
739     <p></p>
740     <dt><strong><a name="item_colorbd_3a_colour"><strong>colorBD:</strong> <em>colour</em></a></strong><br />
741     </dt>
742     <dt><strong><a name="item_colorit_3a_colour"><strong>colorIT:</strong> <em>colour</em></a></strong><br />
743     </dt>
744     <dd>
745     Use the specified colour to display bold or italic characters when the
746     foreground colour is the default. If font styles are not available
747 root 1.3 (Compile <em>styles</em>) and this option is unset, reverse video is used instead.
748 root 1.1 </dd>
749     <p></p>
750     <dt><strong><a name="item_colorul_3a_colour"><strong>colorUL:</strong> <em>colour</em></a></strong><br />
751     </dt>
752     <dd>
753     Use the specified colour to display underlined characters when the
754     foreground colour is the default.
755     </dd>
756     <p></p>
757     <dt><strong><a name="item_colorrv_3a_colour"><strong>colorRV:</strong> <em>colour</em></a></strong><br />
758     </dt>
759     <dd>
760     Use the specified colour as the background for reverse video
761     characters.
762     </dd>
763     <p></p>
764     <dt><strong><a name="item_underlinecolor_3a_colour"><strong>underlineColor:</strong> <em>colour</em></a></strong><br />
765     </dt>
766     <dd>
767     If set, use the specified colour as the colour for the underline
768     itself. If unset, use the foreground colour.
769     </dd>
770     <p></p>
771     <dt><strong><a name="item_cursorcolor_3a_colour"><strong>cursorColor:</strong> <em>colour</em></a></strong><br />
772     </dt>
773     <dd>
774     Use the specified colour for the cursor. The default is to use the
775     foreground colour; option <strong>-cr</strong>.
776     </dd>
777     <p></p>
778     <dt><strong><a name="item_cursorcolor2_3a_colour"><strong>cursorColor2:</strong> <em>colour</em></a></strong><br />
779     </dt>
780     <dd>
781     Use the specified colour for the colour of the cursor text. For this to
782     take effect, <strong>cursorColor</strong> must also be specified. The default is to
783     use the background colour.
784     </dd>
785     <p></p>
786     <dt><strong><a name="item_reversevideo_3a_boolean"><strong>reverseVideo:</strong> <em>boolean</em></a></strong><br />
787     </dt>
788     <dd>
789     <strong>True</strong>: simulate reverse video by foreground and background colours;
790     option <strong>-rv</strong>. <strong>False</strong>: regular screen colours [default]; option
791     <strong>+rv</strong>. See note in <strong>COLORS AND GRAPHICS</strong> section.
792     </dd>
793     <p></p>
794     <dt><strong><a name="item_jumpscroll_3a_boolean"><strong>jumpScroll:</strong> <em>boolean</em></a></strong><br />
795     </dt>
796     <dd>
797     <strong>True</strong>: specify that jump scrolling should be used. When scrolling
798     quickly, fewer screen updates are performed [default]; option <strong>-j</strong>.
799     <strong>False</strong>: specify that smooth scrolling should be used; option <strong>+j</strong>.
800     </dd>
801     <p></p>
802     <dt><strong><a name="item_inheritpixmap_3a_boolean"><strong>inheritPixmap:</strong> <em>boolean</em></a></strong><br />
803     </dt>
804     <dd>
805     <strong>True</strong>: make the background inherit the parent windows' pixmap, giving
806     artificial transparency. <strong>False</strong>: do not inherit the parent windows'
807     pixmap.
808     </dd>
809     <p></p>
810     <dt><strong><a name="item_fading_3a_number"><strong>fading:</strong> <em>number</em></a></strong><br />
811     </dt>
812     <dd>
813 root 1.24 Fade the text by the given percentage when focus is lost; option <strong>-fade</strong>.
814     </dd>
815     <p></p>
816     <dt><strong><a name="item_fadecolor_3a_colour"><strong>fadeColor:</strong> <em>colour</em></a></strong><br />
817     </dt>
818     <dd>
819     Fade to this colour, when fading is used (see <strong>fading:</strong>). The default
820     colour is black; option <strong>-fadecolor</strong>.
821 root 1.1 </dd>
822     <p></p>
823     <dt><strong><a name="item_tintcolor_3a_colour"><strong>tintColor:</strong> <em>colour</em></a></strong><br />
824     </dt>
825     <dd>
826 root 1.24 Tint the transparent background pixmap with the given colour; option
827     <strong>-tint</strong>.
828 root 1.1 </dd>
829     <p></p>
830     <dt><strong><a name="item_shading_3a_number"><strong>shading:</strong> <em>number</em></a></strong><br />
831     </dt>
832     <dd>
833     Darken (0 .. 100) or lighten (-1 .. -100) the transparent background
834     image in addition to tinting it.
835     </dd>
836     <p></p>
837     <dt><strong><a name="item_scrollcolor_3a_colour"><strong>scrollColor:</strong> <em>colour</em></a></strong><br />
838     </dt>
839     <dd>
840     Use the specified colour for the scrollbar [default #B2B2B2].
841     </dd>
842     <p></p>
843     <dt><strong><a name="item_troughcolor_3a_colour"><strong>troughColor:</strong> <em>colour</em></a></strong><br />
844     </dt>
845     <dd>
846     Use the specified colour for the scrollbar's trough area [default
847 root 1.22 #969696]. Only relevant for rxvt (non XTerm/NeXT) scrollbar.
848 root 1.1 </dd>
849     <p></p>
850     <dt><strong><a name="item_bordercolor_3a_colour"><strong>borderColor:</strong> <em>colour</em></a></strong><br />
851     </dt>
852     <dd>
853     The colour of the border around the text area and between the scrollbar
854     and the text.
855     </dd>
856     <p></p>
857     <dt><strong><a name="item_backgroundpixmap_3a_file_5b_3bgeom_5d"><strong>backgroundPixmap:</strong> <em>file[;geom]</em></a></strong><br />
858     </dt>
859     <dd>
860     Use the specified XPM file (note the `.xpm' extension is optional) for
861     the background and also optionally specify its scaling with a geometry
862     string <strong>WxH+X+Y</strong>, in which <strong>``W'' / ``H''</strong> specify the
863     horizontal/vertical scale (percent) and <strong>``X'' / ``Y''</strong> locate the image
864     centre (percent). A scale of 0 displays the image with tiling. A scale
865     of 1 displays the image without any scaling. A scale of 2 to 9
866     specifies an integer number of images in that direction. No image will
867     be magnified beyond 10 times its original size. The maximum permitted
868     scale is 1000. [default 0x0+50+50]
869     </dd>
870     <p></p>
871     <dt><strong><a name="item_path_3a_path"><strong>path:</strong> <em>path</em></a></strong><br />
872     </dt>
873     <dd>
874 root 1.46 Specify the colon-delimited search path for finding XPM files.
875 root 1.1 </dd>
876     <p></p>
877     <dt><strong><a name="item_font_3a_fontlist"><strong>font:</strong> <em>fontlist</em></a></strong><br />
878     </dt>
879     <dd>
880 root 1.45 Select the fonts to be used. This is a comma separated list of font names
881     that are checked in order when trying to find glyphs for characters. The
882     first font defines the cell size for characters; other fonts might be
883     smaller, but not (in general) larger. A (hopefully) reasonable default
884     font list is always appended to it; option <strong>-fn</strong>.
885 root 1.1 </dd>
886     <dd>
887     <p>Each font can either be a standard X11 core font (XLFD) name, with
888 root 1.3 optional prefix <code>x:</code> or a Xft font (Compile <em>xft</em>), prefixed with <code>xft:</code>.</p>
889 root 1.1 </dd>
890     <dd>
891     <p>In addition, each font can be prefixed with additional hints and
892     specifications enclosed in square brackets (<code>[]</code>). The only available
893     hint currently is <code>codeset=codeset-name</code>, and this is only used for Xft
894     fonts.</p>
895     </dd>
896     <dd>
897     <p>For example, this font resource</p>
898     </dd>
899     <dd>
900     <pre>
901 root 1.46 URxvt.font: 9x15bold,\
902 root 1.1 -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,\
903     -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1, \
904     [codeset=JISX0208]xft:Kochi Gothic:antialias=false, \
905     xft:Code2000:antialias=false</pre>
906     </dd>
907     <dd>
908     <p>specifies five fonts to be used. The first one is <code>9x15bold</code> (actually
909     the iso8859-1 version of the second font), which is the base font (because
910     it is named first) and thus defines the character cell grid to be 9 pixels
911     wide and 15 pixels high.</p>
912     </dd>
913     <dd>
914     <p>The second font is just used to add additional unicode characters not in
915     the base font, likewise the third, which is unfortunately non-bold, but
916     the bold version of the font does contain less characters, so this is a
917     useful supplement.</p>
918     </dd>
919     <dd>
920     <p>The third font is an Xft font with aliasing turned off, and the characters
921     are limited to the <strong>JIS 0208</strong> codeset (i.e. japanese kanji). The font
922     contains other characters, but we are not interested in them.</p>
923     </dd>
924     <dd>
925     <p>The last font is a useful catch-all font that supplies most of the
926     remaining unicode characters.</p>
927     </dd>
928     <p></p>
929     <dt><strong><a name="item_boldfont_3a_fontlist"><strong>boldFont:</strong> <em>fontlist</em></a></strong><br />
930     </dt>
931     <dt><strong><a name="item_italicfont_3a_fontlist"><strong>italicFont:</strong> <em>fontlist</em></a></strong><br />
932     </dt>
933     <dt><strong><a name="item_bolditalicfont_3a_fontlist"><strong>boldItalicFont:</strong> <em>fontlist</em></a></strong><br />
934     </dt>
935     <dd>
936     The font list to use for displaying <strong>bold</strong>, <em>italic</em> or <strong><em>bold
937     italic</em> </strong>&gt; characters, respectively.
938     </dd>
939     <dd>
940     <p>If specified and non-empty, then the syntax is the same as for the
941     <strong>font</strong>-resource, and the given font list will be used as is, which makes
942     it possible to substitute completely different font styles for bold and
943     italic.</p>
944     </dd>
945     <dd>
946     <p>If unset (the default), a suitable font list will be synthesized by
947     ``morphing'' the normal text font list into the desired shape. If that is
948     not possible, replacement fonts of the desired shape will be tried.</p>
949     </dd>
950     <dd>
951     <p>If set, but empty, then this specific style is disabled and the normal
952     text font will being used for the given style.</p>
953     </dd>
954     <p></p>
955 root 1.29 <dt><strong><a name="item_intensitystyles_3a_boolean"><strong>intensityStyles:</strong> <em>boolean</em></a></strong><br />
956     </dt>
957     <dd>
958     When font styles are not enabled, or this option is enabled (<strong>True</strong>,
959     option <strong>-is</strong>, the default), bold and italic font styles imply high
960     intensity foreground/backround colours. Disabling this option (<strong>False</strong>,
961     option <strong>+is</strong>) disables this behaviour, the high intensity colours are not
962     reachable.
963     </dd>
964     <p></p>
965 root 1.1 <dt><strong><a name="item_selectstyle_3a_mode"><strong>selectstyle:</strong> <em>mode</em></a></strong><br />
966     </dt>
967     <dd>
968     Set mouse selection style to <strong>old</strong> which is 2.20, <strong>oldword</strong> which is
969     xterm style with 2.20 old word selection, or anything else which gives
970     xterm style selection.
971     </dd>
972     <p></p>
973     <dt><strong><a name="item_scrollstyle_3a_mode"><strong>scrollstyle:</strong> <em>mode</em></a></strong><br />
974     </dt>
975     <dd>
976     Set scrollbar style to <strong>rxvt</strong>, <strong>plain</strong>, <strong>next</strong> or <strong>xterm</strong>. <strong>plain</strong> is
977 root 1.22 the author's favourite.
978 root 1.1 </dd>
979     <p></p>
980     <dt><strong><a name="item_title_3a_string"><strong>title:</strong> <em>string</em></a></strong><br />
981     </dt>
982     <dd>
983     Set window title string, the default title is the command-line
984     specified after the <strong>-e</strong> option, if any, otherwise the application
985     name; option <strong>-title</strong>.
986     </dd>
987     <p></p>
988     <dt><strong><a name="item_iconname_3a_string"><strong>iconName:</strong> <em>string</em></a></strong><br />
989     </dt>
990     <dd>
991     Set the name used to label the window's icon or displayed in an icon
992     manager window, it also sets the window's title unless it is explicitly
993     set; option <strong>-n</strong>.
994     </dd>
995     <p></p>
996     <dt><strong><a name="item_mapalert_3a_boolean"><strong>mapAlert:</strong> <em>boolean</em></a></strong><br />
997     </dt>
998     <dd>
999     <strong>True</strong>: de-iconify (map) on receipt of a bell character. <strong>False</strong>: no
1000     de-iconify (map) on receipt of a bell character [default].
1001     </dd>
1002     <p></p>
1003     <dt><strong><a name="item_visualbell_3a_boolean"><strong>visualBell:</strong> <em>boolean</em></a></strong><br />
1004     </dt>
1005     <dd>
1006     <strong>True</strong>: use visual bell on receipt of a bell character; option <strong>-vb</strong>.
1007     <strong>False</strong>: no visual bell [default]; option <strong>+vb</strong>.
1008     </dd>
1009     <p></p>
1010     <dt><strong><a name="item_loginshell_3a_boolean"><strong>loginShell:</strong> <em>boolean</em></a></strong><br />
1011     </dt>
1012     <dd>
1013     <strong>True</strong>: start as a login shell by prepending a `-' to <strong>argv[0]</strong> of
1014     the shell; option <strong>-ls</strong>. <strong>False</strong>: start as a normal sub-shell
1015     [default]; option <strong>+ls</strong>.
1016     </dd>
1017     <p></p>
1018     <dt><strong><a name="item_utmpinhibit_3a_boolean"><strong>utmpInhibit:</strong> <em>boolean</em></a></strong><br />
1019     </dt>
1020     <dd>
1021     <strong>True</strong>: inhibit writing record into the system log file <strong>utmp</strong>;
1022     option <strong>-ut</strong>. <strong>False</strong>: write record into the system log file <strong>utmp</strong>
1023     [default]; option <strong>+ut</strong>.
1024     </dd>
1025     <p></p>
1026     <dt><strong><a name="item_print_2dpipe_3a_string"><strong>print-pipe:</strong> <em>string</em></a></strong><br />
1027     </dt>
1028     <dd>
1029     Specify a command pipe for vt100 printer [default <em>lpr(1)</em>]. Use
1030     <strong>Print</strong> to initiate a screen dump to the printer and <strong>Ctrl-Print</strong> or
1031     <strong>Shift-Print</strong> to include the scrollback as well.
1032     </dd>
1033 root 1.23 <dd>
1034     <p>The string will be interpreted as if typed into the shell as-is.</p>
1035     </dd>
1036     <dd>
1037     <p>Example:</p>
1038     </dd>
1039     <dd>
1040     <pre>
1041 root 1.46 URxvt.print-pipe: cat &gt; $(TMPDIR=$HOME mktemp urxvt.XXXXXX)</pre>
1042 root 1.23 </dd>
1043     <dd>
1044     <p>This creates a new file in your home directory with the screen contents
1045     everytime you hit <code>Print</code>.</p>
1046     </dd>
1047 root 1.1 <p></p>
1048     <dt><strong><a name="item_scrollbar_3a_boolean"><strong>scrollBar:</strong> <em>boolean</em></a></strong><br />
1049     </dt>
1050     <dd>
1051     <strong>True</strong>: enable the scrollbar [default]; option <strong>-sb</strong>. <strong>False</strong>:
1052     disable the scrollbar; option <strong>+sb</strong>.
1053     </dd>
1054     <p></p>
1055     <dt><strong><a name="item_scrollbar_right_3a_boolean"><strong>scrollBar_right:</strong> <em>boolean</em></a></strong><br />
1056     </dt>
1057     <dd>
1058     <strong>True</strong>: place the scrollbar on the right of the window; option <strong>-sr</strong>.
1059     <strong>False</strong>: place the scrollbar on the left of the window; option <strong>+sr</strong>.
1060     </dd>
1061     <p></p>
1062     <dt><strong><a name="item_scrollbar_floating_3a_boolean"><strong>scrollBar_floating:</strong> <em>boolean</em></a></strong><br />
1063     </dt>
1064     <dd>
1065     <strong>True</strong>: display an rxvt scrollbar without a trough; option <strong>-st</strong>.
1066     <strong>False</strong>: display an rxvt scrollbar with a trough; option <strong>+st</strong>.
1067     </dd>
1068     <p></p>
1069     <dt><strong><a name="item_scrollbar_align_3a_mode"><strong>scrollBar_align:</strong> <em>mode</em></a></strong><br />
1070     </dt>
1071     <dd>
1072     Align the <strong>top</strong>, <strong>bottom</strong> or <strong>centre</strong> [default] of the scrollbar
1073     thumb with the pointer on middle button press/drag.
1074     </dd>
1075     <p></p>
1076     <dt><strong><a name="item_scrollttyoutput_3a_boolean"><strong>scrollTtyOutput:</strong> <em>boolean</em></a></strong><br />
1077     </dt>
1078     <dd>
1079     <strong>True</strong>: scroll to bottom when tty receives output; option <strong>-si</strong>.
1080     <strong>False</strong>: do not scroll to bottom when tty receives output; option
1081     <strong>+si</strong>.
1082     </dd>
1083     <p></p>
1084     <dt><strong><a name="item_scrollwithbuffer_3a_boolean"><strong>scrollWithBuffer:</strong> <em>boolean</em></a></strong><br />
1085     </dt>
1086     <dd>
1087     <strong>True</strong>: scroll with scrollback buffer when tty receives new lines (and
1088 root 1.16 <strong>scrollTtyOutput</strong> is False); option <strong>-sw</strong>. <strong>False</strong>: do not scroll
1089     with scrollback buffer when tty recieves new lines; option <strong>+sw</strong>.
1090 root 1.1 </dd>
1091     <p></p>
1092     <dt><strong><a name="item_scrollttykeypress_3a_boolean"><strong>scrollTtyKeypress:</strong> <em>boolean</em></a></strong><br />
1093     </dt>
1094     <dd>
1095     <strong>True</strong>: scroll to bottom when a non-special key is pressed. Special keys
1096     are those which are intercepted by rxvt-unicode for special handling and
1097     are not passed onto the shell; option <strong>-sk</strong>. <strong>False</strong>: do not scroll to
1098     bottom when a non-special key is pressed; option <strong>+sk</strong>.
1099     </dd>
1100     <p></p>
1101     <dt><strong><a name="item_savelines_3a_number"><strong>saveLines:</strong> <em>number</em></a></strong><br />
1102     </dt>
1103     <dd>
1104     Save <em>number</em> lines in the scrollback buffer [default 64]. This
1105     resource is limited on most machines to 65535; option <strong>-sl</strong>.
1106     </dd>
1107     <p></p>
1108     <dt><strong><a name="item_internalborder_3a_number"><strong>internalBorder:</strong> <em>number</em></a></strong><br />
1109     </dt>
1110     <dd>
1111     Internal border of <em>number</em> pixels. This resource is limited to 100;
1112     option <strong>-b</strong>.
1113     </dd>
1114     <p></p>
1115     <dt><strong><a name="item_externalborder_3a_number"><strong>externalBorder:</strong> <em>number</em></a></strong><br />
1116     </dt>
1117     <dd>
1118     External border of <em>number</em> pixels. This resource is limited to 100;
1119     option <strong>-w</strong>, <strong>-bw</strong>, <strong>-borderwidth</strong>.
1120     </dd>
1121     <p></p>
1122     <dt><strong><a name="item_borderless_3a_boolean"><strong>borderLess:</strong> <em>boolean</em></a></strong><br />
1123     </dt>
1124     <dd>
1125     Set MWM hints to request a borderless window, i.e. if honoured by the
1126     WM, the rxvt-unicode window will not have window decorations; option <strong>-bl</strong>.
1127     </dd>
1128     <p></p>
1129 root 1.36 <dt><strong><a name="item_skipbuiltinglyphs_3a_boolean"><strong>skipBuiltinGlyphs:</strong> <em>boolean</em></a></strong><br />
1130     </dt>
1131     <dd>
1132     Compile <em>frills</em>: Disable the usage of the built-in block graphics/line
1133     drawing characters and just rely on what the specified fonts provide. Use
1134     this if you have a good font and want to use its block graphic glyphs;
1135     option <strong>-sbg</strong>.
1136     </dd>
1137     <p></p>
1138 root 1.1 <dt><strong><a name="item_termname_3a_termname"><strong>termName:</strong> <em>termname</em></a></strong><br />
1139     </dt>
1140     <dd>
1141     Specifies the terminal type name to be set in the <strong>TERM</strong> environment
1142     variable; option <strong>-tn</strong>.
1143     </dd>
1144     <p></p>
1145     <dt><strong><a name="item_linespace_3a_number"><strong>linespace:</strong> <em>number</em></a></strong><br />
1146     </dt>
1147     <dd>
1148     Specifies number of lines (pixel height) to insert between each row of
1149     the display [default 0]; option <strong>-lsp</strong>.
1150     </dd>
1151     <p></p>
1152     <dt><strong><a name="item_meta8_3a_boolean"><strong>meta8:</strong> <em>boolean</em></a></strong><br />
1153     </dt>
1154     <dd>
1155     <strong>True</strong>: handle Meta (Alt) + keypress to set the 8th bit. <strong>False</strong>:
1156     handle Meta (Alt) + keypress as an escape prefix [default].
1157     </dd>
1158     <p></p>
1159     <dt><strong><a name="item_mousewheelscrollpage_3a_boolean"><strong>mouseWheelScrollPage:</strong> <em>boolean</em></a></strong><br />
1160     </dt>
1161     <dd>
1162     <strong>True</strong>: the mouse wheel scrolls a page full. <strong>False</strong>: the mouse wheel
1163     scrolls five lines [default].
1164     </dd>
1165     <p></p>
1166     <dt><strong><a name="item_pastabletabs_3a_boolean"><strong>pastableTabs:</strong> <em>boolean</em></a></strong><br />
1167     </dt>
1168     <dd>
1169     <strong>True</strong>: store tabs as wide characters. <strong>False</strong>: interpret tabs as cursor
1170     movement only; option <code>-ptab</code>.
1171     </dd>
1172     <p></p>
1173     <dt><strong><a name="item_cursorblink_3a_boolean"><strong>cursorBlink:</strong> <em>boolean</em></a></strong><br />
1174     </dt>
1175     <dd>
1176     <strong>True</strong>: blink the cursor. <strong>False</strong>: do not blink the cursor [default];
1177     option <strong>-bc</strong>.
1178     </dd>
1179     <p></p>
1180     <dt><strong><a name="item_pointerblank_3a_boolean"><strong>pointerBlank:</strong> <em>boolean</em></a></strong><br />
1181     </dt>
1182     <dd>
1183     <strong>True</strong>: blank the pointer when a key is pressed or after a set number
1184     of seconds of inactivity. <strong>False</strong>: the pointer is always visible
1185     [default].
1186     </dd>
1187     <p></p>
1188     <dt><strong><a name="item_pointercolor_3a_colour"><strong>pointerColor:</strong> <em>colour</em></a></strong><br />
1189     </dt>
1190     <dd>
1191     Mouse pointer foreground colour.
1192     </dd>
1193     <p></p>
1194     <dt><strong><a name="item_pointercolor2_3a_colour"><strong>pointerColor2:</strong> <em>colour</em></a></strong><br />
1195     </dt>
1196     <dd>
1197     Mouse pointer background colour.
1198     </dd>
1199     <p></p>
1200     <dt><strong><a name="item_pointerblankdelay_3a_number"><strong>pointerBlankDelay:</strong> <em>number</em></a></strong><br />
1201     </dt>
1202     <dd>
1203 root 1.20 Specifies number of seconds before blanking the pointer [default 2]. Use a
1204     large number (e.g. <code>987654321</code>) to effectively disable the timeout.
1205 root 1.1 </dd>
1206     <p></p>
1207     <dt><strong><a name="item_backspacekey_3a_string"><strong>backspacekey:</strong> <em>string</em></a></strong><br />
1208     </dt>
1209     <dd>
1210     The string to send when the backspace key is pressed. If set to <strong>DEC</strong>
1211     or unset it will send <strong>Delete</strong> (code 127) or, if shifted, <strong>Backspace</strong>
1212     (code 8) - which can be reversed with the appropriate DEC private mode
1213     escape sequence.
1214     </dd>
1215     <p></p>
1216     <dt><strong><a name="item_deletekey_3a_string"><strong>deletekey:</strong> <em>string</em></a></strong><br />
1217     </dt>
1218     <dd>
1219     The string to send when the delete key (not the keypad delete key) is
1220     pressed. If unset it will send the sequence traditionally associated
1221     with the <strong>Execute</strong> key.
1222     </dd>
1223     <p></p>
1224     <dt><strong><a name="item_cutchars_3a_string"><strong>cutchars:</strong> <em>string</em></a></strong><br />
1225     </dt>
1226     <dd>
1227 root 1.52 The characters used as delimiters for double-click word selection
1228     (whitespace delimiting is added automatically if resource is given).
1229     </dd>
1230     <dd>
1231     <p>When the selection extension is in use (the default if compiled in, see
1232     the <code>rxvtperl(3)</code> manpage), a suitable regex using these characters
1233     will be created (if the resource exists, otherwise, no regex will be
1234     created). In this mode, characters outside ISO-8859-1 can be used.</p>
1235     </dd>
1236     <dd>
1237     <p>When the selection extension is not used, only ISO-8859-1 characters can
1238     be used. If not specified, the built-in default is used:</p>
1239 root 1.1 </dd>
1240     <dd>
1241     <p><strong>BACKSLASH ```'&amp;()*,;&lt;=</strong>?@[]{|} &gt;&gt;</p>
1242     </dd>
1243     <p></p>
1244     <dt><strong><a name="item_preedittype_3a_style"><strong>preeditType:</strong> <em>style</em></a></strong><br />
1245     </dt>
1246     <dd>
1247     <strong>OverTheSpot</strong>, <strong>OffTheSpot</strong>, <strong>Root</strong>; option <strong>-pt</strong>.
1248     </dd>
1249     <p></p>
1250     <dt><strong><a name="item_inputmethod_3a_name"><strong>inputMethod:</strong> <em>name</em></a></strong><br />
1251     </dt>
1252     <dd>
1253     <em>name</em> of inputMethod to use; option <strong>-im</strong>.
1254     </dd>
1255     <p></p>
1256     <dt><strong><a name="item_imlocale_3a_name"><strong>imLocale:</strong> <em>name</em></a></strong><br />
1257     </dt>
1258     <dd>
1259 root 1.6 The locale to use for opening the IM. You can use an <code>LC_CTYPE</code> of e.g.
1260     <code>de_DE.UTF-8</code> for normal text processing but <code>ja_JP.EUC-JP</code> for the
1261     input extension to be able to input japanese characters while staying in
1262 root 1.30 another locale; option <strong>-imlocale</strong>.
1263 root 1.1 </dd>
1264     <p></p>
1265 root 1.6 <dt><strong><a name="item_imfont_3a_fontset"><strong>imFont:</strong> <em>fontset</em></a></strong><br />
1266     </dt>
1267     <dd>
1268     Specify the font-set used for XIM styles <code>OverTheSpot</code> or
1269     <code>OffTheSpot</code>. It must be a standard X font set (XLFD patterns separated
1270     by commas), i.e. it's not in the same format as the other font lists used
1271 root 1.46 in rxvt. The default will be set-up to chose *any* suitable found
1272 root 1.6 found, preferably one or two pixels differing in size to the base font.
1273     option <strong>-imfont</strong>.
1274     </dd>
1275     <p></p>
1276     <dt><strong><a name="item_tripleclickwords_3a_boolean"><strong>tripleclickwords:</strong> <em>boolean</em></a></strong><br />
1277     </dt>
1278     <dd>
1279     Change the meaning of triple-click selection with the left mouse
1280     button. Instead of selecting a full line it will extend the selection to
1281 root 1.30 the end of the logical line only; option <strong>-tcw</strong>.
1282 root 1.6 </dd>
1283     <p></p>
1284 root 1.1 <dt><strong><a name="item_insecure_3a_boolean"><strong>insecure:</strong> <em>boolean</em></a></strong><br />
1285     </dt>
1286     <dd>
1287     Enables ``insecure'' mode. Rxvt-unicode offers some escape sequences that
1288     echo arbitrary strings like the icon name or the locale. This could be
1289     abused if somebody gets 8-bit-clean access to your display, whether
1290 root 1.26 through a mail client displaying mail bodies unfiltered or through
1291     <code>write(1)</code> or any other means. Therefore, these sequences are disabled by
1292     default. (Note that many other terminals, including xterm, have these
1293     sequences enabled by default, which doesn't make it safer, though).
1294     </dd>
1295     <dd>
1296     <p>You can enable them by setting this boolean resource or specifying
1297     <strong>-insecure</strong> as an option. At the moment, this enables display-answer,
1298 root 1.46 locale, findfont, icon label and window title requests.</p>
1299 root 1.1 </dd>
1300     <p></p>
1301     <dt><strong><a name="item_modifier_3a_modifier"><strong>modifier:</strong> <em>modifier</em></a></strong><br />
1302     </dt>
1303     <dd>
1304     Set the key to be interpreted as the Meta key to: <strong>alt</strong>, <strong>meta</strong>,
1305     <strong>hyper</strong>, <strong>super</strong>, <strong>mod1</strong>, <strong>mod2</strong>, <strong>mod3</strong>, <strong>mod4</strong>, <strong>mod5</strong>; option
1306     <strong>-mod</strong>.
1307     </dd>
1308     <p></p>
1309     <dt><strong><a name="item_answerbackstring_3a_string"><strong>answerbackString:</strong> <em>string</em></a></strong><br />
1310     </dt>
1311     <dd>
1312     Specify the reply rxvt-unicode sends to the shell when an ENQ (control-E)
1313     character is passed through. It may contain escape values as described
1314     in the entry on <strong>keysym</strong> following.
1315     </dd>
1316     <p></p>
1317 root 1.48 <dt><strong><a name="item_secondaryscreen_3a_boolean"><strong>secondaryScreen:</strong> <em>boolean</em></a></strong><br />
1318 root 1.1 </dt>
1319     <dd>
1320     Turn on/off secondary screen (default enabled).
1321     </dd>
1322     <p></p>
1323 root 1.48 <dt><strong><a name="item_secondaryscroll_3a_boolean"><strong>secondaryScroll:</strong> <em>boolean</em></a></strong><br />
1324 root 1.1 </dt>
1325     <dd>
1326     Turn on/off secondary screen scroll (default enabled). If the this
1327     option is enabled, scrolls on the secondary screen will change the
1328     scrollback buffer and switching to/from the secondary screen will
1329     instead scroll the screen up.
1330     </dd>
1331     <p></p>
1332 root 1.48 <dt><strong><a name="item_hold_3a_boolean"><strong>hold</strong>: <em>boolean</em></a></strong><br />
1333 root 1.27 </dt>
1334     <dd>
1335 root 1.46 Turn on/off hold window after exit support. If enabled, rxvt
1336 root 1.27 will not immediately destroy its window when the program executed within
1337     it exits. Instead, it will wait till it is being killed or closed by the
1338     user.
1339     </dd>
1340     <p></p>
1341 root 1.1 <dt><strong><a name="item_keysym_2esym_3a_string"><strong>keysym.</strong><em>sym</em>: <em>string</em></a></strong><br />
1342     </dt>
1343     <dd>
1344 root 1.3 Compile <em>frills</em>: Associate <em>string</em> with keysym <em>sym</em>. The
1345     intervening resource name <strong>keysym.</strong> cannot be omitted.
1346     </dd>
1347     <dd>
1348     <p>The format of <em>sym</em> is ``<em>(modifiers-)key</em>'', where <em>modifiers</em> can be
1349     any combination of <strong>ISOLevel3</strong>, <strong>AppKeypad</strong>, <strong>Control</strong>, <strong>NumLock</strong>,
1350     <strong>Shift</strong>, <strong>Meta</strong>, <strong>Lock</strong>, <strong>Mod1</strong>, <strong>Mod2</strong>, <strong>Mod3</strong>, <strong>Mod4</strong>, <strong>Mod5</strong>,
1351     and the abbreviated <strong>I</strong>, <strong>K</strong>, <strong>C</strong>, <strong>N</strong>, <strong>S</strong>, <strong>M</strong>, <strong>A</strong>, <strong>L</strong>, <strong>1</strong>,
1352     <strong>2</strong>, <strong>3</strong>, <strong>4</strong>, <strong>5</strong>.</p>
1353     </dd>
1354     <dd>
1355     <p>The <strong>NumLock</strong>, <strong>Meta</strong> and <strong>ISOLevel3</strong> modifiers are usually aliased to
1356     whatever modifier the NumLock key, Meta/Alt keys or ISO Level3 Shift/AltGr
1357 root 1.6 keys are being mapped. <strong>AppKeypad</strong> is a synthetic modifier mapped to the
1358 root 1.3 current application keymap mode state.</p>
1359     </dd>
1360     <dd>
1361     <p>The spellings of <em>key</em> can be obtained by using <strong>xev</strong>(1) command or
1362     searching keysym macros from <strong>/usr/X11R6/include/X11/keysymdef.h</strong> and
1363     omitting the prefix <strong>XK_</strong>. Alternatively you can specify <em>key</em> by its hex
1364     keysym value (<strong>0x0000 - 0xFFFF</strong>). Note that the lookup of <em>sym</em>s is not
1365     performed in an exact manner; however, the closest match is assured.</p>
1366     </dd>
1367     <dd>
1368     <p><em>string</em> may contain escape values (<code>\a</code>: bell, <code>\b</code>: backspace,
1369     <code>\e</code>, <code>\E</code>: escape, <code>\n</code>: newline, <code>\r</code>: carriage return, <code>\t</code>: tab,
1370     <code>\000</code>: octal number) or verbatim control characters (<code>^?</code>: delete,
1371     <code>^@</code>: null, <code>^A</code> ...) and may be enclosed with double quotes so that it
1372     can start or end with whitespace.</p>
1373 root 1.2 </dd>
1374     <dd>
1375 root 1.42 <p>Please note that you need to double the <code>\</code> in resource files, as
1376     Xlib itself does it's own de-escaping (you can use <code>\033</code> instead of
1377 root 1.46 <code>\e</code> (and so on), which will work with both Xt and rxvt's own
1378 root 1.42 processing).</p>
1379 root 1.11 </dd>
1380     <dd>
1381 root 1.2 <p>You can define a range of keysyms in one shot by providing a <em>string</em>
1382 root 1.3 with pattern <strong>list/PREFIX/MIDDLE/SUFFIX</strong>, where the delimeter `/'
1383     should be a character not used by the strings.</p>
1384     </dd>
1385     <dd>
1386     <p>Its usage can be demonstrated by an example:</p>
1387 root 1.2 </dd>
1388     <dd>
1389 root 1.3 <pre>
1390 root 1.11 URxvt.keysym.M-C-0x61: list|\033&lt;M-C-|abc|&gt;</pre>
1391 root 1.2 </dd>
1392     <dd>
1393 root 1.3 <p>The above line is equivalent to the following three lines:</p>
1394     </dd>
1395     <dd>
1396     <pre>
1397 root 1.11 URxvt.keysym.Meta-Control-0x61: \033&lt;M-C-a&gt;
1398     URxvt.keysym.Meta-Control-0x62: \033&lt;M-C-b&gt;
1399     URxvt.keysym.Meta-Control-0x63: \033&lt;M-C-c&gt;</pre>
1400 root 1.2 </dd>
1401     <dd>
1402 root 1.11 <p>If <em>string</em> takes the form of <code>command:STRING</code>, the specified <strong>STRING</strong>
1403 root 1.46 is interpreted and executed as rxvt's control sequence. For
1404 root 1.6 example the following means ``change the current locale to <code>zh_CN.GBK</code>
1405     when Control-Meta-c is being pressed'':</p>
1406     </dd>
1407     <dd>
1408     <pre>
1409 root 1.11 URxvt.keysym.M-C-c: command:\033]701;zh_CN.GBK\007</pre>
1410 root 1.6 </dd>
1411     <dd>
1412 root 1.32 <p>If <em>string</em> takes the form <code>perl:STRING</code>, then the specified <strong>STRING</strong>
1413 root 1.46 is passed to the <code>on_keyboard_command</code> perl handler. See the <code>rxvtperl(3)</code>
1414 root 1.32 manpage. For example, the <em>selection</em> extension (activated via
1415 root 1.46 <code>rxvt -pe selection</code>) listens for <code>selection:rot13</code> events:</p>
1416 root 1.32 </dd>
1417     <dd>
1418     <pre>
1419     URxvt.keysym.M-C-c: perl:selection:rot13</pre>
1420     </dd>
1421     <dd>
1422 root 1.21 <p>Due the the large number of modifier combinations, a defined key mapping
1423     will match if at <em>at least</em> the specified identifiers are being set, and
1424     no other key mappings with those and more bits are being defined. That
1425     means that defining a key map for <code>a</code> will automatically provide
1426     definitions for <code>Meta-a</code>, <code>Shift-a</code> and so on, unless some of those are defined
1427     mappings themselves.</p>
1428     </dd>
1429     <dd>
1430     <p>Unfortunately, this will override built-in key mappings. For example
1431 root 1.46 if you overwrite the <code>Insert</code> key you will disable rxvt's
1432 root 1.21 <code>Shift-Insert</code> mapping. To re-enable that, you can poke ``holes'' into the
1433     user-defined keymap using the <code>builtin:</code> replacement:</p>
1434     </dd>
1435     <dd>
1436     <pre>
1437     URxvt.keysym.Insert: &lt;my insert key sequence&gt;
1438     URxvt.keysym.S-Insert: builtin:</pre>
1439     </dd>
1440     <dd>
1441     <p>The first line defines a mapping for <code>Insert</code> and <em>any</em> combination
1442     of modifiers. The second line re-establishes the default mapping for
1443     <code>Shift-Insert</code>.</p>
1444     </dd>
1445     <dd>
1446 root 1.6 <p>The following example will map Control-Meta-1 and Control-Meta-2 to
1447 root 1.11 the fonts <code>suxuseuro</code> and <code>9x15bold</code>, so you can have some limited
1448 root 1.6 font-switching at runtime:</p>
1449     </dd>
1450     <dd>
1451     <pre>
1452 root 1.11 URxvt.keysym.M-C-1: command:\033]50;suxuseuro\007
1453     URxvt.keysym.M-C-2: command:\033]50;9x15bold\007</pre>
1454     </dd>
1455     <dd>
1456 root 1.46 <p>Other things are possible, e.g. resizing (see <code>rxvt(7)</code> for more
1457 root 1.11 info):</p>
1458 root 1.6 </dd>
1459     <dd>
1460 root 1.11 <pre>
1461     URxvt.keysym.M-C-3: command:\033[8;25;80t
1462     URxvt.keysym.M-C-4: command:\033[8;48;110t</pre>
1463 root 1.1 </dd>
1464 root 1.30 <p></p>
1465 root 1.35 <dt><strong><a name="item_perl_2dext_2dcommon_3a_string"><strong>perl-ext-common</strong>: <em>string</em></a></strong><br />
1466     </dt>
1467 root 1.31 <dt><strong><a name="item_perl_2dext_3a_string"><strong>perl-ext</strong>: <em>string</em></a></strong><br />
1468 root 1.30 </dt>
1469     <dd>
1470 root 1.38 Comma-separated <code>list(s)</code> of perl extension scripts (default: <code>default</code>) to
1471     use in this terminal instance; option <strong>-pe</strong>.
1472     </dd>
1473     <dd>
1474     <p>Extension names can be prefixed with a <code>-</code> sign to prohibit using
1475 root 1.40 them. This can be useful to selectively disable some extensions loaded
1476 root 1.38 by default, or specified via the <code>perl-ext-common</code> resource. For
1477     example, <code>default,-selection</code> will use all the default extension except
1478     <code>selection</code>.</p>
1479     </dd>
1480     <dd>
1481 root 1.40 <p>Extension names can also be followed by an argument in angle brackets
1482     (e.g. <code>searchable-scrollback&lt;M-s&gt;</code>, which binds the hotkey for
1483     searchable scorllback to Alt/Meta-s). Mentioning the same extension
1484     multiple times with different arguments will pass multiple arguments to
1485     the extension.</p>
1486     </dd>
1487     <dd>
1488 root 1.38 <p>Each extension is looked up in the library directories, loaded if
1489     necessary, and bound to the current terminal instance.</p>
1490     </dd>
1491     <dd>
1492     <p>If both of these resources are the empty string, then the perl
1493     interpreter will not be initialized. The idea behind two options is that
1494     <strong>perl-ext-common</strong> will be used for extensions that should be available to
1495     all instances, while <strong>perl-ext</strong> is used for specific instances.</p>
1496 root 1.30 </dd>
1497     <p></p>
1498     <dt><strong><a name="item_perl_2deval_3a_string"><strong>perl-eval</strong>: <em>string</em></a></strong><br />
1499     </dt>
1500     <dd>
1501 root 1.39 Perl code to be evaluated when all extensions have been registered. See
1502 root 1.46 the <code>rxvtperl(3)</code> manpage. Due to security reasons, this resource
1503 root 1.39 will be ignored when running setuid/setgid.
1504 root 1.30 </dd>
1505     <p></p>
1506     <dt><strong><a name="item_perl_2dlib_3a_path"><strong>perl-lib</strong>: <em>path</em></a></strong><br />
1507     </dt>
1508     <dd>
1509 root 1.31 Colon-separated list of additional directories that hold extension
1510     scripts. When looking for extensions specified by the <code>perl</code> resource,
1511 root 1.46 rxvt will first look in these directories and then in
1512     <em>/opt/rxvt/lib/urxvt/perl/</em>. Due to security reasons, this resource
1513 root 1.39 will be ignored when running setuid/setgid.
1514 root 1.30 </dd>
1515     <dd>
1516 root 1.46 <p>See the <code>rxvtperl(3)</code> manpage.</p>
1517 root 1.30 </dd>
1518 root 1.39 <p></p>
1519 root 1.44 <dt><strong><a name="item_selection_2epattern_2didx_3a_perl_2dregex"><strong>selection.pattern-<em>idx</em> </strong>&gt;: <em>perl-regex</em></a></strong><br />
1520     </dt>
1521     <dd>
1522 root 1.46 Additional selection patterns, see the <code>rxvtperl(3)</code> manpage for
1523 root 1.44 details.
1524     </dd>
1525     <p></p>
1526     <dt><strong><a name="item_selection_2dautotransform_2eidx_3a_perl_2dtransfor"><strong>selection-autotransform.<em>idx</em> </strong>&gt;: <em>perl-transform</em></a></strong><br />
1527     </dt>
1528     <dd>
1529 root 1.46 Selection auto-transform patterns, see the <code>rxvtperl(3)</code> manpage
1530 root 1.44 for details.
1531     </dd>
1532     <p></p>
1533 root 1.43 <dt><strong><a name="item_searchable_2dscrollback_3a_keysym"><strong>searchable-scrollback:</strong> <em>keysym</em></a></strong><br />
1534     </dt>
1535     <dd>
1536     Sets the hotkey that starts the incremental scrollback buffer search
1537     (default: <code>M-s</code>).
1538     </dd>
1539     <p></p>
1540 root 1.41 <dt><strong><a name="item_urllauncher_3a_string"><strong>urlLauncher</strong>: <em>string</em></a></strong><br />
1541     </dt>
1542     <dd>
1543     Specifies the program to be started with a URL argument. Used by the
1544     <code>selection-popup</code> and <code>mark-urls</code> perl extensions.
1545     </dd>
1546     <p></p>
1547 root 1.39 <dt><strong><a name="item_transient_2dfor_3a_windowid"><strong>transient-for</strong>: <em>windowid</em></a></strong><br />
1548     </dt>
1549     <dd>
1550 root 1.48 Compile <em>frills</em>: Sets the WM_TRANSIENT_FOR property to the given window id.
1551     </dd>
1552     <p></p>
1553     <dt><strong><a name="item_override_2dredirect_3a_boolean"><strong>override-redirect</strong>: <em>boolean</em></a></strong><br />
1554     </dt>
1555     <dd>
1556     Compile <em>frills</em>: Sets override-redirect for the terminal window, making
1557     it almost invisible to window managers; option <strong>-override-redirect</strong>.
1558 root 1.39 </dd>
1559 root 1.1 <p></p></dl>
1560     <p>
1561     </p>
1562     <hr />
1563     <h1><a name="the_scrollbar">THE SCROLLBAR</a></h1>
1564 root 1.46 <p>Lines of text that scroll off the top of the <strong>rxvt</strong> window
1565 root 1.1 (resource: <strong>saveLines</strong>) and can be scrolled back using the scrollbar
1566 root 1.46 or by keystrokes. The normal <strong>rxvt</strong> scrollbar has arrows and
1567 root 1.1 its behaviour is fairly intuitive. The <strong>xterm-scrollbar</strong> is without
1568     arrows and its behaviour mimics that of <em>xterm</em></p>
1569     <p>Scroll down with <strong>Button1</strong> (<strong>xterm-scrollbar</strong>) or <strong>Shift-Next</strong>.
1570     Scroll up with <strong>Button3</strong> (<strong>xterm-scrollbar</strong>) or <strong>Shift-Prior</strong>.
1571     Continuous scroll with <strong>Button2</strong>.</p>
1572     <p>
1573     </p>
1574     <hr />
1575     <h1><a name="mouse_reporting">MOUSE REPORTING</a></h1>
1576     <p>To temporarily override mouse reporting, for either the scrollbar or
1577     the normal text selection/insertion, hold either the Shift or the Meta
1578     (Alt) key while performing the desired mouse action.</p>
1579     <p>If mouse reporting mode is active, the normal scrollbar actions are
1580     disabled -- on the assumption that we are using a fullscreen
1581 root 1.11 application. Instead, pressing Button1 and Button3 sends <strong>ESC [ 6 ~</strong>
1582     (Next) and <strong>ESC [ 5 ~</strong> (Prior), respectively. Similarly, clicking on the
1583     up and down arrows sends <strong>ESC [ A</strong> (Up) and <strong>ESC [ B</strong> (Down),
1584 root 1.1 respectively.</p>
1585     <p>
1586     </p>
1587     <hr />
1588     <h1><a name="text_selection_and_insertion">TEXT SELECTION AND INSERTION</a></h1>
1589     <p>The behaviour of text selection and insertion mechanism is similar to
1590     <em>xterm</em>(1).</p>
1591     <dl>
1592     <dt><strong><a name="item_selection_3a"><strong>Selection</strong>:</a></strong><br />
1593     </dt>
1594     <dd>
1595 root 1.6 Left click at the beginning of the region, drag to the end of the region
1596     and release; Right click to extend the marked region; Left double-click
1597     to select a word; Left triple-click to select the entire logical line
1598     (which can span multiple screen lines), unless modified by resource
1599     <strong>tripleclickwords</strong>.
1600 root 1.1 </dd>
1601     <dd>
1602     <p>Starting a selection while pressing the <strong>Meta</strong> key (or <strong>Meta+Ctrl</strong> keys)
1603 root 1.28 (Compile: <em>frills</em>) will create a rectangular selection instead of a
1604     normal one. In this mode, every selected row becomes its own line in the
1605     selection, and trailing whitespace is visually underlined and removed from
1606     the selection.</p>
1607 root 1.1 </dd>
1608     <p></p>
1609     <dt><strong><a name="item_insertion_3a"><strong>Insertion</strong>:</a></strong><br />
1610     </dt>
1611     <dd>
1612 root 1.51 Pressing and releasing the Middle mouse button in an <strong>rxvt</strong>
1613     window causes the value of the PRIMARY selection (or CLIPBOARD with the
1614     Meta modifier) to be inserted as if it had been typed on the keyboard.
1615     </dd>
1616     <dd>
1617     <p>Pressing <strong>Shift-Insert</strong> causes the value of the PRIMARY selection to be
1618     inserted too.</p>
1619 root 1.1 </dd>
1620     <p></p></dl>
1621     <p>
1622     </p>
1623     <hr />
1624     <h1><a name="changing_fonts">CHANGING FONTS</a></h1>
1625     <p>Changing fonts (or font sizes, respectively) via the keypad is not yet
1626     supported in rxvt-unicode. Bug me if you need this.</p>
1627 root 1.46 <p>You can, however, switch fonts at runtime using escape sequences, e.g.:</p>
1628 root 1.1 <pre>
1629 root 1.26 printf '\e]710;%s\007' &quot;9x15bold,xft:Kochi Gothic&quot;</pre>
1630 root 1.46 <p>You can use keyboard shortcuts, too:</p>
1631     <pre>
1632     URxvt.keysym.M-C-1: command:\033]710;suxuseuro\007\033]711;suxuseuro\007
1633     URxvt.keysym.M-C-2: command:\033]710;9x15bold\007\033]711;9x15bold\007</pre>
1634 root 1.1 <p>rxvt-unicode will automatically re-apply these fonts to the output so far.</p>
1635     <p>
1636     </p>
1637     <hr />
1638     <h1><a name="iso_14755_support">ISO 14755 SUPPORT</a></h1>
1639     <p>ISO 14755 is a standard for entering and viewing unicode characters
1640     and character codes using the keyboard. It consists of 4 parts. The
1641     first part is available rxvt-unicode has been compiled with
1642     <code>--enable-frills</code>, the rest is available when rxvt-unicode was compiled
1643     with <code>--enable-iso14755</code>.</p>
1644 root 1.6 <ul>
1645     <li><strong><a name="item_5_2e1_3a_basic_method">5.1: Basic method</a></strong><br />
1646 root 1.1 </li>
1647     This allows you to enter unicode characters using their hexcode.
1648     <p>Start by pressing and holding both <code>Control</code> and <code>Shift</code>, then enter
1649     hex-digits (between one and six). Releasing <code>Control</code> and <code>Shift</code> will
1650     commit the character as if it were typed directly. While holding down
1651     <code>Control</code> and <code>Shift</code> you can also enter multiple characters by pressing
1652     <code>Space</code>, which will commit the current character and lets you start a new
1653     one.</p>
1654     <p>As an example of use, imagine a business card with a japanese e-mail
1655     address, which you cannot type. Fortunately, the card has the e-mail
1656     address printed as hexcodes, e.g. <code>671d 65e5</code>. You can enter this easily
1657     by pressing <code>Control</code> and <code>Shift</code>, followed by <code>6-7-1-D-SPACE-6-5-E-5</code>,
1658     followed by releasing the modifier keys.</p>
1659     <p></p>
1660 root 1.6 <li><strong><a name="item_5_2e2_3a_keyboard_symbols_entry_method">5.2: Keyboard symbols entry method</a></strong><br />
1661 root 1.1 </li>
1662     This mode lets you input characters representing the keycap symbols of
1663     your keyboard, if representable in the current locale encoding.
1664     <p>Start by pressing <code>Control</code> and <code>Shift</code> together, then releasing
1665     them. The next special key (cursor keys, home etc.) you enter will not
1666     invoke it's usual function but instead will insert the corresponding
1667     keycap symbol. The symbol will only be entered when the key has been
1668     released, otherwise pressing e.g. <code>Shift</code> would enter the symbol for
1669     <code>ISO Level 2 Switch</code>, although your intention might have been to enter a
1670     reverse tab (Shift-Tab).</p>
1671     <p></p>
1672 root 1.6 <li><strong><a name="item_5_2e3_3a_screen_2dselection_entry_method">5.3: Screen-selection entry method</a></strong><br />
1673 root 1.1 </li>
1674     While this is implemented already (it's basically the selection
1675     mechanism), it could be extended by displaying a unicode character map.
1676     <p></p>
1677 root 1.6 <li><strong><a name="item_5_2e4_3a_feedback_method_for_identifying_displayed">5.4: Feedback method for identifying displayed characters for later input</a></strong><br />
1678 root 1.1 </li>
1679     This method lets you display the unicode character code associated with
1680     characters already displayed.
1681     <p>You enter this mode by holding down <code>Control</code> and <code>Shift</code> together, then
1682     pressing and holding the left mouse button and moving around. The unicode
1683     hex <code>code(s)</code> (it might be a combining character) of the character under the
1684     pointer is displayed until you release <code>Control</code> and <code>Shift</code>.</p>
1685     <p>In addition to the hex codes it will display the font used to draw this
1686     character - due to implementation reasons, characters combined with
1687     combining characters, line drawing characters and unknown characters will
1688     always be drawn using the built-in support font.</p>
1689 root 1.6 <p></p></ul>
1690 root 1.1 <p>With respect to conformance, rxvt-unicode is supposed to be compliant to
1691     both scenario A and B of ISO 14755, including part 5.2.</p>
1692     <p>
1693     </p>
1694     <hr />
1695     <h1><a name="login_stamp">LOGIN STAMP</a></h1>
1696 root 1.46 <p><strong>rxvt</strong> tries to write an entry into the <em>utmp</em>(5) file so that
1697 root 1.6 it can be seen via the <em>who(1)</em> command, and can accept messages. To
1698 root 1.46 allow this feature, <strong>rxvt</strong> may need to be installed setuid root
1699 root 1.6 on some systems or setgid to root or to some other group on others.</p>
1700 root 1.1 <p>
1701     </p>
1702     <hr />
1703     <h1><a name="colors_and_graphics">COLORS AND GRAPHICS</a></h1>
1704     <p>In addition to the default foreground and background colours,
1705 root 1.46 <strong>rxvt</strong> can display up to 16 colours (8 ANSI colours plus
1706 root 1.1 high-intensity bold/blink versions of the same). Here is a list of the
1707 root 1.54 colours with their names.</p>
1708 root 1.1 <table>
1709     <tr><td>color0</td><td>(black)</td><td>= Black</td></tr>
1710     <tr><td>color1</td><td>(red)</td><td>= Red3</td></tr>
1711     <tr><td>color2</td><td>(green)</td><td>= Green3</td></tr>
1712     <tr><td>color3</td><td>(yellow)</td><td>= Yellow3</td></tr>
1713     <tr><td>color4</td><td>(blue)</td><td>= Blue3</td></tr>
1714     <tr><td>color5</td><td>(magenta)</td><td>= Magenta3</td></tr>
1715     <tr><td>color6</td><td>(cyan)</td><td>= Cyan3</td></tr>
1716     <tr><td>color7</td><td>(white)</td><td>= AntiqueWhite</td></tr>
1717     <tr><td>color8</td><td>(bright black)</td><td>= Grey25</td></tr>
1718     <tr><td>color9</td><td>(bright red)</td><td>= Red</td></tr>
1719     <tr><td>color10</td><td>(bright green)</td><td>= Green</td></tr>
1720     <tr><td>color11</td><td>(bright yellow)</td><td>= Yellow</td></tr>
1721     <tr><td>color12</td><td>(bright blue)</td><td>= Blue</td></tr>
1722     <tr><td>color13</td><td>(bright magenta)</td><td>= Magenta</td></tr>
1723     <tr><td>color14</td><td>(bright cyan)</td><td>= Cyan</td></tr>
1724     <tr><td>color15</td><td>(bright white)</td><td>= White</td></tr>
1725     <tr><td>foreground</td><td></td><td>= Black</td></tr>
1726     <tr><td>background</td><td></td><td>= White</td></tr>
1727     </table><p>It is also possible to specify the colour values of <strong>foreground</strong>,
1728     <strong>background</strong>, <strong>cursorColor</strong>, <strong>cursorColor2</strong>, <strong>colorBD</strong>, <strong>colorUL</strong> as
1729     a number 0-15, as a convenient shorthand to reference the colour name of
1730     color0-color15.</p>
1731 root 1.54 <p>If Xft support has been compiled in and as long as Xft/Xrender/X don't get
1732     their act together, rxvt-unicode will support <code>rgba:rrrr/gggg/bbbb/aaaa</code>
1733     (recommended, but <strong>MUST</strong> have 4 digits/component), <code>#ARGB</code>, <code>#AARRGGBB</code>
1734     and <code>#AAAARRRRGGGGBBBB</code> colour specifications, in addition to the ones
1735     provided by X, where the additional A component specifies alpha (opacity)
1736     values (0 is completely transparent and the maximum is opaque). You
1737     probably need to specify <strong>``-depth 32''</strong>, too, and have the luck that your
1738     X-server uses ARGB pixel layout, as X is far from just supporting ARGB
1739     visuals out of the box, and rxvt-unicode just fudges around.</p>
1740 root 1.1 <p>Note that <strong>-rv</strong> (<strong>``reverseVideo: True''</strong>) simulates reverse video by
1741     always swapping the foreground/background colours. This is in contrast to
1742     <em>xterm</em>(1) where the colours are only swapped if they have not otherwise
1743     been specified. For example,</p>
1744     <dl>
1745 root 1.46 <dt><strong><a name="item_rxvt__2dfg_black__2dbg_white__2drv"><strong>rxvt -fg Black -bg White -rv</strong></a></strong><br />
1746 root 1.1 </dt>
1747     <dd>
1748     would yield White on Black, while on <em>xterm</em>(1) it would yield Black
1749     on White.
1750     </dd>
1751     <p></p></dl>
1752     <p>
1753     </p>
1754     <hr />
1755     <h1><a name="environment">ENVIRONMENT</a></h1>
1756 root 1.46 <p><strong>rxvt</strong> sets and/or uses the following environment variables:</p>
1757 root 1.11 <dl>
1758     <dt><strong><a name="item_term"><strong>TERM</strong></a></strong><br />
1759     </dt>
1760     <dd>
1761     Normally set to <code>rxvt-unicode</code>, unless overwritten at configure time, via
1762     resources or on the commandline.
1763     </dd>
1764     <p></p>
1765     <dt><strong><a name="item_colorterm"><strong>COLORTERM</strong></a></strong><br />
1766     </dt>
1767     <dd>
1768 root 1.46 Either <code>rxvt</code>, <code>rxvt-xpm</code>, depending on wether rxvt was
1769 root 1.11 compiled with XPM support, and optionally with the added extension
1770     <code>-mono</code> to indicate that rxvt-unicode runs on a monochrome screen.
1771     </dd>
1772     <p></p>
1773     <dt><strong><a name="item_colorfgbg"><strong>COLORFGBG</strong></a></strong><br />
1774     </dt>
1775     <dd>
1776     Set to a string of the form <code>fg;bg</code> or <code>fg;xpm;bg</code>, where <code>fg</code> is
1777     the colour code used as default foreground/text colour (or the string
1778     <code>default</code> to indicate that the default-colour escape sequence is to be
1779     used), <code>bg</code> is the colour code used as default background colour (or the
1780 root 1.46 string <code>default</code>), and <code>xpm</code> is the string <code>default</code> if rxvt
1781 root 1.12 was compiled with XPM support. Libraries like <code>ncurses</code> and <code>slang</code> can
1782     (and do) use this information to optimize screen output.
1783 root 1.11 </dd>
1784     <p></p>
1785     <dt><strong><a name="item_windowid"><strong>WINDOWID</strong></a></strong><br />
1786     </dt>
1787     <dd>
1788 root 1.46 Set to the (decimal) X Window ID of the rxvt window (the toplevel
1789 root 1.11 window, which usually has subwindows for the scrollbar, the terminal
1790     window and so on).
1791     </dd>
1792     <p></p>
1793     <dt><strong><a name="item_terminfo"><strong>TERMINFO</strong></a></strong><br />
1794     </dt>
1795     <dd>
1796 root 1.46 Set to the terminfo directory iff rxvt was configured with
1797 root 1.11 <code>--with-terminfo=PATH</code>.
1798     </dd>
1799     <p></p>
1800     <dt><strong><a name="item_display"><strong>DISPLAY</strong></a></strong><br />
1801     </dt>
1802     <dd>
1803 root 1.46 Used by rxvt to connect to the display and set to the correct
1804 root 1.11 display in it's child processes.
1805     </dd>
1806     <p></p>
1807     <dt><strong><a name="item_shell"><strong>SHELL</strong></a></strong><br />
1808     </dt>
1809     <dd>
1810     The shell to be used for command execution, defaults to <code>/bin/sh</code>.
1811     </dd>
1812     <p></p>
1813     <dt><strong><a name="item_rxvt_socket"><strong>RXVT_SOCKET</strong></a></strong><br />
1814     </dt>
1815     <dd>
1816 root 1.46 The unix domain socket path used by <code>rxvtc(1)</code> and
1817     rxvtd(1).
1818 root 1.11 </dd>
1819     <dd>
1820 root 1.23 <p>Default <em>$HOME/.rxvt-unicode-<em>&lt;nodename </em></em> &gt;&gt;&gt;.</p>
1821 root 1.11 </dd>
1822     <p></p>
1823     <dt><strong><a name="item_home"><strong>HOME</strong></a></strong><br />
1824     </dt>
1825     <dd>
1826     Used to locate the default directory for the unix domain socket for
1827     daemon communications and to locate various resource files (such as
1828     <code>.Xdefaults</code>)
1829     </dd>
1830     <p></p>
1831     <dt><strong><a name="item_xapplresdir"><strong>XAPPLRESDIR</strong></a></strong><br />
1832     </dt>
1833     <dd>
1834     Directory where various X resource files are being located.
1835     </dd>
1836     <p></p>
1837     <dt><strong><a name="item_xenvironment"><strong>XENVIRONMENT</strong></a></strong><br />
1838     </dt>
1839     <dd>
1840     If set and accessible, gives the name of a X resource file to be loaded by
1841 root 1.46 rxvt.
1842 root 1.11 </dd>
1843     <p></p></dl>
1844 root 1.1 <p>
1845     </p>
1846     <hr />
1847     <h1><a name="files">FILES</a></h1>
1848     <dl>
1849     <dt><strong><a name="item__2fusr_2flib_2fx11_2frgb_2etxt"><strong>/usr/lib/X11/rgb.txt</strong></a></strong><br />
1850     </dt>
1851     <dd>
1852     Color names.
1853     </dd>
1854     <p></p></dl>
1855     <p>
1856     </p>
1857     <hr />
1858     <h1><a name="see_also">SEE ALSO</a></h1>
1859 root 1.46 <p>rxvt(7), rxvtc(1), rxvtd(1), xterm(1), sh(1), resize(1), X(1), pty(4), tty(4), <code>utmp(5)</code></p>
1860 root 1.1 <p>
1861     </p>
1862     <hr />
1863     <h1><a name="current_project_coordinator">CURRENT PROJECT COORDINATOR</a></h1>
1864     <dl>
1865     <dt><strong><a name="item_project_coordinator">Project Coordinator</a></strong><br />
1866     </dt>
1867     <dd>
1868 root 1.13 Marc A. Lehmann <em><a href="mailto:<rxvt-unicode@schmorp.de"><rxvt-unicode@schmorp.de</a></em>&gt;
1869 root 1.1 </dd>
1870     <dd>
1871 root 1.13 <p><a href="http://software.schmorp.de/#rxvt-unicode">http://software.schmorp.de/#rxvt-unicode</a></p>
1872 root 1.1 </dd>
1873     <p></p></dl>
1874     <p>
1875     </p>
1876     <hr />
1877     <h1><a name="authors">AUTHORS</a></h1>
1878     <dl>
1879     <dt><strong><a name="item_john_bovey">John Bovey</a></strong><br />
1880     </dt>
1881     <dd>
1882     University of Kent, 1992, wrote the original Xvt.
1883     </dd>
1884     <p></p>
1885     <dt><strong><a name="item_rob_nation__3cnation_40rocket_2esanders_2elockheed">Rob Nation <em><a href="mailto:<nation@rocket.sanders.lockheed.com"><nation@rocket.sanders.lockheed.com</a></em>&gt;</a></strong><br />
1886     </dt>
1887     <dd>
1888     very heavily modified Xvt and came up with Rxvt
1889     </dd>
1890     <p></p>
1891     <dt><strong><a name="item_angelo_haritsis__3cah_40doc_2eic_2eac_2euk_3e">Angelo Haritsis <em><a href="mailto:<ah@doc.ic.ac.uk"><ah@doc.ic.ac.uk</a></em>&gt;</a></strong><br />
1892     </dt>
1893     <dd>
1894     wrote the Greek Keyboard Input (no longer in code)
1895     </dd>
1896     <p></p>
1897     <dt><strong><a name="item_mj_olesen__3colesen_40me_2equeensu_2eca_3e">mj olesen <em><a href="mailto:<olesen@me.QueensU.CA"><olesen@me.QueensU.CA</a></em>&gt;</a></strong><br />
1898     </dt>
1899     <dd>
1900     Wrote the menu system.
1901     </dd>
1902     <dd>
1903     <p>Project Coordinator (changes.txt 2.11 to 2.21)</p>
1904     </dd>
1905     <p></p>
1906     <dt><strong><a name="item_oezguer_kesim__3ckesim_40math_2efu_2dberlin_2ede_3">Oezguer Kesim <em><a href="mailto:<kesim@math.fu-berlin.de"><kesim@math.fu-berlin.de</a></em>&gt;</a></strong><br />
1907     </dt>
1908     <dd>
1909     Project Coordinator (changes.txt 2.21a to 2.4.5)
1910     </dd>
1911     <p></p>
1912     <dt><strong><a name="item_geoff_wing__3cgcw_40pobox_2ecom_3e">Geoff Wing <em><a href="mailto:<gcw@pobox.com"><gcw@pobox.com</a></em>&gt;</a></strong><br />
1913     </dt>
1914     <dd>
1915 root 1.48 Rewrote screen display and text selection routines.
1916    
1917     </dd>
1918     <dd>
1919     <pre>
1920    
1921     Project Coordinator (changes.txt 2.4.6 - rxvt-unicode)</pre>
1922 root 1.1 </dd>
1923     <p></p>
1924 root 1.13 <dt><strong><a name="item_marc_alexander_lehmann__3crxvt_2dunicode_40schmorp">Marc Alexander Lehmann <em><a href="mailto:<rxvt-unicode@schmorp.de"><rxvt-unicode@schmorp.de</a></em>&gt;</a></strong><br />
1925 root 1.1 </dt>
1926     <dd>
1927 root 1.48 Forked rxvt-unicode, unicode support, rewrote almost all the code, perl
1928     extension, random hacks, numerous bugfixes and extensions.
1929 root 1.1 </dd>
1930     <dd>
1931     <p>Project Coordinator (Changes 1.0 -)</p>
1932     </dd>
1933 root 1.48 <p></p>
1934     <dt><strong><a name="item_emanuele_giaquinta__3ce_2egiaquinta_40glauco_2eit_">Emanuele Giaquinta <em><a href="mailto:<e.giaquinta@glauco.it"><e.giaquinta@glauco.it</a></em>&gt;</a></strong><br />
1935     </dt>
1936     <dd>
1937 root 1.49 Pty/tty/utmp/wtmp rewrite, lots of random hacking and bugfixing.
1938 root 1.48 </dd>
1939 root 1.1 <p></p></dl>
1940    
1941     </body>
1942    
1943     </html>