ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.1.html
Revision: 1.3
Committed: Mon Jan 17 01:44:51 2005 UTC (19 years, 5 months ago) by root
Content type: text/html
Branch: MAIN
CVS Tags: rel-4_8
Changes since 1.2: +52 -42 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 <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="#bugs">BUGS</a></li>
33 <li><a href="#current_project_coordinator">CURRENT PROJECT COORDINATOR</a></li>
34 <li><a href="#authors">AUTHORS</a></li>
35 </ul>
36 <!-- INDEX END -->
37
38 <hr />
39 <p>
40 </p>
41 <h1><a name="name">NAME</a></h1>
42 <p>rxvt-unicode (ouR XVT, unicode) - (a VT102 emulator for the X window system)</p>
43 <p>
44 </p>
45 <hr />
46 <h1><a name="synopsis">SYNOPSIS</a></h1>
47 <p><strong>rxvt</strong> [options] [-e command [ args ]]</p>
48 <p>
49 </p>
50 <hr />
51 <h1><a name="description">DESCRIPTION</a></h1>
52 <p><strong>rxvt-unicode</strong>, version <strong>4.8</strong>, is a colour vt102 terminal
53 emulator intended as an <em>xterm</em>(1) replacement for users who do not
54 require features such as Tektronix 4014 emulation and toolkit-style
55 configurability. As a result, <strong>rxvt-unicode</strong> uses much less swap space --
56 a significant advantage on a machine serving many X sessions.</p>
57 <p>
58 </p>
59 <hr />
60 <h1><a name="frequently_asked_questions">FREQUENTLY ASKED QUESTIONS</a></h1>
61 <p>See <code>rxvt(7)</code> (try <code>man 7 rxvt</code>) for a list of frequently
62 asked questions and answer to them and some common problems.</p>
63 <p>
64 </p>
65 <hr />
66 <h1><a name="rxvtunicode_vs__rxvt">RXVT-UNICODE VS. RXVT</a></h1>
67 <p>Unlike the original rxvt, <strong>rxvt-unicode</strong> stores all text in Unicode
68 internally. That means it can store and display most scripts in the
69 world. Being a terminal emulator, however, some things are very difficult,
70 especially cursive scripts such as arabic, vertically written scripts
71 like mongolian or scripts requiring extremely complex combining rules,
72 like tibetan or devenagari. Don't expect pretty output when using these
73 scripts. Most other scripts, latin, cyrillic, kanji, thai etc. should work
74 fine, though. A somewhat difficult case are left-to-right scripts, such
75 as hebrew: <strong>rxvt-unicode</strong> adopts the view that bidirectional algorithms
76 belong into the application, not the terminal emulator (too many things --
77 such as cursor-movement while editing -- break otherwise), but that might
78 change.</p>
79 <p>If you are looking for a terminal that supports more exotic scripts, let
80 me recommend <code>mlterm</code>, which is a very userfriendly, lean and clean
81 terminal emulator. In fact, the reason rxvt-unicode was born was solely
82 because the author couldn't get <code>mlterm</code> to use one font for latin1 and
83 another for japanese.</p>
84 <p>Therefore another design rationale was the use of multiple fonts to
85 display characters: The idea of a single unicode font which many other
86 programs force onto it's users never made sense to me: You should be able
87 to choose any font for any script freely.</p>
88 <p>Apart from that, rxvt-unicode is also much better internationalised than
89 it's predecessor, supports things such as XFT and ISO 14755 that are handy
90 in i18n-environments, is faster, and has a lot less bugs than the original
91 rxvt. This all in addition to dozens of other small improvements.</p>
92 <p>It is still faithfully following the original rxvt idea of being lean
93 and nice on resources: for example, you can still configure rxvt-unicode
94 without most of it's features to get a lean binary. It also comes with
95 a client/daemon pair that lets you open any number of terminal windows
96 from within a single process, which makes startup time very fast and
97 drastically reduces memory usage. See <code>rxvtd(1)</code> (daemon) and
98 <code>rxvtc(1)</code> (client).</p>
99 <p>It also makes technical information about escape sequences (which have
100 been extended) easier accessible: see <code>rxvt(7)</code> for technical
101 reference documentation (escape sequences etc.).</p>
102 <p>
103 </p>
104 <hr />
105 <h1><a name="options">OPTIONS</a></h1>
106 <p>The <strong>rxvt</strong> options (mostly a subset of <em>xterm</em>'s) are listed
107 below. In keeping with the smaller-is-better philosophy, options may be
108 eliminated or default values chosen at compile-time, so options and
109 defaults listed may not accurately reflect the version installed on
110 your system. `rxvt -h' gives a list of major compile-time options on
111 the <em>Options</em> line. Option descriptions may be prefixed with which
112 compile option each is dependent upon. e.g. `Compile <em>XIM</em>:' requires
113 <em>XIM</em> on the <em>Options</em> line. Note: `rxvt -help' gives a list of all
114 command-line options compiled into your version.</p>
115 <p>Note that <strong>rxvt</strong> permits the resource name to be used as a
116 long-option (--/++ option) so the potential command-line options are
117 far greater than those listed. For example: `rxvt --loginShell --color1
118 Orange'.</p>
119 <p>The following options are available:</p>
120 <dl>
121 <dt><strong><a name="item__2dhelp_2c__2d_2dhelp"><strong>-help</strong>, <strong>--help</strong></a></strong><br />
122 </dt>
123 <dd>
124 Print out a message describing available options.
125 </dd>
126 <p></p>
127 <dt><strong><a name="item__2ddisplay_displayname"><strong>-display</strong> <em>displayname</em></a></strong><br />
128 </dt>
129 <dd>
130 Attempt to open a window on the named X display (<strong>-d</strong> still
131 respected). In the absence of this option, the display specified by the
132 <strong>DISPLAY</strong> environment variable is used.
133 </dd>
134 <p></p>
135 <dt><strong><a name="item__2dgeometry_geom"><strong>-geometry</strong> <em>geom</em></a></strong><br />
136 </dt>
137 <dd>
138 Window geometry (<strong>-g</strong> still respected); resource <strong>geometry</strong>.
139 </dd>
140 <p></p>
141 <dt><strong><a name="item__2drv_7c_2brv"><strong>-rv</strong>|<strong>+rv</strong></a></strong><br />
142 </dt>
143 <dd>
144 Turn on/off simulated reverse video; resource <strong>reverseVideo</strong>.
145 </dd>
146 <p></p>
147 <dt><strong><a name="item__2dj_7c_2bj"><strong>-j</strong>|<strong>+j</strong></a></strong><br />
148 </dt>
149 <dd>
150 Turn on/off jump scrolling; resource <strong>jumpScroll</strong>.
151 </dd>
152 <p></p>
153 <dt><strong><a name="item__2dip_7c_2bip"><strong>-ip</strong>|<strong>+ip</strong></a></strong><br />
154 </dt>
155 <dd>
156 Turn on/off inheriting parent window's pixmap. Alternative form is
157 <strong>-tr</strong>; resource <strong>inheritPixmap</strong>.
158 </dd>
159 <p></p>
160 <dt><strong><a name="item__2dfade_number"><strong>-fade</strong> <em>number</em></a></strong><br />
161 </dt>
162 <dd>
163 Fade the text by the given percentage when focus is lost. resource <strong>fading</strong>.
164 </dd>
165 <p></p>
166 <dt><strong><a name="item__2dtint_colour"><strong>-tint</strong> <em>colour</em></a></strong><br />
167 </dt>
168 <dd>
169 Tint the transparent background pixmap with the given colour when
170 transparency is enabled with <strong>-tr</strong> or <strong>-ip</strong>. See also the <strong>-sh</strong>
171 option that can be used to brighten or darken the image in addition to
172 tinting it.
173 </dd>
174 <p></p>
175 <dt><strong><a name="item__2dsh"><strong>-sh</strong></a></strong><br />
176 </dt>
177 <dd>
178 <em>number</em> Darken (0 .. 100) or lighten (-1 .. -100) the transparent
179 background image in addition to tinting it (i.e. <strong>-tint</strong> must be
180 specified, too, e.g. <code>-tint white</code>).
181 </dd>
182 <p></p>
183 <dt><strong><a name="item__2dbg_colour"><strong>-bg</strong> <em>colour</em></a></strong><br />
184 </dt>
185 <dd>
186 Window background colour; resource <strong>background</strong>.
187 </dd>
188 <p></p>
189 <dt><strong><a name="item__2dfg_colour"><strong>-fg</strong> <em>colour</em></a></strong><br />
190 </dt>
191 <dd>
192 Window foreground colour; resource <strong>foreground</strong>.
193 </dd>
194 <p></p>
195 <dt><strong><a name="item__2dpixmap_file_5b_3bgeom_5d"><strong>-pixmap</strong> <em>file[;geom]</em></a></strong><br />
196 </dt>
197 <dd>
198 Compile <em>XPM</em>: Specify XPM file for the background and also optionally
199 specify its scaling with a geometry string. Note you may need to
200 add quotes to avoid special shell interpretation of the <code>;</code> in the
201 command-line; resource <strong>backgroundPixmap</strong>.
202 </dd>
203 <p></p>
204 <dt><strong><a name="item__2dcr_colour"><strong>-cr</strong> <em>colour</em></a></strong><br />
205 </dt>
206 <dd>
207 The cursor colour; resource <strong>cursorColor</strong>.
208 </dd>
209 <p></p>
210 <dt><strong><a name="item__2dpr_colour"><strong>-pr</strong> <em>colour</em></a></strong><br />
211 </dt>
212 <dd>
213 The mouse pointer foreground colour; resource <strong>pointerColor</strong>.
214 </dd>
215 <p></p>
216 <dt><strong><a name="item__2dpr2_colour"><strong>-pr2</strong> <em>colour</em></a></strong><br />
217 </dt>
218 <dd>
219 The mouse pointer background colour; resource <strong>pointerColor2</strong>.
220 </dd>
221 <p></p>
222 <dt><strong><a name="item__2dbd_colour"><strong>-bd</strong> <em>colour</em></a></strong><br />
223 </dt>
224 <dd>
225 The colour of the border around the text area and between the scrollbar and the text;
226 resource <strong>borderColor</strong>.
227 </dd>
228 <p></p>
229 <dt><strong><a name="item__2dfn_fontlist"><strong>-fn</strong> <em>fontlist</em></a></strong><br />
230 </dt>
231 <dd>
232 Select the fonts to be used. This is a comma separated list of font names
233 that are used in turn when trying to display Unicode characters. The
234 first font defines the cell size for characters; other fonts might be
235 smaller, but not (in general) larger. A (hopefully) reasonable default
236 font list is always appended to it. See resource <strong>font</strong> for more details.
237 </dd>
238 <dd>
239 <p>In short, to specify an X11 core font, just specify it's name or prefix it
240 with <code>x:</code>. To specify an XFT-font, you need to prefix it with <code>xft:</code>,
241 e.g.:</p>
242 </dd>
243 <dd>
244 <pre>
245 rxvt -fn &quot;xft:Bitstream Vera Sans Mono:pixelsize=15&quot;
246 rxvt -fn &quot;9x15bold,xft:Bitstream Vera Sans Mono&quot;</pre>
247 </dd>
248 <dd>
249 <p>See also the question ``How does rxvt-unicode choose fonts?'' in the FAQ
250 section of rxvt(7).</p>
251 </dd>
252 <p></p>
253 <dt><strong><a name="item__2dfb_fontlist"><strong>-fb</strong> <em>fontlist</em></a></strong><br />
254 </dt>
255 <dd>
256 Compile font-styles: The bold font list to use when bold characters are to
257 be printed. See resource <strong>boldFont</strong> for details.
258 </dd>
259 <p></p>
260 <dt><strong><a name="item__2dfi_fontlist"><strong>-fi</strong> <em>fontlist</em></a></strong><br />
261 </dt>
262 <dd>
263 Compile font-styles: The italic font list to use when bold characters are to
264 be printed. See resource <strong>italicFont</strong> for details.
265 </dd>
266 <p></p>
267 <dt><strong><a name="item__2dfbi_fontlist"><strong>-fbi</strong> <em>fontlist</em></a></strong><br />
268 </dt>
269 <dd>
270 Compile font-styles: The bold italic font list to use when bold characters are to
271 be printed. See resource <strong>boldItalicFont</strong> for details.
272 </dd>
273 <p></p>
274 <dt><strong><a name="item__2dname_name"><strong>-name</strong> <em>name</em></a></strong><br />
275 </dt>
276 <dd>
277 Specify the application name under which resources are to be obtained,
278 rather than the default executable file name. Name should not contain
279 `.' or `*' characters. Also sets the icon and title name.
280 </dd>
281 <p></p>
282 <dt><strong><a name="item__2dls_7c_2bls"><strong>-ls</strong>|<strong>+ls</strong></a></strong><br />
283 </dt>
284 <dd>
285 Start as a login-shell/sub-shell; resource <strong>loginShell</strong>.
286 </dd>
287 <p></p>
288 <dt><strong><a name="item__2dut_7c_2but"><strong>-ut</strong>|<strong>+ut</strong></a></strong><br />
289 </dt>
290 <dd>
291 Compile <em>utmp</em>: Inhibit/enable writing a utmp entry; resource
292 <strong>utmpInhibit</strong>.
293 </dd>
294 <p></p>
295 <dt><strong><a name="item__2dvb_7c_2bvb"><strong>-vb</strong>|<strong>+vb</strong></a></strong><br />
296 </dt>
297 <dd>
298 Turn on/off visual bell on receipt of a bell character; resource
299 <strong>visualBell</strong>.
300 </dd>
301 <p></p>
302 <dt><strong><a name="item__2dsb_7c_2bsb"><strong>-sb</strong>|<strong>+sb</strong></a></strong><br />
303 </dt>
304 <dd>
305 Turn on/off scrollbar; resource <strong>scrollBar</strong>.
306 </dd>
307 <p></p>
308 <dt><strong><a name="item__2dsi_7c_2bsi"><strong>-si</strong>|<strong>+si</strong></a></strong><br />
309 </dt>
310 <dd>
311 Turn on/off scroll-to-bottom on TTY output inhibit; resource
312 <strong>scrollTtyOutput</strong> has opposite effect.
313 </dd>
314 <p></p>
315 <dt><strong><a name="item__2dsk_7c_2bsk"><strong>-sk</strong>|<strong>+sk</strong></a></strong><br />
316 </dt>
317 <dd>
318 Turn on/off scroll-to-bottom on keypress; resource
319 <strong>scrollTtyKeypress</strong>.
320 </dd>
321 <p></p>
322 <dt><strong><a name="item__2dsw_7c_2bsw"><strong>-sw</strong>|<strong>+sw</strong></a></strong><br />
323 </dt>
324 <dd>
325 Turn on/off scrolling with the scrollback buffer as new lines appear.
326 This only takes effect if <strong>-si</strong> is also given; resource
327 <strong>scrollWithBuffer</strong>.
328 </dd>
329 <p></p>
330 <dt><strong><a name="item__2dsr_7c_2bsr"><strong>-sr</strong>|<strong>+sr</strong></a></strong><br />
331 </dt>
332 <dd>
333 Put scrollbar on right/left; resource <strong>scrollBar_right</strong>.
334 </dd>
335 <p></p>
336 <dt><strong><a name="item__2dst_7c_2bst"><strong>-st</strong>|<strong>+st</strong></a></strong><br />
337 </dt>
338 <dd>
339 Display normal (non XTerm/NeXT) scrollbar without/with a trough;
340 resource <strong>scrollBar_floating</strong>.
341 </dd>
342 <p></p>
343 <dt><strong><a name="item__2dptab_7c_2bptab"><strong>-ptab</strong>|<strong>+ptab</strong></a></strong><br />
344 </dt>
345 <dd>
346 If enabled (default), ``Horizontal Tab'' characters are being stored as
347 actual wide characters in the screen buffer, which makes it possible to
348 select and paste them. Since a horizontal tab is a cursor movement and
349 not an actual glyph, this can sometimes be visually annoying as the cursor
350 on a tab character is displayed as a wide cursor; resource <strong>pastableTabs</strong>.
351 </dd>
352 <p></p>
353 <dt><strong><a name="item__2dbc_7c_2bbc"><strong>-bc</strong>|<strong>+bc</strong></a></strong><br />
354 </dt>
355 <dd>
356 Blink the cursor; resource <strong>cursorBlink</strong>.
357 </dd>
358 <p></p>
359 <dt><strong><a name="item__2diconic"><strong>-iconic</strong></a></strong><br />
360 </dt>
361 <dd>
362 Start iconified, if the window manager supports that option.
363 Alternative form is <strong>-ic</strong>.
364 </dd>
365 <p></p>
366 <dt><strong><a name="item__2dsl_number"><strong>-sl</strong> <em>number</em></a></strong><br />
367 </dt>
368 <dd>
369 Save <em>number</em> lines in the scrollback buffer. See resource entry for
370 limits; resource <strong>saveLines</strong>.
371 </dd>
372 <p></p>
373 <dt><strong><a name="item__2db_number"><strong>-b</strong> <em>number</em></a></strong><br />
374 </dt>
375 <dd>
376 Compile <em>frills</em>: Internal border of <em>number</em> pixels. See resource
377 entry for limits; resource <strong>internalBorder</strong>.
378 </dd>
379 <p></p>
380 <dt><strong><a name="item__2dw_number"><strong>-w</strong> <em>number</em></a></strong><br />
381 </dt>
382 <dd>
383 Compile <em>frills</em>: External border of <em>number</em> pixels. Also, <strong>-bw</strong>
384 and <strong>-borderwidth</strong>. See resource entry for limits; resource
385 <strong>externalBorder</strong>.
386 </dd>
387 <p></p>
388 <dt><strong><a name="item__2dbl"><strong>-bl</strong></a></strong><br />
389 </dt>
390 <dd>
391 Compile <em>frills</em>: Set MWM hints to request a borderless window, i.e.
392 if honoured by the WM, the rxvt-unicode window will not have window
393 decorations; resource <strong>borderLess</strong>.
394 </dd>
395 <p></p>
396 <dt><strong><a name="item__2dlsp_number"><strong>-lsp</strong> <em>number</em></a></strong><br />
397 </dt>
398 <dd>
399 Compile <em>frills</em>: Lines (pixel height) to insert between each row of
400 the display. Useful to work around font rendering problems; resource
401 <strong>linespace</strong>.
402 </dd>
403 <p></p>
404 <dt><strong><a name="item__2dtn_termname"><strong>-tn</strong> <em>termname</em></a></strong><br />
405 </dt>
406 <dd>
407 This option specifies the name of the terminal type to be set in the
408 <strong>TERM</strong> environment variable. This terminal type must exist in the
409 <em>termcap(5)</em> database and should have <em>li#</em> and <em>co#</em> entries;
410 resource <strong>termName</strong>.
411 </dd>
412 <p></p>
413 <dt><strong><a name="item__2de_command__5barguments_5d"><strong>-e</strong> <em>command [arguments]</em></a></strong><br />
414 </dt>
415 <dd>
416 Run the command with its command-line arguments in the <strong>rxvt</strong>
417 window; also sets the window title and icon name to be the basename of
418 the program being executed if neither <em>-title</em> (<em>-T</em>) nor <em>-n</em> are
419 given on the command line. If this option is used, it must be the last
420 on the command-line. If there is no <strong>-e</strong> option then the default is to
421 run the program specified by the <strong>SHELL</strong> environment variable or,
422 failing that, <em>sh(1)</em>.
423 </dd>
424 <p></p>
425 <dt><strong><a name="item__2dtitle_text"><strong>-title</strong> <em>text</em></a></strong><br />
426 </dt>
427 <dd>
428 Window title (<strong>-T</strong> still respected); the default title is the basename
429 of the program specified after the <strong>-e</strong> option, if any, otherwise the
430 application name; resource <strong>title</strong>.
431 </dd>
432 <p></p>
433 <dt><strong><a name="item__2dn_text"><strong>-n</strong> <em>text</em></a></strong><br />
434 </dt>
435 <dd>
436 Icon name; the default name is the basename of the program specified
437 after the <strong>-e</strong> option, if any, otherwise the application name;
438 resource <strong>iconName</strong>.
439 </dd>
440 <p></p>
441 <dt><strong><a name="item__2dc"><strong>-C</strong></a></strong><br />
442 </dt>
443 <dd>
444 Capture system console messages.
445 </dd>
446 <p></p>
447 <dt><strong><a name="item__2dpt_style"><strong>-pt</strong> <em>style</em></a></strong><br />
448 </dt>
449 <dd>
450 Compile <em>XIM</em>: input style for input method; <strong>OverTheSpot</strong>,
451 <strong>OffTheSpot</strong>, <strong>Root</strong>; resource <strong>preeditType</strong>.
452 </dd>
453 <p></p>
454 <dt><strong><a name="item__2dim_text"><strong>-im</strong> <em>text</em></a></strong><br />
455 </dt>
456 <dd>
457 Compile <em>XIM</em>: input method name. resource <strong>inputMethod</strong>.
458 </dd>
459 <p></p>
460 <dt><strong><a name="item__2dimlocale_string"><strong>-imlocale</strong> <em>string</em></a></strong><br />
461 </dt>
462 <dd>
463 The locale to use for opening the IM. You can use an LC_CTYPE of e.g.
464 de_DE.UTF-8 for normal text processing but ja_JP.EUC-JP for the input
465 extension to be able to input japanese characters while staying in
466 another locale.
467 </dd>
468 <p></p>
469 <dt><strong><a name="item__2dinsecure"><strong>-insecure</strong></a></strong><br />
470 </dt>
471 <dd>
472 Enable ``insecure'' mode, which currently enables most of the escape
473 sequences that echo strings. See the resource <strong>insecure</strong> for more
474 info.
475 </dd>
476 <p></p>
477 <dt><strong><a name="item__2dmod_modifier"><strong>-mod</strong> <em>modifier</em></a></strong><br />
478 </dt>
479 <dd>
480 Override detection of Meta modifier with specified key: <strong>alt</strong>,
481 <strong>meta</strong>, <strong>hyper</strong>, <strong>super</strong>, <strong>mod1</strong>, <strong>mod2</strong>, <strong>mod3</strong>, <strong>mod4</strong>,
482 <strong>mod5</strong>; resource <em>modifier</em>.
483 </dd>
484 <p></p>
485 <dt><strong><a name="item__2dssc_7c_2bssc"><strong>-ssc</strong>|<strong>+ssc</strong></a></strong><br />
486 </dt>
487 <dd>
488 Turn on/off secondary screen (default enabled); resource
489 <strong>secondaryScreen</strong>.
490 </dd>
491 <p></p>
492 <dt><strong><a name="item__2dssr_7c_2bssr"><strong>-ssr</strong>|<strong>+ssr</strong></a></strong><br />
493 </dt>
494 <dd>
495 Turn on/off secondary screen scroll (default enabled); resource
496 <strong>secondaryScroll</strong>.
497 </dd>
498 <p></p>
499 <dt><strong><a name="item__2dxrm_resourcestring"><strong>-xrm</strong> <em>resourcestring</em></a></strong><br />
500 </dt>
501 <dd>
502 No effect on rxvt-unicode. Simply passes through an argument to be made
503 available in the instance's argument list. Appears in <em>WM_COMMAND</em> in
504 some window managers.
505 </dd>
506 <p></p></dl>
507 <p>
508 </p>
509 <hr />
510 <h1><a name="resources__available_also_as_longoptions_">RESOURCES (available also as long-options)</a></h1>
511 <p>Note: `rxvt --help' gives a list of all resources (long
512 options) compiled into your version.</p>
513 <p>There are two different methods that rxvt can use to get the
514 Xresource data: using the X libraries (Xrm*-functions) or internal
515 Xresources reader (<strong>~/.Xdefaults</strong>). For the first method (ie.
516 <strong>rxvt -h</strong> lists <strong>XGetDefaults</strong>), you can set and change the
517 resources using X11 tools like <strong>xset</strong>. Many distribution do also load
518 settings from the <strong>~/.Xresources</strong> file when X starts.</p>
519 <p>If compiled with internal Xresources support (i.e. <strong>rxvt -h</strong>
520 lists <strong>.Xdefaults</strong>) then <strong>rxvt</strong> accepts application defaults
521 set in XAPPLOADDIR/URxvt (compile-time defined: usually
522 <strong>/usr/lib/X11/app-defaults/URxvt</strong>) and resources set in
523 <strong>~/.Xdefaults</strong>, or <strong>~/.Xresources</strong> if <strong>~/.Xdefaults</strong> does not exist.
524 Note that when reading X resources, <strong>rxvt</strong> recognizes two
525 class names: <strong>XTerm</strong> and <strong>URxvt</strong>. The class name <strong>Rxvt</strong> allows
526 resources common to both <strong>rxvt</strong> and the original <em>rxvt</em> to be
527 easily configured, while the class name <strong>URxvt</strong> allows resources
528 unique to <strong>rxvt</strong>, notably colours and key-handling, to be
529 shared between different <strong>rxvt</strong> configurations. If no
530 resources are specified, suitable defaults will be used. Command-line
531 arguments can be used to override resource settings. The following
532 resources are allowed:</p>
533 <dl>
534 <dt><strong><a name="item_geometry_3a_geom"><strong>geometry:</strong> <em>geom</em></a></strong><br />
535 </dt>
536 <dd>
537 Create the window with the specified X window geometry [default 80x24];
538 option <strong>-geometry</strong>.
539 </dd>
540 <p></p>
541 <dt><strong><a name="item_background_3a_colour"><strong>background:</strong> <em>colour</em></a></strong><br />
542 </dt>
543 <dd>
544 Use the specified colour as the window's background colour [default
545 White]; option <strong>-bg</strong>.
546 </dd>
547 <p></p>
548 <dt><strong><a name="item_foreground_3a_colour"><strong>foreground:</strong> <em>colour</em></a></strong><br />
549 </dt>
550 <dd>
551 Use the specified colour as the window's foreground colour [default
552 Black]; option <strong>-fg</strong>.
553 </dd>
554 <p></p>
555 <dt><strong><a name="item_colorn_3a_colour"><strong>color</strong><em>n</em><strong>:</strong> <em>colour</em></a></strong><br />
556 </dt>
557 <dd>
558 Use the specified colour for the colour value <em>n</em>, where 0-7
559 corresponds to low-intensity (normal) colours and 8-15 corresponds to
560 high-intensity (bold = bright foreground, blink = bright background)
561 colours. The canonical names are as follows: 0=black, 1=red, 2=green,
562 3=yellow, 4=blue, 5=magenta, 6=cyan, 7=white, but the actual colour
563 names used are listed in the <strong>COLORS AND GRAPHICS</strong> section.
564 </dd>
565 <dd>
566 <p>Colours higher than 15 cannot be set using resources (yet), but can be
567 changed using an escape command (see rxvt(7)).</p>
568 </dd>
569 <dd>
570 <p>Colours 16-79 form a standard 4x4x4 colour cube (the same as xterm with
571 88 colour support). Colours 80-87 are evenly spaces grey steps.</p>
572 </dd>
573 <p></p>
574 <dt><strong><a name="item_colorbd_3a_colour"><strong>colorBD:</strong> <em>colour</em></a></strong><br />
575 </dt>
576 <dt><strong><a name="item_colorit_3a_colour"><strong>colorIT:</strong> <em>colour</em></a></strong><br />
577 </dt>
578 <dd>
579 Use the specified colour to display bold or italic characters when the
580 foreground colour is the default. If font styles are not available
581 (Compile <em>styles</em>) and this option is unset, reverse video is used instead.
582 </dd>
583 <p></p>
584 <dt><strong><a name="item_colorul_3a_colour"><strong>colorUL:</strong> <em>colour</em></a></strong><br />
585 </dt>
586 <dd>
587 Use the specified colour to display underlined characters when the
588 foreground colour is the default.
589 </dd>
590 <p></p>
591 <dt><strong><a name="item_colorrv_3a_colour"><strong>colorRV:</strong> <em>colour</em></a></strong><br />
592 </dt>
593 <dd>
594 Use the specified colour as the background for reverse video
595 characters.
596 </dd>
597 <p></p>
598 <dt><strong><a name="item_underlinecolor_3a_colour"><strong>underlineColor:</strong> <em>colour</em></a></strong><br />
599 </dt>
600 <dd>
601 If set, use the specified colour as the colour for the underline
602 itself. If unset, use the foreground colour.
603 </dd>
604 <p></p>
605 <dt><strong><a name="item_cursorcolor_3a_colour"><strong>cursorColor:</strong> <em>colour</em></a></strong><br />
606 </dt>
607 <dd>
608 Use the specified colour for the cursor. The default is to use the
609 foreground colour; option <strong>-cr</strong>.
610 </dd>
611 <p></p>
612 <dt><strong><a name="item_cursorcolor2_3a_colour"><strong>cursorColor2:</strong> <em>colour</em></a></strong><br />
613 </dt>
614 <dd>
615 Use the specified colour for the colour of the cursor text. For this to
616 take effect, <strong>cursorColor</strong> must also be specified. The default is to
617 use the background colour.
618 </dd>
619 <p></p>
620 <dt><strong><a name="item_reversevideo_3a_boolean"><strong>reverseVideo:</strong> <em>boolean</em></a></strong><br />
621 </dt>
622 <dd>
623 <strong>True</strong>: simulate reverse video by foreground and background colours;
624 option <strong>-rv</strong>. <strong>False</strong>: regular screen colours [default]; option
625 <strong>+rv</strong>. See note in <strong>COLORS AND GRAPHICS</strong> section.
626 </dd>
627 <p></p>
628 <dt><strong><a name="item_jumpscroll_3a_boolean"><strong>jumpScroll:</strong> <em>boolean</em></a></strong><br />
629 </dt>
630 <dd>
631 <strong>True</strong>: specify that jump scrolling should be used. When scrolling
632 quickly, fewer screen updates are performed [default]; option <strong>-j</strong>.
633 <strong>False</strong>: specify that smooth scrolling should be used; option <strong>+j</strong>.
634 </dd>
635 <p></p>
636 <dt><strong><a name="item_inheritpixmap_3a_boolean"><strong>inheritPixmap:</strong> <em>boolean</em></a></strong><br />
637 </dt>
638 <dd>
639 <strong>True</strong>: make the background inherit the parent windows' pixmap, giving
640 artificial transparency. <strong>False</strong>: do not inherit the parent windows'
641 pixmap.
642 </dd>
643 <p></p>
644 <dt><strong><a name="item_fading_3a_number"><strong>fading:</strong> <em>number</em></a></strong><br />
645 </dt>
646 <dd>
647 Fade the text by the given percentage when focus is lost.
648 </dd>
649 <p></p>
650 <dt><strong><a name="item_tintcolor_3a_colour"><strong>tintColor:</strong> <em>colour</em></a></strong><br />
651 </dt>
652 <dd>
653 Tint the transparent background pixmap with the given colour.
654 </dd>
655 <p></p>
656 <dt><strong><a name="item_shading_3a_number"><strong>shading:</strong> <em>number</em></a></strong><br />
657 </dt>
658 <dd>
659 Darken (0 .. 100) or lighten (-1 .. -100) the transparent background
660 image in addition to tinting it.
661 </dd>
662 <p></p>
663 <dt><strong><a name="item_scrollcolor_3a_colour"><strong>scrollColor:</strong> <em>colour</em></a></strong><br />
664 </dt>
665 <dd>
666 Use the specified colour for the scrollbar [default #B2B2B2].
667 </dd>
668 <p></p>
669 <dt><strong><a name="item_troughcolor_3a_colour"><strong>troughColor:</strong> <em>colour</em></a></strong><br />
670 </dt>
671 <dd>
672 Use the specified colour for the scrollbar's trough area [default
673 #969696]. Only relevant for normal (non XTerm/NeXT) scrollbar.
674 </dd>
675 <p></p>
676 <dt><strong><a name="item_bordercolor_3a_colour"><strong>borderColor:</strong> <em>colour</em></a></strong><br />
677 </dt>
678 <dd>
679 The colour of the border around the text area and between the scrollbar
680 and the text.
681 </dd>
682 <p></p>
683 <dt><strong><a name="item_backgroundpixmap_3a_file_5b_3bgeom_5d"><strong>backgroundPixmap:</strong> <em>file[;geom]</em></a></strong><br />
684 </dt>
685 <dd>
686 Use the specified XPM file (note the `.xpm' extension is optional) for
687 the background and also optionally specify its scaling with a geometry
688 string <strong>WxH+X+Y</strong>, in which <strong>``W'' / ``H''</strong> specify the
689 horizontal/vertical scale (percent) and <strong>``X'' / ``Y''</strong> locate the image
690 centre (percent). A scale of 0 displays the image with tiling. A scale
691 of 1 displays the image without any scaling. A scale of 2 to 9
692 specifies an integer number of images in that direction. No image will
693 be magnified beyond 10 times its original size. The maximum permitted
694 scale is 1000. [default 0x0+50+50]
695 </dd>
696 <p></p>
697 <dt><strong><a name="item_menu_3a_file_5b_3btag_5d"><strong>menu:</strong> <em>file[;tag]</em></a></strong><br />
698 </dt>
699 <dd>
700 Read in the specified menu file (note the `.menu' extension is
701 optional) and also optionally specify a starting tag to find. See the
702 reference documentation for details on the syntax for the menuBar.
703 </dd>
704 <p></p>
705 <dt><strong><a name="item_path_3a_path"><strong>path:</strong> <em>path</em></a></strong><br />
706 </dt>
707 <dd>
708 Specify the colon-delimited search path for finding files (XPM and
709 menus), in addition to the paths specified by the <strong>RXVTPATH</strong> and
710 <strong>PATH</strong> environment variables.
711 </dd>
712 <p></p>
713 <dt><strong><a name="item_font_3a_fontlist"><strong>font:</strong> <em>fontlist</em></a></strong><br />
714 </dt>
715 <dd>
716 Select the fonts to be used. This is a comma separated list of font
717 names that are used in turn when trying to display Unicode characters.
718 The first font defines the cell size for characters; other fonts might
719 be smaller, but not larger. A reasonable default font list is always
720 appended to it. option <strong>-fn</strong>.
721 </dd>
722 <dd>
723 <p>Each font can either be a standard X11 core font (XLFD) name, with
724 optional prefix <code>x:</code> or a Xft font (Compile <em>xft</em>), prefixed with <code>xft:</code>.</p>
725 </dd>
726 <dd>
727 <p>In addition, each font can be prefixed with additional hints and
728 specifications enclosed in square brackets (<code>[]</code>). The only available
729 hint currently is <code>codeset=codeset-name</code>, and this is only used for Xft
730 fonts.</p>
731 </dd>
732 <dd>
733 <p>For example, this font resource</p>
734 </dd>
735 <dd>
736 <pre>
737 URxvt*font: 9x15bold,\
738 -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,\
739 -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1, \
740 [codeset=JISX0208]xft:Kochi Gothic:antialias=false, \
741 xft:Code2000:antialias=false</pre>
742 </dd>
743 <dd>
744 <p>specifies five fonts to be used. The first one is <code>9x15bold</code> (actually
745 the iso8859-1 version of the second font), which is the base font (because
746 it is named first) and thus defines the character cell grid to be 9 pixels
747 wide and 15 pixels high.</p>
748 </dd>
749 <dd>
750 <p>The second font is just used to add additional unicode characters not in
751 the base font, likewise the third, which is unfortunately non-bold, but
752 the bold version of the font does contain less characters, so this is a
753 useful supplement.</p>
754 </dd>
755 <dd>
756 <p>The third font is an Xft font with aliasing turned off, and the characters
757 are limited to the <strong>JIS 0208</strong> codeset (i.e. japanese kanji). The font
758 contains other characters, but we are not interested in them.</p>
759 </dd>
760 <dd>
761 <p>The last font is a useful catch-all font that supplies most of the
762 remaining unicode characters.</p>
763 </dd>
764 <p></p>
765 <dt><strong><a name="item_boldfont_3a_fontlist"><strong>boldFont:</strong> <em>fontlist</em></a></strong><br />
766 </dt>
767 <dt><strong><a name="item_italicfont_3a_fontlist"><strong>italicFont:</strong> <em>fontlist</em></a></strong><br />
768 </dt>
769 <dt><strong><a name="item_bolditalicfont_3a_fontlist"><strong>boldItalicFont:</strong> <em>fontlist</em></a></strong><br />
770 </dt>
771 <dd>
772 The font list to use for displaying <strong>bold</strong>, <em>italic</em> or <strong><em>bold
773 italic</em> </strong>&gt; characters, respectively.
774 </dd>
775 <dd>
776 <p>If specified and non-empty, then the syntax is the same as for the
777 <strong>font</strong>-resource, and the given font list will be used as is, which makes
778 it possible to substitute completely different font styles for bold and
779 italic.</p>
780 </dd>
781 <dd>
782 <p>If unset (the default), a suitable font list will be synthesized by
783 ``morphing'' the normal text font list into the desired shape. If that is
784 not possible, replacement fonts of the desired shape will be tried.</p>
785 </dd>
786 <dd>
787 <p>If set, but empty, then this specific style is disabled and the normal
788 text font will being used for the given style.</p>
789 </dd>
790 <p></p>
791 <dt><strong><a name="item_selectstyle_3a_mode"><strong>selectstyle:</strong> <em>mode</em></a></strong><br />
792 </dt>
793 <dd>
794 Set mouse selection style to <strong>old</strong> which is 2.20, <strong>oldword</strong> which is
795 xterm style with 2.20 old word selection, or anything else which gives
796 xterm style selection.
797 </dd>
798 <p></p>
799 <dt><strong><a name="item_scrollstyle_3a_mode"><strong>scrollstyle:</strong> <em>mode</em></a></strong><br />
800 </dt>
801 <dd>
802 Set scrollbar style to <strong>rxvt</strong>, <strong>plain</strong>, <strong>next</strong> or <strong>xterm</strong>. <strong>plain</strong> is
803 the author's favourite..
804 </dd>
805 <p></p>
806 <dt><strong><a name="item_title_3a_string"><strong>title:</strong> <em>string</em></a></strong><br />
807 </dt>
808 <dd>
809 Set window title string, the default title is the command-line
810 specified after the <strong>-e</strong> option, if any, otherwise the application
811 name; option <strong>-title</strong>.
812 </dd>
813 <p></p>
814 <dt><strong><a name="item_iconname_3a_string"><strong>iconName:</strong> <em>string</em></a></strong><br />
815 </dt>
816 <dd>
817 Set the name used to label the window's icon or displayed in an icon
818 manager window, it also sets the window's title unless it is explicitly
819 set; option <strong>-n</strong>.
820 </dd>
821 <p></p>
822 <dt><strong><a name="item_mapalert_3a_boolean"><strong>mapAlert:</strong> <em>boolean</em></a></strong><br />
823 </dt>
824 <dd>
825 <strong>True</strong>: de-iconify (map) on receipt of a bell character. <strong>False</strong>: no
826 de-iconify (map) on receipt of a bell character [default].
827 </dd>
828 <p></p>
829 <dt><strong><a name="item_visualbell_3a_boolean"><strong>visualBell:</strong> <em>boolean</em></a></strong><br />
830 </dt>
831 <dd>
832 <strong>True</strong>: use visual bell on receipt of a bell character; option <strong>-vb</strong>.
833 <strong>False</strong>: no visual bell [default]; option <strong>+vb</strong>.
834 </dd>
835 <p></p>
836 <dt><strong><a name="item_loginshell_3a_boolean"><strong>loginShell:</strong> <em>boolean</em></a></strong><br />
837 </dt>
838 <dd>
839 <strong>True</strong>: start as a login shell by prepending a `-' to <strong>argv[0]</strong> of
840 the shell; option <strong>-ls</strong>. <strong>False</strong>: start as a normal sub-shell
841 [default]; option <strong>+ls</strong>.
842 </dd>
843 <p></p>
844 <dt><strong><a name="item_utmpinhibit_3a_boolean"><strong>utmpInhibit:</strong> <em>boolean</em></a></strong><br />
845 </dt>
846 <dd>
847 <strong>True</strong>: inhibit writing record into the system log file <strong>utmp</strong>;
848 option <strong>-ut</strong>. <strong>False</strong>: write record into the system log file <strong>utmp</strong>
849 [default]; option <strong>+ut</strong>.
850 </dd>
851 <p></p>
852 <dt><strong><a name="item_print_2dpipe_3a_string"><strong>print-pipe:</strong> <em>string</em></a></strong><br />
853 </dt>
854 <dd>
855 Specify a command pipe for vt100 printer [default <em>lpr(1)</em>]. Use
856 <strong>Print</strong> to initiate a screen dump to the printer and <strong>Ctrl-Print</strong> or
857 <strong>Shift-Print</strong> to include the scrollback as well.
858 </dd>
859 <p></p>
860 <dt><strong><a name="item_scrollbar_3a_boolean"><strong>scrollBar:</strong> <em>boolean</em></a></strong><br />
861 </dt>
862 <dd>
863 <strong>True</strong>: enable the scrollbar [default]; option <strong>-sb</strong>. <strong>False</strong>:
864 disable the scrollbar; option <strong>+sb</strong>.
865 </dd>
866 <p></p>
867 <dt><strong><a name="item_scrollbar_right_3a_boolean"><strong>scrollBar_right:</strong> <em>boolean</em></a></strong><br />
868 </dt>
869 <dd>
870 <strong>True</strong>: place the scrollbar on the right of the window; option <strong>-sr</strong>.
871 <strong>False</strong>: place the scrollbar on the left of the window; option <strong>+sr</strong>.
872 </dd>
873 <p></p>
874 <dt><strong><a name="item_scrollbar_floating_3a_boolean"><strong>scrollBar_floating:</strong> <em>boolean</em></a></strong><br />
875 </dt>
876 <dd>
877 <strong>True</strong>: display an rxvt scrollbar without a trough; option <strong>-st</strong>.
878 <strong>False</strong>: display an rxvt scrollbar with a trough; option <strong>+st</strong>.
879 </dd>
880 <p></p>
881 <dt><strong><a name="item_scrollbar_align_3a_mode"><strong>scrollBar_align:</strong> <em>mode</em></a></strong><br />
882 </dt>
883 <dd>
884 Align the <strong>top</strong>, <strong>bottom</strong> or <strong>centre</strong> [default] of the scrollbar
885 thumb with the pointer on middle button press/drag.
886 </dd>
887 <p></p>
888 <dt><strong><a name="item_scrollttyoutput_3a_boolean"><strong>scrollTtyOutput:</strong> <em>boolean</em></a></strong><br />
889 </dt>
890 <dd>
891 <strong>True</strong>: scroll to bottom when tty receives output; option <strong>-si</strong>.
892 <strong>False</strong>: do not scroll to bottom when tty receives output; option
893 <strong>+si</strong>.
894 </dd>
895 <p></p>
896 <dt><strong><a name="item_scrollwithbuffer_3a_boolean"><strong>scrollWithBuffer:</strong> <em>boolean</em></a></strong><br />
897 </dt>
898 <dd>
899 <strong>True</strong>: scroll with scrollback buffer when tty receives new lines (and
900 <strong>scrollTtyOutput</strong> is False); option <strong>+sw</strong>. <strong>False</strong>: do not scroll
901 with scrollback buffer when tty recieves new lines; option <strong>-sw</strong>.
902 </dd>
903 <p></p>
904 <dt><strong><a name="item_scrollttykeypress_3a_boolean"><strong>scrollTtyKeypress:</strong> <em>boolean</em></a></strong><br />
905 </dt>
906 <dd>
907 <strong>True</strong>: scroll to bottom when a non-special key is pressed. Special keys
908 are those which are intercepted by rxvt-unicode for special handling and
909 are not passed onto the shell; option <strong>-sk</strong>. <strong>False</strong>: do not scroll to
910 bottom when a non-special key is pressed; option <strong>+sk</strong>.
911 </dd>
912 <p></p>
913 <dt><strong><a name="item_savelines_3a_number"><strong>saveLines:</strong> <em>number</em></a></strong><br />
914 </dt>
915 <dd>
916 Save <em>number</em> lines in the scrollback buffer [default 64]. This
917 resource is limited on most machines to 65535; option <strong>-sl</strong>.
918 </dd>
919 <p></p>
920 <dt><strong><a name="item_internalborder_3a_number"><strong>internalBorder:</strong> <em>number</em></a></strong><br />
921 </dt>
922 <dd>
923 Internal border of <em>number</em> pixels. This resource is limited to 100;
924 option <strong>-b</strong>.
925 </dd>
926 <p></p>
927 <dt><strong><a name="item_externalborder_3a_number"><strong>externalBorder:</strong> <em>number</em></a></strong><br />
928 </dt>
929 <dd>
930 External border of <em>number</em> pixels. This resource is limited to 100;
931 option <strong>-w</strong>, <strong>-bw</strong>, <strong>-borderwidth</strong>.
932 </dd>
933 <p></p>
934 <dt><strong><a name="item_borderless_3a_boolean"><strong>borderLess:</strong> <em>boolean</em></a></strong><br />
935 </dt>
936 <dd>
937 Set MWM hints to request a borderless window, i.e. if honoured by the
938 WM, the rxvt-unicode window will not have window decorations; option <strong>-bl</strong>.
939 </dd>
940 <p></p>
941 <dt><strong><a name="item_termname_3a_termname"><strong>termName:</strong> <em>termname</em></a></strong><br />
942 </dt>
943 <dd>
944 Specifies the terminal type name to be set in the <strong>TERM</strong> environment
945 variable; option <strong>-tn</strong>.
946 </dd>
947 <p></p>
948 <dt><strong><a name="item_linespace_3a_number"><strong>linespace:</strong> <em>number</em></a></strong><br />
949 </dt>
950 <dd>
951 Specifies number of lines (pixel height) to insert between each row of
952 the display [default 0]; option <strong>-lsp</strong>.
953 </dd>
954 <p></p>
955 <dt><strong><a name="item_meta8_3a_boolean"><strong>meta8:</strong> <em>boolean</em></a></strong><br />
956 </dt>
957 <dd>
958 <strong>True</strong>: handle Meta (Alt) + keypress to set the 8th bit. <strong>False</strong>:
959 handle Meta (Alt) + keypress as an escape prefix [default].
960 </dd>
961 <p></p>
962 <dt><strong><a name="item_mousewheelscrollpage_3a_boolean"><strong>mouseWheelScrollPage:</strong> <em>boolean</em></a></strong><br />
963 </dt>
964 <dd>
965 <strong>True</strong>: the mouse wheel scrolls a page full. <strong>False</strong>: the mouse wheel
966 scrolls five lines [default].
967 </dd>
968 <p></p>
969 <dt><strong><a name="item_pastabletabs_3a_boolean"><strong>pastableTabs:</strong> <em>boolean</em></a></strong><br />
970 </dt>
971 <dd>
972 <strong>True</strong>: store tabs as wide characters. <strong>False</strong>: interpret tabs as cursor
973 movement only; option <code>-ptab</code>.
974 </dd>
975 <p></p>
976 <dt><strong><a name="item_cursorblink_3a_boolean"><strong>cursorBlink:</strong> <em>boolean</em></a></strong><br />
977 </dt>
978 <dd>
979 <strong>True</strong>: blink the cursor. <strong>False</strong>: do not blink the cursor [default];
980 option <strong>-bc</strong>.
981 </dd>
982 <p></p>
983 <dt><strong><a name="item_pointerblank_3a_boolean"><strong>pointerBlank:</strong> <em>boolean</em></a></strong><br />
984 </dt>
985 <dd>
986 <strong>True</strong>: blank the pointer when a key is pressed or after a set number
987 of seconds of inactivity. <strong>False</strong>: the pointer is always visible
988 [default].
989 </dd>
990 <p></p>
991 <dt><strong><a name="item_pointercolor_3a_colour"><strong>pointerColor:</strong> <em>colour</em></a></strong><br />
992 </dt>
993 <dd>
994 Mouse pointer foreground colour.
995 </dd>
996 <p></p>
997 <dt><strong><a name="item_pointercolor2_3a_colour"><strong>pointerColor2:</strong> <em>colour</em></a></strong><br />
998 </dt>
999 <dd>
1000 Mouse pointer background colour.
1001 </dd>
1002 <p></p>
1003 <dt><strong><a name="item_pointerblankdelay_3a_number"><strong>pointerBlankDelay:</strong> <em>number</em></a></strong><br />
1004 </dt>
1005 <dd>
1006 Specifies number of seconds before blanking the pointer [default 2].
1007 </dd>
1008 <p></p>
1009 <dt><strong><a name="item_backspacekey_3a_string"><strong>backspacekey:</strong> <em>string</em></a></strong><br />
1010 </dt>
1011 <dd>
1012 The string to send when the backspace key is pressed. If set to <strong>DEC</strong>
1013 or unset it will send <strong>Delete</strong> (code 127) or, if shifted, <strong>Backspace</strong>
1014 (code 8) - which can be reversed with the appropriate DEC private mode
1015 escape sequence.
1016 </dd>
1017 <p></p>
1018 <dt><strong><a name="item_deletekey_3a_string"><strong>deletekey:</strong> <em>string</em></a></strong><br />
1019 </dt>
1020 <dd>
1021 The string to send when the delete key (not the keypad delete key) is
1022 pressed. If unset it will send the sequence traditionally associated
1023 with the <strong>Execute</strong> key.
1024 </dd>
1025 <p></p>
1026 <dt><strong><a name="item_cutchars_3a_string"><strong>cutchars:</strong> <em>string</em></a></strong><br />
1027 </dt>
1028 <dd>
1029 The characters used as delimiters for double-click word selection. The
1030 built-in default:
1031 </dd>
1032 <dd>
1033 <p><strong>BACKSLASH ```'&amp;()*,;&lt;=</strong>?@[]{|} &gt;&gt;</p>
1034 </dd>
1035 <p></p>
1036 <dt><strong><a name="item_preedittype_3a_style"><strong>preeditType:</strong> <em>style</em></a></strong><br />
1037 </dt>
1038 <dd>
1039 <strong>OverTheSpot</strong>, <strong>OffTheSpot</strong>, <strong>Root</strong>; option <strong>-pt</strong>.
1040 </dd>
1041 <p></p>
1042 <dt><strong><a name="item_inputmethod_3a_name"><strong>inputMethod:</strong> <em>name</em></a></strong><br />
1043 </dt>
1044 <dd>
1045 <em>name</em> of inputMethod to use; option <strong>-im</strong>.
1046 </dd>
1047 <p></p>
1048 <dt><strong><a name="item_imlocale_3a_name"><strong>imLocale:</strong> <em>name</em></a></strong><br />
1049 </dt>
1050 <dd>
1051 The locale to use for opening the IM. You can use an LC_CTYPE of e.g.
1052 de_DE.UTF-8 for normal text processing but ja_JP.EUC-JP for the input
1053 extension to be able to input japanese characters while staying in
1054 another locale. option <strong>-imlocale</strong>.
1055 </dd>
1056 <p></p>
1057 <dt><strong><a name="item_insecure_3a_boolean"><strong>insecure:</strong> <em>boolean</em></a></strong><br />
1058 </dt>
1059 <dd>
1060 Enables ``insecure'' mode. Rxvt-unicode offers some escape sequences that
1061 echo arbitrary strings like the icon name or the locale. This could be
1062 abused if somebody gets 8-bit-clean access to your display, whether
1063 throuh a mail client displaying mail bodies unfiltered or though
1064 write(1). Therefore, these sequences are disabled by default. (Note
1065 that other terminals, including xterm, have these sequences
1066 enabled by default). You can enable them by setting this boolean
1067 resource or specifying <strong>-insecure</strong> as an option. At the moment, this
1068 enabled display-answer, locale, findfont, icon label and window title
1069 requests as well as dynamic menubar dispatch.
1070 </dd>
1071 <p></p>
1072 <dt><strong><a name="item_modifier_3a_modifier"><strong>modifier:</strong> <em>modifier</em></a></strong><br />
1073 </dt>
1074 <dd>
1075 Set the key to be interpreted as the Meta key to: <strong>alt</strong>, <strong>meta</strong>,
1076 <strong>hyper</strong>, <strong>super</strong>, <strong>mod1</strong>, <strong>mod2</strong>, <strong>mod3</strong>, <strong>mod4</strong>, <strong>mod5</strong>; option
1077 <strong>-mod</strong>.
1078 </dd>
1079 <p></p>
1080 <dt><strong><a name="item_answerbackstring_3a_string"><strong>answerbackString:</strong> <em>string</em></a></strong><br />
1081 </dt>
1082 <dd>
1083 Specify the reply rxvt-unicode sends to the shell when an ENQ (control-E)
1084 character is passed through. It may contain escape values as described
1085 in the entry on <strong>keysym</strong> following.
1086 </dd>
1087 <p></p>
1088 <dt><strong><a name="item_secondaryscreen_3a_bool"><strong>secondaryScreen:</strong> <em>bool</em></a></strong><br />
1089 </dt>
1090 <dd>
1091 Turn on/off secondary screen (default enabled).
1092 </dd>
1093 <p></p>
1094 <dt><strong><a name="item_secondaryscroll_3a_bool"><strong>secondaryScroll:</strong> <em>bool</em></a></strong><br />
1095 </dt>
1096 <dd>
1097 Turn on/off secondary screen scroll (default enabled). If the this
1098 option is enabled, scrolls on the secondary screen will change the
1099 scrollback buffer and switching to/from the secondary screen will
1100 instead scroll the screen up.
1101 </dd>
1102 <p></p>
1103 <dt><strong><a name="item_keysym_2esym_3a_string"><strong>keysym.</strong><em>sym</em>: <em>string</em></a></strong><br />
1104 </dt>
1105 <dd>
1106 Compile <em>frills</em>: Associate <em>string</em> with keysym <em>sym</em>. The
1107 intervening resource name <strong>keysym.</strong> cannot be omitted.
1108 </dd>
1109 <dd>
1110 <p>The format of <em>sym</em> is ``<em>(modifiers-)key</em>'', where <em>modifiers</em> can be
1111 any combination of <strong>ISOLevel3</strong>, <strong>AppKeypad</strong>, <strong>Control</strong>, <strong>NumLock</strong>,
1112 <strong>Shift</strong>, <strong>Meta</strong>, <strong>Lock</strong>, <strong>Mod1</strong>, <strong>Mod2</strong>, <strong>Mod3</strong>, <strong>Mod4</strong>, <strong>Mod5</strong>,
1113 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>,
1114 <strong>2</strong>, <strong>3</strong>, <strong>4</strong>, <strong>5</strong>.</p>
1115 </dd>
1116 <dd>
1117 <p>The <strong>NumLock</strong>, <strong>Meta</strong> and <strong>ISOLevel3</strong> modifiers are usually aliased to
1118 whatever modifier the NumLock key, Meta/Alt keys or ISO Level3 Shift/AltGr
1119 keys are being mapped. <strong>AppKeypad</strong> is a artificial modifier mapped to the
1120 current application keymap mode state.</p>
1121 </dd>
1122 <dd>
1123 <p>The spellings of <em>key</em> can be obtained by using <strong>xev</strong>(1) command or
1124 searching keysym macros from <strong>/usr/X11R6/include/X11/keysymdef.h</strong> and
1125 omitting the prefix <strong>XK_</strong>. Alternatively you can specify <em>key</em> by its hex
1126 keysym value (<strong>0x0000 - 0xFFFF</strong>). Note that the lookup of <em>sym</em>s is not
1127 performed in an exact manner; however, the closest match is assured.</p>
1128 </dd>
1129 <dd>
1130 <p><em>string</em> may contain escape values (<code>\a</code>: bell, <code>\b</code>: backspace,
1131 <code>\e</code>, <code>\E</code>: escape, <code>\n</code>: newline, <code>\r</code>: carriage return, <code>\t</code>: tab,
1132 <code>\000</code>: octal number) or verbatim control characters (<code>^?</code>: delete,
1133 <code>^@</code>: null, <code>^A</code> ...) and may be enclosed with double quotes so that it
1134 can start or end with whitespace.</p>
1135 </dd>
1136 <dd>
1137 <p>You can define a range of keysyms in one shot by providing a <em>string</em>
1138 with pattern <strong>list/PREFIX/MIDDLE/SUFFIX</strong>, where the delimeter `/'
1139 should be a character not used by the strings.</p>
1140 </dd>
1141 <dd>
1142 <p>Its usage can be demonstrated by an example:</p>
1143 </dd>
1144 <dd>
1145 <pre>
1146 URxvt.keysym.M-C-0x61: list|\e&lt;M-C-|abc|&gt;</pre>
1147 </dd>
1148 <dd>
1149 <p>The above line is equivalent to the following three lines:</p>
1150 </dd>
1151 <dd>
1152 <pre>
1153 URxvt.keysym.Meta-Control-0x61: \e&lt;M-C-a&gt;
1154 URxvt.keysym.Meta-Control-0x62: \e&lt;M-C-b&gt;
1155 URxvt.keysym.Meta-Control-0x63: \e&lt;M-C-c&gt;</pre>
1156 </dd>
1157 <dd>
1158 <p>If <em>string</em> takes the form of <code>proto:STRING</code>, the specified <strong>STRING</strong> is
1159 interpreted and executed as rxvt's control sequence. For example,
1160 <code>proto:\033]701;zh_CN.GBK\007</code> means: change the current locale to
1161 <code>zh_CN.GBK</code>.</p>
1162 </dd>
1163 <p></p></dl>
1164 <p>
1165 </p>
1166 <hr />
1167 <h1><a name="the_scrollbar">THE SCROLLBAR</a></h1>
1168 <p>Lines of text that scroll off the top of the <strong>rxvt</strong> window
1169 (resource: <strong>saveLines</strong>) and can be scrolled back using the scrollbar
1170 or by keystrokes. The normal <strong>rxvt</strong> scrollbar has arrows and
1171 its behaviour is fairly intuitive. The <strong>xterm-scrollbar</strong> is without
1172 arrows and its behaviour mimics that of <em>xterm</em></p>
1173 <p>Scroll down with <strong>Button1</strong> (<strong>xterm-scrollbar</strong>) or <strong>Shift-Next</strong>.
1174 Scroll up with <strong>Button3</strong> (<strong>xterm-scrollbar</strong>) or <strong>Shift-Prior</strong>.
1175 Continuous scroll with <strong>Button2</strong>.</p>
1176 <p>
1177 </p>
1178 <hr />
1179 <h1><a name="mouse_reporting">MOUSE REPORTING</a></h1>
1180 <p>To temporarily override mouse reporting, for either the scrollbar or
1181 the normal text selection/insertion, hold either the Shift or the Meta
1182 (Alt) key while performing the desired mouse action.</p>
1183 <p>If mouse reporting mode is active, the normal scrollbar actions are
1184 disabled -- on the assumption that we are using a fullscreen
1185 application. Instead, pressing Button1 and Button3 sends <strong>ESC[6~</strong>
1186 (Next) and <strong>ESC[5~</strong> (Prior), respectively. Similarly, clicking on the
1187 up and down arrows sends <strong>ESC[A</strong> (Up) and <strong>ESC[B</strong> (Down),
1188 respectively.</p>
1189 <p>
1190 </p>
1191 <hr />
1192 <h1><a name="text_selection_and_insertion">TEXT SELECTION AND INSERTION</a></h1>
1193 <p>The behaviour of text selection and insertion mechanism is similar to
1194 <em>xterm</em>(1).</p>
1195 <dl>
1196 <dt><strong><a name="item_selection_3a"><strong>Selection</strong>:</a></strong><br />
1197 </dt>
1198 <dd>
1199 Left click at the beginning of the region, drag to the end of the
1200 region and release; Right click to extend the marked region; Left
1201 double-click to select a word; Left triple-click to select the entire
1202 line.
1203 </dd>
1204 <dd>
1205 <p>Starting a selection while pressing the <strong>Meta</strong> key (or <strong>Meta+Ctrl</strong> keys)
1206 (Compile: <em>frills</em>) will create a rectangular selection instead of a normal
1207 one.</p>
1208 </dd>
1209 <p></p>
1210 <dt><strong><a name="item_insertion_3a"><strong>Insertion</strong>:</a></strong><br />
1211 </dt>
1212 <dd>
1213 Pressing and releasing the Middle mouse button (or <strong>Shift-Insert</strong>) in
1214 an <strong>rxvt</strong> window causes the current text selection to be
1215 inserted as if it had been typed on the keyboard.
1216 </dd>
1217 <p></p></dl>
1218 <p>
1219 </p>
1220 <hr />
1221 <h1><a name="changing_fonts">CHANGING FONTS</a></h1>
1222 <p>Changing fonts (or font sizes, respectively) via the keypad is not yet
1223 supported in rxvt-unicode. Bug me if you need this.</p>
1224 <p>You can, however, switch fonts at runtime using escape sequences (and
1225 therefore using the menubar), e.g.:</p>
1226 <pre>
1227 printf '\e]701;%s\007' &quot;9x15bold,xft:Kochi Gothic&quot;</pre>
1228 <p>rxvt-unicode will automatically re-apply these fonts to the output so far.</p>
1229 <p>
1230 </p>
1231 <hr />
1232 <h1><a name="iso_14755_support">ISO 14755 SUPPORT</a></h1>
1233 <p>ISO 14755 is a standard for entering and viewing unicode characters
1234 and character codes using the keyboard. It consists of 4 parts. The
1235 first part is available rxvt-unicode has been compiled with
1236 <code>--enable-frills</code>, the rest is available when rxvt-unicode was compiled
1237 with <code>--enable-iso14755</code>.</p>
1238 <ol>
1239 <li><strong><a name="item_1_3a_basic_method">1: Basic method</a></strong><br />
1240 </li>
1241 This allows you to enter unicode characters using their hexcode.
1242 <p>Start by pressing and holding both <code>Control</code> and <code>Shift</code>, then enter
1243 hex-digits (between one and six). Releasing <code>Control</code> and <code>Shift</code> will
1244 commit the character as if it were typed directly. While holding down
1245 <code>Control</code> and <code>Shift</code> you can also enter multiple characters by pressing
1246 <code>Space</code>, which will commit the current character and lets you start a new
1247 one.</p>
1248 <p>As an example of use, imagine a business card with a japanese e-mail
1249 address, which you cannot type. Fortunately, the card has the e-mail
1250 address printed as hexcodes, e.g. <code>671d 65e5</code>. You can enter this easily
1251 by pressing <code>Control</code> and <code>Shift</code>, followed by <code>6-7-1-D-SPACE-6-5-E-5</code>,
1252 followed by releasing the modifier keys.</p>
1253 <p></p>
1254 <li><strong><a name="item_2_3a_keyboard_symbols_entry_method">2: Keyboard symbols entry method</a></strong><br />
1255 </li>
1256 This mode lets you input characters representing the keycap symbols of
1257 your keyboard, if representable in the current locale encoding.
1258 <p>Start by pressing <code>Control</code> and <code>Shift</code> together, then releasing
1259 them. The next special key (cursor keys, home etc.) you enter will not
1260 invoke it's usual function but instead will insert the corresponding
1261 keycap symbol. The symbol will only be entered when the key has been
1262 released, otherwise pressing e.g. <code>Shift</code> would enter the symbol for
1263 <code>ISO Level 2 Switch</code>, although your intention might have been to enter a
1264 reverse tab (Shift-Tab).</p>
1265 <p></p>
1266 <li><strong><a name="item_3_3a_screen_2dselection_entry_method">3: Screen-selection entry method</a></strong><br />
1267 </li>
1268 While this is implemented already (it's basically the selection
1269 mechanism), it could be extended by displaying a unicode character map.
1270 <p></p>
1271 <li><strong><a name="item_4_3a_feedback_method_for_identifying_displayed_cha">4: Feedback method for identifying displayed characters for later input</a></strong><br />
1272 </li>
1273 This method lets you display the unicode character code associated with
1274 characters already displayed.
1275 <p>You enter this mode by holding down <code>Control</code> and <code>Shift</code> together, then
1276 pressing and holding the left mouse button and moving around. The unicode
1277 hex <code>code(s)</code> (it might be a combining character) of the character under the
1278 pointer is displayed until you release <code>Control</code> and <code>Shift</code>.</p>
1279 <p>In addition to the hex codes it will display the font used to draw this
1280 character - due to implementation reasons, characters combined with
1281 combining characters, line drawing characters and unknown characters will
1282 always be drawn using the built-in support font.</p>
1283 <p></p></ol>
1284 <p>With respect to conformance, rxvt-unicode is supposed to be compliant to
1285 both scenario A and B of ISO 14755, including part 5.2.</p>
1286 <p>
1287 </p>
1288 <hr />
1289 <h1><a name="login_stamp">LOGIN STAMP</a></h1>
1290 <p><strong>rxvt</strong> tries to write an entry into the <em>utmp</em>(5) file so
1291 that it can be seen via the <em>who(1)</em> command, and can accept messages.
1292 To allow this feature, <strong>rxvt</strong> must be installed setuid root on
1293 some systems.</p>
1294 <p>
1295 </p>
1296 <hr />
1297 <h1><a name="colors_and_graphics">COLORS AND GRAPHICS</a></h1>
1298 <p>In addition to the default foreground and background colours,
1299 <strong>rxvt</strong> can display up to 16 colours (8 ANSI colours plus
1300 high-intensity bold/blink versions of the same). Here is a list of the
1301 colours with their <strong>rgb.txt</strong> names.</p>
1302 <table>
1303 <tr><td>color0</td><td>(black)</td><td>= Black</td></tr>
1304 <tr><td>color1</td><td>(red)</td><td>= Red3</td></tr>
1305 <tr><td>color2</td><td>(green)</td><td>= Green3</td></tr>
1306 <tr><td>color3</td><td>(yellow)</td><td>= Yellow3</td></tr>
1307 <tr><td>color4</td><td>(blue)</td><td>= Blue3</td></tr>
1308 <tr><td>color5</td><td>(magenta)</td><td>= Magenta3</td></tr>
1309 <tr><td>color6</td><td>(cyan)</td><td>= Cyan3</td></tr>
1310 <tr><td>color7</td><td>(white)</td><td>= AntiqueWhite</td></tr>
1311 <tr><td>color8</td><td>(bright black)</td><td>= Grey25</td></tr>
1312 <tr><td>color9</td><td>(bright red)</td><td>= Red</td></tr>
1313 <tr><td>color10</td><td>(bright green)</td><td>= Green</td></tr>
1314 <tr><td>color11</td><td>(bright yellow)</td><td>= Yellow</td></tr>
1315 <tr><td>color12</td><td>(bright blue)</td><td>= Blue</td></tr>
1316 <tr><td>color13</td><td>(bright magenta)</td><td>= Magenta</td></tr>
1317 <tr><td>color14</td><td>(bright cyan)</td><td>= Cyan</td></tr>
1318 <tr><td>color15</td><td>(bright white)</td><td>= White</td></tr>
1319 <tr><td>foreground</td><td></td><td>= Black</td></tr>
1320 <tr><td>background</td><td></td><td>= White</td></tr>
1321 </table><p>It is also possible to specify the colour values of <strong>foreground</strong>,
1322 <strong>background</strong>, <strong>cursorColor</strong>, <strong>cursorColor2</strong>, <strong>colorBD</strong>, <strong>colorUL</strong> as
1323 a number 0-15, as a convenient shorthand to reference the colour name of
1324 color0-color15.</p>
1325 <p>Note that <strong>-rv</strong> (<strong>``reverseVideo: True''</strong>) simulates reverse video by
1326 always swapping the foreground/background colours. This is in contrast to
1327 <em>xterm</em>(1) where the colours are only swapped if they have not otherwise
1328 been specified. For example,</p>
1329 <dl>
1330 <dt><strong><a name="item_rxvt__2dfg_black__2dbg_white__2drv"><strong>rxvt -fg Black -bg White -rv</strong></a></strong><br />
1331 </dt>
1332 <dd>
1333 would yield White on Black, while on <em>xterm</em>(1) it would yield Black
1334 on White.
1335 </dd>
1336 <p></p></dl>
1337 <p>
1338 </p>
1339 <hr />
1340 <h1><a name="environment">ENVIRONMENT</a></h1>
1341 <p><strong>rxvt</strong> sets the environment variables <strong>TERM</strong>, <strong>COLORTERM</strong>
1342 and <strong>COLORFGBG</strong>. The environment variable <strong>WINDOWID</strong> is set to the X
1343 window id number of the <strong>rxvt</strong> window and it also uses and
1344 sets the environment variable <strong>DISPLAY</strong> to specify which display
1345 terminal to use. <strong>rxvt</strong> uses the environment variables
1346 <strong>RXVTPATH</strong> and <strong>PATH</strong> to find XPM files.</p>
1347 <p>
1348 </p>
1349 <hr />
1350 <h1><a name="files">FILES</a></h1>
1351 <dl>
1352 <dt><strong><a name="item__2fetc_2futmp"><strong>/etc/utmp</strong></a></strong><br />
1353 </dt>
1354 <dd>
1355 System file for login records.
1356 </dd>
1357 <p></p>
1358 <dt><strong><a name="item__2fusr_2flib_2fx11_2frgb_2etxt"><strong>/usr/lib/X11/rgb.txt</strong></a></strong><br />
1359 </dt>
1360 <dd>
1361 Color names.
1362 </dd>
1363 <p></p></dl>
1364 <p>
1365 </p>
1366 <hr />
1367 <h1><a name="see_also">SEE ALSO</a></h1>
1368 <p>rxvt(7), xterm(1), sh(1), resize(1), X(1), pty(4), tty(4), <code>utmp(5)</code></p>
1369 <p>
1370 </p>
1371 <hr />
1372 <h1><a name="bugs">BUGS</a></h1>
1373 <p>Check the BUGS file for an up-to-date list.</p>
1374 <p>Cursor change support is not yet implemented.</p>
1375 <p>Click-and-drag doesn't work with X11 mouse report overriding.</p>
1376 <p>
1377 </p>
1378 <hr />
1379 <h1><a name="current_project_coordinator">CURRENT PROJECT COORDINATOR</a></h1>
1380 <dl>
1381 <dt><strong><a name="item_project_coordinator">Project Coordinator</a></strong><br />
1382 </dt>
1383 <dd>
1384 Marc A. Lehmann <em><a href="mailto:rxvt@schmorp.de">rxvt@schmorp.de</a></em>
1385 </dd>
1386 <p></p>
1387 <dt><strong><a name="item_web_page_maintainter">Web page maintainter</a></strong><br />
1388 </dt>
1389 <dd>
1390 Marc A. Lehmann <em><a href="mailto:rxvt@schmorp.de">rxvt@schmorp.de</a></em>
1391 </dd>
1392 <dd>
1393 <p><a href="http://software.schmorp.de/">http://software.schmorp.de/</a></p>
1394 </dd>
1395 <p></p></dl>
1396 <p>
1397 </p>
1398 <hr />
1399 <h1><a name="authors">AUTHORS</a></h1>
1400 <dl>
1401 <dt><strong><a name="item_john_bovey">John Bovey</a></strong><br />
1402 </dt>
1403 <dd>
1404 University of Kent, 1992, wrote the original Xvt.
1405 </dd>
1406 <p></p>
1407 <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 />
1408 </dt>
1409 <dd>
1410 very heavily modified Xvt and came up with Rxvt
1411 </dd>
1412 <p></p>
1413 <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 />
1414 </dt>
1415 <dd>
1416 wrote the Greek Keyboard Input (no longer in code)
1417 </dd>
1418 <p></p>
1419 <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 />
1420 </dt>
1421 <dd>
1422 Wrote the menu system.
1423 </dd>
1424 <dd>
1425 <p>Project Coordinator (changes.txt 2.11 to 2.21)</p>
1426 </dd>
1427 <p></p>
1428 <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 />
1429 </dt>
1430 <dd>
1431 Project Coordinator (changes.txt 2.21a to 2.4.5)
1432 </dd>
1433 <p></p>
1434 <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 />
1435 </dt>
1436 <dd>
1437 Rewrote screen display and text selection routines. Project Coordinator
1438 (changes.txt 2.4.6 - rxvt-unicode)
1439 </dd>
1440 <p></p>
1441 <dt><strong><a name="item_marc_alexander_lehmann__3crxvt_40schmorp_2ede_3e">Marc Alexander Lehmann <em><a href="mailto:<rxvt@schmorp.de"><rxvt@schmorp.de</a></em>&gt;</a></strong><br />
1442 </dt>
1443 <dd>
1444 Forked rxvt-unicode, rewrote most of the display code and internal
1445 character handling to store text in unicode, improve xterm
1446 compatibility and apply numerous other bugfixes and extensions.
1447 </dd>
1448 <dd>
1449 <p>Project Coordinator (Changes 1.0 -)</p>
1450 </dd>
1451 <p></p></dl>
1452
1453 </body>
1454
1455 </html>