ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.1.html
Revision: 1.56
Committed: Tue Jan 31 00:25:16 2006 UTC (18 years, 4 months ago) by root
Content type: text/html
Branch: MAIN
CVS Tags: rel-7_5
Changes since 1.55: +25 -12 lines
Log Message:
*** empty log message ***

File Contents

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