ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.7.html
Revision: 1.14
Committed: Mon Feb 14 18:47:54 2005 UTC (19 years, 4 months ago) by root
Content type: text/html
Branch: MAIN
CVS Tags: rel-5_1
Changes since 1.13: +11 -11 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>REFERENCE - FAQ, command sequences and other background information</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="#rxvt_technical_reference">RXVT TECHNICAL REFERENCE</a></li>
20 <li><a href="#description">DESCRIPTION</a></li>
21 <li><a href="#definitions">Definitions</a></li>
22 <li><a href="#values">Values</a></li>
23 <li><a href="#escape_sequences">Escape Sequences</a></li>
24 <li><a href="#csi__command_sequence_introducer__sequences">CSI (Command Sequence Introducer) Sequences</a></li>
25 <li><a href="#dec_private_modes">DEC Private Modes</a></li>
26 <li><a href="#xterm_operating_system_commands">XTerm Operating System Commands</a></li>
27 <li><a href="#menubar">menuBar</a></li>
28 <ul>
29
30 <li><a href="#overview_of_menubar_operation">Overview of menuBar operation</a></li>
31 <li><a href="#commands">Commands</a></li>
32 <li><a href="#adding_and_accessing_menus">Adding and accessing menus</a></li>
33 <li><a href="#removing_menus">Removing menus</a></li>
34 <li><a href="#quick_arrows">Quick Arrows</a></li>
35 <li><a href="#command_summary">Command Summary</a></li>
36 </ul>
37
38 <li><a href="#xpm">XPM</a></li>
39 <li><a href="#mouse_reporting">Mouse Reporting</a></li>
40 <li><a href="#key_codes">Key Codes</a></li>
41 <li><a href="#configure_options">CONFIGURE OPTIONS</a></li>
42 <li><a href="#authors">AUTHORS</a></li>
43 </ul>
44 <!-- INDEX END -->
45
46 <hr />
47 <p>
48 </p>
49 <h1><a name="name">NAME</a></h1>
50 <p>RXVT REFERENCE - FAQ, command sequences and other background information</p>
51 <p>
52 </p>
53 <hr />
54 <h1><a name="synopsis">SYNOPSIS</a></h1>
55 <pre>
56 # set a new font set
57 printf '\33]50;%s\007' 9x15,xft:Kochi&quot; Mincho&quot;</pre>
58 <pre>
59 # change the locale and tell rxvt-unicode about it
60 export LC_CTYPE=ja_JP.EUC-JP; printf &quot;\33]701;$LC_CTYPE\007&quot;</pre>
61 <pre>
62 # set window title
63 printf '\33]2;%s\007' &quot;new window title&quot;</pre>
64 <p>
65 </p>
66 <hr />
67 <h1><a name="description">DESCRIPTION</a></h1>
68 <p>This document contains the FAQ, the RXVT TECHNICAL REFERENCE documenting
69 all escape sequences, and other background information.</p>
70 <p>The newest version of this document is
71 also available on the World Wide Web at
72 <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>
73 <p>
74 </p>
75 <hr />
76 <h1><a name="frequently_asked_questions">FREQUENTLY ASKED QUESTIONS</a></h1>
77 <dl>
78 <dt><strong><a name="item_how_do_i_know_which_rxvt_2dunicode_version_i_27m_u">How do I know which rxvt-unicode version I'm using?</a></strong><br />
79 </dt>
80 <dd>
81 The version number is displayed with the usage (-h). Also the escape
82 sequence <code>ESC [ 8 n</code> sets the window title to the version number.
83 </dd>
84 <p></p>
85 <dt><strong><a name="item_i_am_using_debian_gnu_2flinux_and_have_a_problem_2">I am using Debian GNU/Linux and have a problem...</a></strong><br />
86 </dt>
87 <dd>
88 The Debian GNU/Linux package of rxvt-unicode contains large patches that
89 considerably change the behaviour of rxvt-unicode. Before reporting a
90 bug to the original rxvt-unicode author please download and install the
91 genuine version (<a href="http://software.schmorp.de#rxvt-unicode">http://software.schmorp.de#rxvt-unicode</a>) and try to
92 reproduce the problem. If you cannot, chances are that the problems are
93 specific to Debian GNU/Linux, in which case it should be reported via the
94 Debian Bug Tracking System (use <code>reportbug</code> to report the bug).
95 </dd>
96 <dd>
97 <p>For other problems that also affect the Debian package, you can and
98 probably should use the Debian BTS, too, because, after all, it's also a
99 bug in the Debian version and it serves as a reminder for other users that
100 might encounter the same issue.</p>
101 </dd>
102 <p></p>
103 <dt><strong><a name="item_when_i_log_2din_to_another_system_it_tells_me_abou">When I log-in to another system it tells me about missing terminfo data?</a></strong><br />
104 </dt>
105 <dd>
106 The terminal description used by rxvt-unicode is not as widely available
107 as that for xterm, or even rxvt (for which the same problem often arises).
108 </dd>
109 <dd>
110 <p>The correct solution for this problem is to install the terminfo, this can
111 be done like this (with ncurses' infocmp):</p>
112 </dd>
113 <dd>
114 <pre>
115 REMOTE=remotesystem.domain
116 infocmp rxvt-unicode | ssh $REMOTE &quot;cat &gt;/tmp/ti &amp;&amp; tic /tmp/ti&quot;</pre>
117 </dd>
118 <dd>
119 <p>... or by installing rxvt-unicode normally on the remote system,</p>
120 </dd>
121 <dd>
122 <p>If you cannot or do not want to do this, then you can simply set
123 <code>TERM=rxvt</code> or even <code>TERM=xterm</code>, and live with the small number of
124 problems arising, which includes wrong keymapping, less and different
125 colours and some refresh errors in fullscreen applications. It's a nice
126 quick-and-dirty workaround for rare cases, though.</p>
127 </dd>
128 <dd>
129 <p>If you always want to do this (and are fine with the consequences) you
130 can either recompile rxvt-unicode with the desired TERM value or use a
131 resource to set it:</p>
132 </dd>
133 <dd>
134 <pre>
135 URxvt.termName: rxvt</pre>
136 </dd>
137 <dd>
138 <p>If you don't plan to use <strong>rxvt</strong> (quite common...) you could also replace
139 the rxvt terminfo file with the rxvt-unicode one.</p>
140 </dd>
141 <p></p>
142 <dt><strong><a name="item_bash_27s_readline_does_not_work_correctly_under_rx"><code>bash</code>'s readline does not work correctly under rxvt.</a></strong><br />
143 </dt>
144 <dt><strong><a name="item_i_need_a_termcap_file_entry_2e">I need a termcap file entry.</a></strong><br />
145 </dt>
146 <dd>
147 One reason you might want this is that some distributions or operating
148 systems still compile some programs using the long-obsoleted termcap
149 library (Fedora Core's bash is one example) and rely on a termcap entry
150 for <code>rxvt-unicode</code>.
151 </dd>
152 <dd>
153 <p>You could use rxvt's termcap entry with resonable results in many cases.
154 You can also create a termcap entry by using terminfo's infocmp program
155 like this:</p>
156 </dd>
157 <dd>
158 <pre>
159 infocmp -C rxvt-unicode</pre>
160 </dd>
161 <dd>
162 <p>Or you could use this termcap entry, generated by the command above:</p>
163 </dd>
164 <dd>
165 <pre>
166 rxvt-unicode|rxvt-unicode terminal (X Window System):\
167 :am:bw:eo:km:mi:ms:xn:xo:\
168 :co#80:it#8:li#24:lm#0:\
169 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
170 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
171 :RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=^O:al=\E[L:\
172 :as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
173 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
174 :ec=\E[%dX:ei=\E[4l:ho=\E[H:i1=\E[?47l\E=\E[?1l:ic=\E[@:\
175 :im=\E[4h:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:\
176 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
177 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:\
178 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:kd=\EOB:ke=\E[?1l\E&gt;:\
179 :kh=\E[7~:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
180 :mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:rc=\E8:\
181 :sc=\E7:se=\E[27m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
182 :te=\E[r\E[?1049l:ti=\E[?1049h:ue=\E[24m:up=\E[A:\
183 :us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:\
184 :vs=\E[?25h:</pre>
185 </dd>
186 <p></p>
187 <dt><strong><a name="item_why_does_ls_no_longer_have_coloured_output_3f">Why does <code>ls</code> no longer have coloured output?</a></strong><br />
188 </dt>
189 <dd>
190 The <code>ls</code> in the GNU coreutils unfortunately doesn't use terminfo to
191 decide wether a terminal has colour, but uses it's own configuration
192 file. Needless to say, <code>rxvt-unicode</code> is not in it's default file (among
193 with most other terminals supporting colour). Either add:
194 </dd>
195 <dd>
196 <pre>
197 TERM rxvt-unicode</pre>
198 </dd>
199 <dd>
200 <p>to <code>/etc/DIR_COLORS</code> or simply add:</p>
201 </dd>
202 <dd>
203 <pre>
204 alias ls='ls --color=auto'</pre>
205 </dd>
206 <dd>
207 <p>to your <code>.profile</code> or <code>.bashrc</code>.</p>
208 </dd>
209 <p></p>
210 <dt><strong><a name="item_why_doesn_27t_vim_2femacs_etc_2e_use_the_88_colour">Why doesn't vim/emacs etc. use the 88 colour mode?</a></strong><br />
211 </dt>
212 <dt><strong><a name="item_why_doesn_27t_vim_2femacs_etc_2e_make_use_of_itali">Why doesn't vim/emacs etc. make use of italic?</a></strong><br />
213 </dt>
214 <dt><strong><a name="item_why_are_the_secondary_screen_2drelated_options_not">Why are the secondary screen-related options not working properly?</a></strong><br />
215 </dt>
216 <dd>
217 Make sure you are using <code>TERM=rxvt-unicode</code>. Some pre-packaged
218 distributions (most notably Debian GNU/Linux) break rxvt-unicode
219 by setting <code>TERM</code> to <code>rxvt</code>, which doesn't have these extra
220 features. Unfortunately, some of these (most notably, again, Debian
221 GNU/Linux) furthermore fail to even install the <code>rxvt-unicode</code> terminfo
222 file, so you will need to install it on your own (See the question <strong>When
223 I log-in to another system it tells me about missing terminfo data?</strong> on
224 how to do this).
225 </dd>
226 <p></p>
227 <dt><strong><a name="item_my_numerical_keypad_acts_weird_and_generates_diffe">My numerical keypad acts weird and generates differing output?</a></strong><br />
228 </dt>
229 <dd>
230 Some Debian GNUL/Linux users seem to have this problem, although no
231 specific details were reported so far. It is possible that this is caused
232 by the wrong <code>TERM</code> setting, although the details of wether and how
233 this can happen are unknown, as <code>TERM=rxvt</code> should offer a compatible
234 keymap. See the answer to the previous question, and please report if that
235 helped.
236 </dd>
237 <p></p>
238 <dt><strong><a name="item_rxvt_2dunicode_does_not_seem_to_understand_the_sel">Rxvt-unicode does not seem to understand the selected encoding?</a></strong><br />
239 </dt>
240 <dt><strong><a name="item_unicode_does_not_seem_to_work_3f">Unicode does not seem to work?</a></strong><br />
241 </dt>
242 <dd>
243 If you encounter strange problems like typing an accented character but
244 getting two unrelated other characters or similar, or if program output is
245 subtly garbled, then you should check your locale settings.
246 </dd>
247 <dd>
248 <p>Rxvt-unicode must be started with the same <code>LC_CTYPE</code> setting as the
249 programs. Often rxvt-unicode is started in the <a href="#item_c"><code>C</code></a> locale, while the
250 login script running within the rxvt-unicode window changes the locale to
251 something else, e.g. <code>en_GB.UTF-8</code>. Needless to say, this is not going to work.</p>
252 </dd>
253 <dd>
254 <p>The best thing is to fix your startup environment, as you will likely run
255 into other problems. If nothing works you can try this in your .profile.</p>
256 </dd>
257 <dd>
258 <pre>
259 printf '\e]701;%s\007' &quot;$LC_CTYPE&quot;</pre>
260 </dd>
261 <dd>
262 <p>If this doesn't work, then maybe you use a <code>LC_CTYPE</code> specification not
263 supported on your systems. Some systems have a <code>locale</code> command which
264 displays this (also, <code>perl -e0</code> can be used to check locale settings, as
265 it will complain loudly if it cannot set the locale). If it displays something
266 like:</p>
267 </dd>
268 <dd>
269 <pre>
270 locale: Cannot set LC_CTYPE to default locale: ...</pre>
271 </dd>
272 <dd>
273 <p>Then the locale you specified is not supported on your system.</p>
274 </dd>
275 <dd>
276 <p>If nothing works and you are sure that everything is set correctly then
277 you will need to remember a little known fact: Some programs just don't
278 support locales :(</p>
279 </dd>
280 <p></p>
281 <dt><strong><a name="item_why_do_some_characters_look_so_much_different_than">Why do some characters look so much different than others?</a></strong><br />
282 </dt>
283 <dt><strong><a name="item_how_does_rxvt_2dunicode_choose_fonts_3f">How does rxvt-unicode choose fonts?</a></strong><br />
284 </dt>
285 <dd>
286 Most fonts do not contain the full range of Unicode, which is
287 fine. Chances are that the font you (or the admin/package maintainer of
288 your system/os) have specified does not cover all the characters you want
289 to display.
290 </dd>
291 <dd>
292 <p><strong>rxvt-unicode</strong> makes a best-effort try at finding a replacement
293 font. Often the result is fine, but sometimes the chosen font looks
294 bad/ugly/wrong. Some fonts have totally strange characters that don't
295 resemble the correct glyph at all, and rxvt-unicode lacks the artificial
296 intelligence to detect that a specific glyph is wrong: it has to believe
297 the font that the characters it claims to contain indeed look correct.</p>
298 </dd>
299 <dd>
300 <p>In that case, select a font of your taste and add it to the font list,
301 e.g.:</p>
302 </dd>
303 <dd>
304 <pre>
305 rxvt -fn basefont,font2,font3...</pre>
306 </dd>
307 <dd>
308 <p>When rxvt-unicode sees a character, it will first look at the base
309 font. If the base font does not contain the character, it will go to the
310 next font, and so on. Specifying your own fonts will also speed up this
311 search and use less resources within rxvt-unicode and the X-server.</p>
312 </dd>
313 <dd>
314 <p>The only limitation is that none of the fonts may be larger than the base
315 font, as the base font defines the terminal character cell size, which
316 must be the same due to the way terminals work.</p>
317 </dd>
318 <p></p>
319 <dt><strong><a name="item_why_do_some_chinese_characters_look_so_different_t">Why do some chinese characters look so different than others?</a></strong><br />
320 </dt>
321 <dd>
322 This is because there is a difference between script and language --
323 rxvt-unicode does not know which language the text that is output is,
324 as it only knows the unicode character codes. If rxvt-unicode first
325 sees a japanese/chinese character, it might choose a japanese font for
326 display. Subsequent japanese characters will use that font. Now, many
327 chinese characters aren't represented in japanese fonts, so when the first
328 non-japanese character comes up, rxvt-unicode will look for a chinese font
329 -- unfortunately at this point, it will still use the japanese font for
330 chinese characters that are also in the japanese font.
331 </dd>
332 <dd>
333 <p>The workaround is easy: just tag a chinese font at the end of your font
334 list (see the previous question). The key is to view the font list as
335 a preference list: If you expect more japanese, list a japanese font
336 first. If you expect more chinese, put a chinese font first.</p>
337 </dd>
338 <dd>
339 <p>In the future it might be possible to switch language preferences at
340 runtime (the internal data structure has no problem with using different
341 fonts for the same character at the same time, but no interface for this
342 has been designed yet).</p>
343 </dd>
344 <dd>
345 <p>Until then, you might get away with switching fonts at runtime (see <a href="#can_i_switch_the_fonts_at_runtime">Can I switch the fonts at runtime?</a> later in this document).</p>
346 </dd>
347 <p></p>
348 <dt><strong><a name="item_why_does_rxvt_2dunicode_sometimes_leave_pixel_drop">Why does rxvt-unicode sometimes leave pixel droppings?</a></strong><br />
349 </dt>
350 <dd>
351 Most fonts were not designed for terminal use, which means that character
352 size varies a lot. A font that is otherwise fine for terminal use might
353 contain some characters that are simply too wide. Rxvt-unicode will avoid
354 these characters. For characters that are just ``a bit'' too wide a special
355 ``careful'' rendering mode is used that redraws adjacent characters.
356 </dd>
357 <dd>
358 <p>All of this requires that fonts do not lie about character sizes,
359 however: Xft fonts often draw glyphs larger than their acclaimed bounding
360 box, and rxvt-unicode has no way of detecting this (the correct way is to
361 ask for the character bounding box, which unfortunately is wrong in these
362 cases).</p>
363 </dd>
364 <dd>
365 <p>It's not clear (to me at least), wether this is a bug in Xft, freetype,
366 or the respective font. If you encounter this problem you might try using
367 the <code>-lsp</code> option to give the font more height. If that doesn't work, you
368 might be forced to use a different font.</p>
369 </dd>
370 <dd>
371 <p>All of this is not a problem when using X11 core fonts, as their bounding
372 box data is correct.</p>
373 </dd>
374 <p></p>
375 <dt><strong><a name="item_compose">My Compose (Multi_key) key is no longer working.</a></strong><br />
376 </dt>
377 <dd>
378 The most common causes for this are that either your locale is not set
379 correctly, or you specified a <strong>preeditStyle</strong> that is not supported by
380 your input method. For example, if you specified <strong>OverTheSpot</strong> and
381 your input method (e.g. the default input method handling Compose keys)
382 does not support this (for instance because it is not visual), then
383 rxvt-unicode will continue without an input method.
384 </dd>
385 <dd>
386 <p>In this case either do not specify a <strong>preeditStyle</strong> or specify more than
387 one pre-edit style, such as <strong>OverTheSpot,Root,None</strong>.</p>
388 </dd>
389 <p></p>
390 <dt><strong><a name="item_i_cannot_type_ctrl_2dshift_2d2_to_get_an_ascii_nul">I cannot type <code>Ctrl-Shift-2</code> to get an ASCII NUL character due to ISO 14755</a></strong><br />
391 </dt>
392 <dd>
393 Either try <code>Ctrl-2</code> alone (it often is mapped to ASCII NUL even on
394 international keyboards) or simply use ISO 14755 support to your
395 advantage, typing &lt;Ctrl-Shift-0&gt; to get a ASCII NUL. This works for other
396 codes, too, such as <code>Ctrl-Shift-1-d</code> to type the default telnet escape
397 character and so on.
398 </dd>
399 <p></p>
400 <dt><strong><a name="item_how_can_i_keep_rxvt_2dunicode_from_using_reverse_v">How can I keep rxvt-unicode from using reverse video so much?</a></strong><br />
401 </dt>
402 <dd>
403 First of all, make sure you are running with the right terminal settings
404 (<code>TERM=rxvt-unicode</code>), which will get rid of most of these effects. Then
405 make sure you have specified colours for italic and bold, as otherwise
406 rxvt-unicode might use reverse video to simulate the effect:
407 </dd>
408 <dd>
409 <pre>
410 URxvt.colorBD: white
411 URxvt.colorIT: green</pre>
412 </dd>
413 <p></p>
414 <dt><strong><a name="item_colours">Some programs assume totally weird colours (red instead of blue), how can I fix that?</a></strong><br />
415 </dt>
416 <dd>
417 For some unexplainable reason, some rare programs assume a very weird
418 colour palette when confronted with a terminal with more than the standard
419 8 colours (rxvt-unicode supports 88). The right fix is, of course, to fix
420 these programs not to assume non-ISO colours without very good reasons.
421 </dd>
422 <dd>
423 <p>In the meantime, you can either edit your <code>rxvt-unicode</code> terminfo
424 definition to only claim 8 colour support or use <code>TERM=rxvt</code>, which will
425 fix colours but keep you from using other rxvt-unicode features.</p>
426 </dd>
427 <p></p>
428 <dt><strong><a name="item_i_am_on_freebsd_and_rxvt_2dunicode_does_not_seem_t">I am on FreeBSD and rxvt-unicode does not seem to work at all.</a></strong><br />
429 </dt>
430 <dd>
431 Rxvt-unicode requires the symbol <code>__STDC_ISO_10646__</code> to be defined
432 in your compile environment, or an implementation that implements it,
433 wether it defines the symbol or not. <code>__STDC_ISO_10646__</code> requires that
434 <strong>wchar_t</strong> is represented as unicode.
435 </dd>
436 <dd>
437 <p>As you might have guessed, FreeBSD does neither define this symobl nor
438 does it support it. Instead, it uses it's own internal representation of
439 <strong>wchar_t</strong>. This is, of course, completely fine with respect to standards.</p>
440 </dd>
441 <dd>
442 <p>However, <code>__STDC_ISO_10646__</code> is the only sane way to support
443 multi-language apps in an OS, as using a locale-dependent (and
444 non-standardized) representation of <strong>wchar_t</strong> makes it impossible to
445 convert between <strong>wchar_t</strong> (as used by X11 and your applications) and any
446 other encoding without implementing OS-specific-wrappers for each and
447 every locale. There simply are no APIs to convert <strong>wchar_t</strong> into anything
448 except the current locale encoding.</p>
449 </dd>
450 <dd>
451 <p>Some applications (such as the formidable <strong>mlterm</strong>) work around this
452 by carrying their own replacement functions for character set handling
453 with them, and either implementing OS-dependent hacks or doing multiple
454 conversions (which is slow and unreliable in case the OS implements
455 encodings slightly different than the terminal emulator).</p>
456 </dd>
457 <dd>
458 <p>The rxvt-unicode author insists that the right way to fix this is in the
459 system libraries once and for all, instead of forcing every app to carry
460 complete replacements for them :)</p>
461 </dd>
462 <p></p>
463 <dt><strong><a name="item_how_does_rxvt_2dunicode_determine_the_encoding_to_">How does rxvt-unicode determine the encoding to use?</a></strong><br />
464 </dt>
465 <dt><strong><a name="item_is_there_an_option_to_switch_encodings_3f">Is there an option to switch encodings?</a></strong><br />
466 </dt>
467 <dd>
468 Unlike some other terminals, rxvt-unicode has no encoding switch, and no
469 specific ``utf-8'' mode, such as xterm. In fact, it doesn't even know about
470 UTF-8 or any other encodings with respect to terminal I/O.
471 </dd>
472 <dd>
473 <p>The reasons is that there exists a perfectly fine mechanism for selecting
474 the encoding, doing I/O and (most important) communicating this to all
475 applications so everybody agrees on character properties such as width
476 and code number. This mechanism is the <em>locale</em>. Applications not using
477 that info will have problems (for example, <code>xterm</code> gets the width of
478 characters wrong as it uses it's own, locale-independent table under all
479 locales).</p>
480 </dd>
481 <dd>
482 <p>Rxvt-unicode uses the <code>LC_CTYPE</code> locale category to select encoding. All
483 programs doing the same (that is, most) will automatically agree in the
484 interpretation of characters.</p>
485 </dd>
486 <dd>
487 <p>Unfortunately, there is no system-independent way to select locales, nor
488 is there a standard on how locale specifiers will look like.</p>
489 </dd>
490 <dd>
491 <p>On most systems, the content of the <code>LC_CTYPE</code> environment variable
492 contains an arbitrary string which corresponds to an already-installed
493 locale. Common names for locales are <code>en_US.UTF-8</code>, <code>de_DE.ISO-8859-15</code>,
494 <code>ja_JP.EUC-JP</code>, i.e. <code>language_country.encoding</code>, but other forms
495 (i.e. <code>de</code> or <code>german</code>) are also common.</p>
496 </dd>
497 <dd>
498 <p>Rxvt-unicode ignores all other locale categories, and except for
499 the encoding, ignores country or language-specific settings,
500 i.e. <code>de_DE.UTF-8</code> and <code>ja_JP.UTF-8</code> are the normally same to
501 rxvt-unicode.</p>
502 </dd>
503 <dd>
504 <p>If you want to use a specific encoding you have to make sure you start
505 rxvt-unicode with the correct <code>LC_CTYPE</code> category.</p>
506 </dd>
507 <p></p>
508 <dt><strong><a name="item_can_i_switch_locales_at_runtime_3f">Can I switch locales at runtime?</a></strong><br />
509 </dt>
510 <dd>
511 Yes, using an escape sequence. Try something like this, which sets
512 rxvt-unicode's idea of <code>LC_CTYPE</code>.
513 </dd>
514 <dd>
515 <pre>
516 printf '\e]701;%s\007' ja_JP.SJIS</pre>
517 </dd>
518 <dd>
519 <p>See also the previous answer.</p>
520 </dd>
521 <dd>
522 <p>Sometimes this capability is rather handy when you want to work in
523 one locale (e.g. <code>de_DE.UTF-8</code>) but some programs don't support it
524 (e.g. UTF-8). For example, I use this script to start <code>xjdic</code>, which
525 first switches to a locale supported by xjdic and back later:</p>
526 </dd>
527 <dd>
528 <pre>
529 printf '\e]701;%s\007' ja_JP.SJIS
530 xjdic -js
531 printf '\e]701;%s\007' de_DE.UTF-8</pre>
532 </dd>
533 <dd>
534 <p>You can also use xterm's <code>luit</code> program, which usually works fine, except
535 for some locales where character width differs between program- and
536 rxvt-unicode-locales.</p>
537 </dd>
538 <p></p>
539 <dt><strong><a name="item_can_i_switch_the_fonts_at_runtime_3f">Can I switch the fonts at runtime?</a></strong><br />
540 </dt>
541 <dd>
542 Yes, using an escape sequence. Try something like this, which has the same
543 effect as using the <code>-fn</code> switch, and takes effect immediately:
544 </dd>
545 <dd>
546 <pre>
547 printf '\e]50;%s\007' &quot;9x15bold,xft:Kochi Gothic&quot;</pre>
548 </dd>
549 <dd>
550 <p>This is useful if you e.g. work primarily with japanese (and prefer a
551 japanese font), but you have to switch to chinese temporarily, where
552 japanese fonts would only be in your way.</p>
553 </dd>
554 <dd>
555 <p>You can think of this as a kind of manual ISO-2022 switching.</p>
556 </dd>
557 <p></p>
558 <dt><strong><a name="item_why_do_italic_characters_look_as_if_clipped_3f">Why do italic characters look as if clipped?</a></strong><br />
559 </dt>
560 <dd>
561 Many fonts have difficulties with italic characters and hinting. For
562 example, the otherwise very nicely hinted font <code>xft:Bitstream Vera Sans
563 Mono</code> completely fails in it's italic face. A workaround might be to
564 enable freetype autohinting, i.e. like this:
565 </dd>
566 <dd>
567 <pre>
568 URxvt.italicFont: xft:Bitstream Vera Sans Mono:italic:autohint=true
569 URxvt.boldItalicFont: xft:Bitstream Vera Sans Mono:bold:italic:autohint=true</pre>
570 </dd>
571 <p></p>
572 <dt><strong><a name="item_my_input_method_wants__3csome_encoding_3e_but_i_wa">My input method wants &lt;some encoding&gt; but I want UTF-8, what can I do?</a></strong><br />
573 </dt>
574 <dd>
575 You can specify separate locales for the input method and the rest of the
576 terminal, using the resource <code>imlocale</code>:
577 </dd>
578 <dd>
579 <pre>
580 URxvt*imlocale: ja_JP.EUC-JP</pre>
581 </dd>
582 <dd>
583 <p>Now you can start your terminal with <code>LC_CTYPE=ja_JP.UTF-8</code> and still
584 use your input method. Please note, however, that you will not be able to
585 input characters outside <code>EUC-JP</code> in a normal way then, as your input
586 method limits you.</p>
587 </dd>
588 <p></p>
589 <dt><strong><a name="item_rxvt_2dunicode_crashes_when_the_x_input_method_cha">Rxvt-unicode crashes when the X Input Method changes or exits.</a></strong><br />
590 </dt>
591 <dd>
592 Unfortunately, this is unavoidable, as the XIM protocol is racy by
593 design. Applications can avoid some crashes at the expense of memory
594 leaks, and Input Methods can avoid some crashes by careful ordering at
595 exit time. <strong>kinput2</strong> (and derived input methods) generally succeeds,
596 while <strong>SCIM</strong> (or similar input methods) fails. In the end, however,
597 crashes cannot be completely avoided even if both sides cooperate.
598 </dd>
599 <dd>
600 <p>So the only workaround is not to kill your Input Method Servers.</p>
601 </dd>
602 <p></p>
603 <dt><strong><a name="item_rxvt_2dunicode_uses_gobs_of_memory_2c_how_can_i_re">Rxvt-unicode uses gobs of memory, how can I reduce that?</a></strong><br />
604 </dt>
605 <dd>
606 Rxvt-unicode tries to obey the rule of not charging you for something you
607 don't use. One thing you should try is to configure out all settings that
608 you don't need, for example, Xft support is a resource hog by design,
609 when used. Compiling it out ensures that no Xft font will be loaded
610 accidentally when rxvt-unicode tries to find a font for your characters.
611 </dd>
612 <dd>
613 <p>Also, many people (me included) like large windows and even larger
614 scrollback buffers: Without <a href="#item__2d_2denable_2dunicode3"><code>--enable-unicode3</code></a>, rxvt-unicode will use
615 6 bytes per screen cell. For a 160x?? window this amounts to almost a
616 kilobyte per line. A scrollback buffer of 10000 lines will then (if full)
617 use 10 Megabytes of memory. With <a href="#item__2d_2denable_2dunicode3"><code>--enable-unicode3</code></a> it gets worse, as
618 rxvt-unicode then uses 8 bytes per screen cell.</p>
619 </dd>
620 <p></p>
621 <dt><strong><a name="item_can_i_speed_up_xft_rendering_somehow_3f">Can I speed up Xft rendering somehow?</a></strong><br />
622 </dt>
623 <dd>
624 Yes, the most obvious way to speed it up is to avoid Xft entirely, as
625 it is simply slow. If you still want Xft fonts you might try to disable
626 antialiasing (by appending <code>:antialiasing=false</code>), which saves lots of
627 memory and also speeds up rendering considerably.
628 </dd>
629 <p></p>
630 <dt><strong><a name="item_rxvt_2dunicode_doesn_27t_seem_to_anti_2dalias_its_">Rxvt-unicode doesn't seem to anti-alias its fonts, what is wrong?</a></strong><br />
631 </dt>
632 <dd>
633 Rxvt-unicode will use whatever you specify as a font. If it needs to
634 fall back to it's default font search list it will prefer X11 core
635 fonts, because they are small and fast, and then use Xft fonts. It has
636 antialiasing disabled for most of them, because the author thinks they
637 look best that way.
638 </dd>
639 <dd>
640 <p>If you want antialiasing, you have to specify the fonts manually.</p>
641 </dd>
642 <p></p>
643 <dt><strong><a name="item_mouse_cut_2fpaste_suddenly_no_longer_works_2e">Mouse cut/paste suddenly no longer works.</a></strong><br />
644 </dt>
645 <dd>
646 Make sure that mouse reporting is actually turned off since killing
647 some editors prematurely may leave the mouse in mouse report mode. I've
648 heard that tcsh may use mouse reporting unless it otherwise specified. A
649 quick check is to see if cut/paste works when the Alt or Shift keys are
650 depressed. See <code>rxvt(7)</code>
651 </dd>
652 <p></p>
653 <dt><strong><a name="item_what_27s_with_this_bold_2fblink_stuff_3f">What's with this bold/blink stuff?</a></strong><br />
654 </dt>
655 <dd>
656 If no bold colour is set via <code>colorBD:</code>, bold will invert text using the
657 standard foreground colour.
658 </dd>
659 <dd>
660 <p>For the standard background colour, blinking will actually make the
661 text blink when compiled with <code>--enable-blinking</code>. with standard
662 colours. Without <code>--enable-blinking</code>, the blink attribute will be
663 ignored.</p>
664 </dd>
665 <dd>
666 <p>On ANSI colours, bold/blink attributes are used to set high-intensity
667 foreground/background colors.</p>
668 </dd>
669 <dd>
670 <p>color0-7 are the low-intensity colors.</p>
671 </dd>
672 <dd>
673 <p>color8-15 are the corresponding high-intensity colors.</p>
674 </dd>
675 <p></p>
676 <dt><strong><a name="item_i_don_27t_like_the_screen_colors_2e_how_do_i_chang">I don't like the screen colors. How do I change them?</a></strong><br />
677 </dt>
678 <dd>
679 You can change the screen colors at run-time using <em>~/.Xdefaults</em>
680 resources (or as long-options).
681 </dd>
682 <dd>
683 <p>Here are values that are supposed to resemble a VGA screen,
684 including the murky brown that passes for low-intensity yellow:</p>
685 </dd>
686 <dd>
687 <pre>
688 URxvt.color0: #000000
689 URxvt.color1: #A80000
690 URxvt.color2: #00A800
691 URxvt.color3: #A8A800
692 URxvt.color4: #0000A8
693 URxvt.color5: #A800A8
694 URxvt.color6: #00A8A8
695 URxvt.color7: #A8A8A8</pre>
696 </dd>
697 <dd>
698 <pre>
699 URxvt.color8: #000054
700 URxvt.color9: #FF0054
701 URxvt.color10: #00FF54
702 URxvt.color11: #FFFF54
703 URxvt.color12: #0000FF
704 URxvt.color13: #FF00FF
705 URxvt.color14: #00FFFF
706 URxvt.color15: #FFFFFF</pre>
707 </dd>
708 <dd>
709 <p>And here is a more complete set of non-standard colors described (not by
710 me) as ``pretty girly''.</p>
711 </dd>
712 <dd>
713 <pre>
714 URxvt.cursorColor: #dc74d1
715 URxvt.pointerColor: #dc74d1
716 URxvt.background: #0e0e0e
717 URxvt.foreground: #4ad5e1
718 URxvt.color0: #000000
719 URxvt.color8: #8b8f93
720 URxvt.color1: #dc74d1
721 URxvt.color9: #dc74d1
722 URxvt.color2: #0eb8c7
723 URxvt.color10: #0eb8c7
724 URxvt.color3: #dfe37e
725 URxvt.color11: #dfe37e
726 URxvt.color5: #9e88f0
727 URxvt.color13: #9e88f0
728 URxvt.color6: #73f7ff
729 URxvt.color14: #73f7ff
730 URxvt.color7: #e1dddd
731 URxvt.color15: #e1dddd</pre>
732 </dd>
733 <p></p>
734 <dt><strong><a name="item_how_can_i_start_rxvtd_in_a_race_2dfree_way_3f">How can I start rxvtd in a race-free way?</a></strong><br />
735 </dt>
736 <dd>
737 Despite it's name, rxvtd is not a real daemon, but more like a
738 server that answers rxvtc's requests, so it doesn't background
739 itself.
740 </dd>
741 <dd>
742 <p>To ensure rxvtd is listening on it's socket, you can use the
743 following method to wait for the startup message before continuing:</p>
744 </dd>
745 <dd>
746 <pre>
747 { rxvtd &amp; } | read</pre>
748 </dd>
749 <p></p>
750 <dt><strong><a name="item_what_27s_with_the_strange_backspace_2fdelete_key_b">What's with the strange Backspace/Delete key behaviour?</a></strong><br />
751 </dt>
752 <dd>
753 Assuming that the physical Backspace key corresponds to the
754 BackSpace keysym (not likely for Linux ... see the following
755 question) there are two standard values that can be used for
756 Backspace: <code>^H</code> and <code>^?</code>.
757 </dd>
758 <dd>
759 <p>Historically, either value is correct, but rxvt-unicode adopts the debian
760 policy of using <code>^?</code> when unsure, because it's the one only only correct
761 choice :).</p>
762 </dd>
763 <dd>
764 <p>Rxvt-unicode tries to inherit the current stty settings and uses the value
765 of `erase' to guess the value for backspace. If rxvt-unicode wasn't
766 started from a terminal (say, from a menu or by remote shell), then the
767 system value of `erase', which corresponds to CERASE in &lt;termios.h&gt;, will
768 be used (which may not be the same as your stty setting).</p>
769 </dd>
770 <dd>
771 <p>For starting a new rxvt-unicode:</p>
772 </dd>
773 <dd>
774 <pre>
775 # use Backspace = ^H
776 $ stty erase ^H
777 $ rxvt</pre>
778 </dd>
779 <dd>
780 <pre>
781 # use Backspace = ^?
782 $ stty erase ^?
783 $ rxvt</pre>
784 </dd>
785 <dd>
786 <p>Toggle with <code>ESC [ 36 h</code> / <code>ESC [ 36 l</code> as documented in rxvt(7).</p>
787 </dd>
788 <dd>
789 <p>For an existing rxvt-unicode:</p>
790 </dd>
791 <dd>
792 <pre>
793 # use Backspace = ^H
794 $ stty erase ^H
795 $ echo -n &quot;^[[36h&quot;</pre>
796 </dd>
797 <dd>
798 <pre>
799 # use Backspace = ^?
800 $ stty erase ^?
801 $ echo -n &quot;^[[36l&quot;</pre>
802 </dd>
803 <dd>
804 <p>This helps satisfy some of the Backspace discrepancies that occur, but
805 if you use Backspace = <code>^H</code>, make sure that the termcap/terminfo value
806 properly reflects that.</p>
807 </dd>
808 <dd>
809 <p>The Delete key is a another casualty of the ill-defined Backspace problem.
810 To avoid confusion between the Backspace and Delete keys, the Delete
811 key has been assigned an escape sequence to match the vt100 for Execute
812 (<code>ESC [ 3 ~</code>) and is in the supplied termcap/terminfo.</p>
813 </dd>
814 <dd>
815 <p>Some other Backspace problems:</p>
816 </dd>
817 <dd>
818 <p>some editors use termcap/terminfo,
819 some editors (vim I'm told) expect Backspace = ^H,
820 GNU Emacs (and Emacs-like editors) use ^H for help.</p>
821 </dd>
822 <dd>
823 <p>Perhaps someday this will all be resolved in a consistent manner.</p>
824 </dd>
825 <p></p>
826 <dt><strong><a name="item_i_don_27t_like_the_key_2dbindings_2e_how_do_i_chan">I don't like the key-bindings. How do I change them?</a></strong><br />
827 </dt>
828 <dd>
829 There are some compile-time selections available via configure. Unless
830 you have run ``configure'' with the <a href="#item__2d_2ddisable_2dresources"><code>--disable-resources</code></a> option you can
831 use the `keysym' resource to alter the keystrings associated with keysyms.
832 </dd>
833 <dd>
834 <p>Here's an example for a URxvt session started using <code>rxvt -name URxvt</code></p>
835 </dd>
836 <dd>
837 <pre>
838 URxvt.keysym.Home: \033[1~
839 URxvt.keysym.End: \033[4~
840 URxvt.keysym.C-apostrophe: \033&lt;C-'&gt;
841 URxvt.keysym.C-slash: \033&lt;C-/&gt;
842 URxvt.keysym.C-semicolon: \033&lt;C-;&gt;
843 URxvt.keysym.C-grave: \033&lt;C-`&gt;
844 URxvt.keysym.C-comma: \033&lt;C-,&gt;
845 URxvt.keysym.C-period: \033&lt;C-.&gt;
846 URxvt.keysym.C-0x60: \033&lt;C-`&gt;
847 URxvt.keysym.C-Tab: \033&lt;C-Tab&gt;
848 URxvt.keysym.C-Return: \033&lt;C-Return&gt;
849 URxvt.keysym.S-Return: \033&lt;S-Return&gt;
850 URxvt.keysym.S-space: \033&lt;S-Space&gt;
851 URxvt.keysym.M-Up: \033&lt;M-Up&gt;
852 URxvt.keysym.M-Down: \033&lt;M-Down&gt;
853 URxvt.keysym.M-Left: \033&lt;M-Left&gt;
854 URxvt.keysym.M-Right: \033&lt;M-Right&gt;
855 URxvt.keysym.M-C-0: list \033&lt;M-C- 0123456789 &gt;
856 URxvt.keysym.M-C-a: list \033&lt;M-C- abcdefghijklmnopqrstuvwxyz &gt;
857 URxvt.keysym.F12: command:\033]701;zh_CN.GBK\007</pre>
858 </dd>
859 <dd>
860 <p>See some more examples in the documentation for the <strong>keysym</strong> resource.</p>
861 </dd>
862 <p></p>
863 <dt><strong><a name="item_i_27m_using_keyboard_model_xxx_that_has_extra_prio">I'm using keyboard model XXX that has extra Prior/Next/Insert keys.
864 How do I make use of them? For example, the Sun Keyboard type 4
865 has the following mappings that rxvt-unicode doesn't recognize.</a></strong><br />
866 </dt>
867 <dd>
868 <pre>
869 KP_Insert == Insert
870 F22 == Print
871 F27 == Home
872 F29 == Prior
873 F33 == End
874 F35 == Next</pre>
875 </dd>
876 <dd>
877 <p>Rather than have rxvt-unicode try to accommodate all the various possible
878 keyboard mappings, it is better to use `xmodmap' to remap the keys as
879 required for your particular machine.</p>
880 </dd>
881 <dt><strong><a name="item_how_do_i_distinguish_wether_i_27m_running_rxvt_2du">How do I distinguish wether I'm running rxvt-unicode or a regular xterm?
882 I need this to decide about setting colors etc.</a></strong><br />
883 </dt>
884 <dd>
885 rxvt and rxvt-unicode always export the variable ``COLORTERM'', so you can
886 check and see if that is set. Note that several programs, JED, slrn,
887 Midnight Commander automatically check this variable to decide whether or
888 not to use color.
889 </dd>
890 <p></p>
891 <dt><strong><a name="item_how_do_i_set_the_correct_2c_full_ip_address_for_th">How do I set the correct, full IP address for the DISPLAY variable?</a></strong><br />
892 </dt>
893 <dd>
894 If you've compiled rxvt-unicode with DISPLAY_IS_IP and have enabled
895 insecure mode then it is possible to use the following shell script
896 snippets to correctly set the display. If your version of rxvt-unicode
897 wasn't also compiled with ESCZ_ANSWER (as assumed in these snippets) then
898 the COLORTERM variable can be used to distinguish rxvt-unicode from a
899 regular xterm.
900 </dd>
901 <dd>
902 <p>Courtesy of Chuck Blake &lt;<a href="mailto:cblake@BBN.COM">cblake@BBN.COM</a>&gt; with the following shell script
903 snippets:</p>
904 </dd>
905 <dd>
906 <pre>
907 # Bourne/Korn/POSIX family of shells:
908 [ ${TERM:-foo} = foo ] &amp;&amp; TERM=xterm # assume an xterm if we don't know
909 if [ ${TERM:-foo} = xterm ]; then
910 stty -icanon -echo min 0 time 15 # see if enhanced rxvt or not
911 echo -n '^[Z'
912 read term_id
913 stty icanon echo
914 if [ &quot;&quot;${term_id} = '^[[?1;2C' -a ${DISPLAY:-foo} = foo ]; then
915 echo -n '^[[7n' # query the rxvt we are in for the DISPLAY string
916 read DISPLAY # set it in our local shell
917 fi
918 fi</pre>
919 </dd>
920 <p></p>
921 <dt><strong><a name="item_how_do_i_compile_the_manual_pages_for_myself_3f">How do I compile the manual pages for myself?</a></strong><br />
922 </dt>
923 <dd>
924 You need to have a recent version of perl installed as <em>/usr/bin/perl</em>,
925 one that comes with <em>pod2man</em>, <em>pod2text</em> and <em>pod2html</em>. Then go to
926 the doc subdirectory and enter <code>make alldoc</code>.
927 </dd>
928 <p></p>
929 <dt><strong><a name="item_my_question_isn_27t_answered_here_2c_can_i_ask_a_h">My question isn't answered here, can I ask a human?</a></strong><br />
930 </dt>
931 <dd>
932 Before sending me mail, you could go to IRC: <code>irc.freenode.net</code>,
933 channel <code>#rxvt-unicode</code> has some rxvt-unicode enthusiasts that might be
934 interested in learning about new and exciting problems (but not FAQs :).
935 </dd>
936 <p></p></dl>
937 <p>
938 </p>
939 <hr />
940 <h1><a name="rxvt_technical_reference">RXVT TECHNICAL REFERENCE</a></h1>
941 <p>
942 </p>
943 <hr />
944 <h1><a name="description">DESCRIPTION</a></h1>
945 <p>The rest of this document describes various technical aspects of
946 <strong>rxvt-unicode</strong>. First the description of supported command sequences,
947 followed by menu and pixmap support and last by a description of all
948 features selectable at <code>configure</code> time.</p>
949 <p>
950 </p>
951 <hr />
952 <h1><a name="definitions">Definitions</a></h1>
953 <dl>
954 <dt><strong><a name="item_c"><strong><code>c</code> </strong>&gt;</a></strong><br />
955 </dt>
956 <dd>
957 The literal character c.
958 </dd>
959 <p></p>
960 <dt><strong><a name="item_c"><strong><code>C</code> </strong>&gt;</a></strong><br />
961 </dt>
962 <dd>
963 A single (required) character.
964 </dd>
965 <p></p>
966 <dt><strong><a name="item_ps"><strong><code>Ps</code> </strong>&gt;</a></strong><br />
967 </dt>
968 <dd>
969 A single (usually optional) numeric parameter, composed of one or more
970 digits.
971 </dd>
972 <p></p>
973 <dt><strong><a name="item_pm"><strong><code>Pm</code> </strong>&gt;</a></strong><br />
974 </dt>
975 <dd>
976 A multiple numeric parameter composed of any number of single numeric
977 parameters, separated by <code>;</code> character(s).
978 </dd>
979 <p></p>
980 <dt><strong><a name="item_pt"><strong><code>Pt</code> </strong>&gt;</a></strong><br />
981 </dt>
982 <dd>
983 A text parameter composed of printable characters.
984 </dd>
985 <p></p></dl>
986 <p>
987 </p>
988 <hr />
989 <h1><a name="values">Values</a></h1>
990 <dl>
991 <dt><strong><a name="item_enq"><strong><code>ENQ</code> </strong>&gt;</a></strong><br />
992 </dt>
993 <dd>
994 Enquiry (Ctrl-E) = Send Device Attributes (DA)
995 request attributes from terminal. See <strong><a href="#item_esc__5b_ps_c"><code>ESC [ Ps c</code></a> </strong>&gt;.
996 </dd>
997 <p></p>
998 <dt><strong><a name="item_bel"><strong><code>BEL</code> </strong>&gt;</a></strong><br />
999 </dt>
1000 <dd>
1001 Bell (Ctrl-G)
1002 </dd>
1003 <p></p>
1004 <dt><strong><a name="item_bs"><strong><code>BS</code> </strong>&gt;</a></strong><br />
1005 </dt>
1006 <dd>
1007 Backspace (Ctrl-H)
1008 </dd>
1009 <p></p>
1010 <dt><strong><a name="item_tab"><strong><code>TAB</code> </strong>&gt;</a></strong><br />
1011 </dt>
1012 <dd>
1013 Horizontal Tab (HT) (Ctrl-I)
1014 </dd>
1015 <p></p>
1016 <dt><strong><a name="item_lf"><strong><code>LF</code> </strong>&gt;</a></strong><br />
1017 </dt>
1018 <dd>
1019 Line Feed or New Line (NL) (Ctrl-J)
1020 </dd>
1021 <p></p>
1022 <dt><strong><a name="item_vt"><strong><code>VT</code> </strong>&gt;</a></strong><br />
1023 </dt>
1024 <dd>
1025 Vertical Tab (Ctrl-K) same as <strong><a href="#item_lf"><code>LF</code></a> </strong>&gt;
1026 </dd>
1027 <p></p>
1028 <dt><strong><a name="item_ff"><strong><code>FF</code> </strong>&gt;</a></strong><br />
1029 </dt>
1030 <dd>
1031 Form Feed or New Page (NP) (Ctrl-L) same as <strong><a href="#item_lf"><code>LF</code></a> </strong>&gt;
1032 </dd>
1033 <p></p>
1034 <dt><strong><a name="item_cr"><strong><code>CR</code> </strong>&gt;</a></strong><br />
1035 </dt>
1036 <dd>
1037 Carriage Return (Ctrl-M)
1038 </dd>
1039 <p></p>
1040 <dt><strong><a name="item_so"><strong><code>SO</code> </strong>&gt;</a></strong><br />
1041 </dt>
1042 <dd>
1043 Shift Out (Ctrl-N), invokes the G1 character set.
1044 Switch to Alternate Character Set
1045 </dd>
1046 <p></p>
1047 <dt><strong><a name="item_si"><strong><code>SI</code> </strong>&gt;</a></strong><br />
1048 </dt>
1049 <dd>
1050 Shift In (Ctrl-O), invokes the G0 character set (the default).
1051 Switch to Standard Character Set
1052 </dd>
1053 <p></p>
1054 <dt><strong><a name="item_spc"><strong><code>SPC</code> </strong>&gt;</a></strong><br />
1055 </dt>
1056 <dd>
1057 Space Character
1058 </dd>
1059 <p></p></dl>
1060 <p>
1061 </p>
1062 <hr />
1063 <h1><a name="escape_sequences">Escape Sequences</a></h1>
1064 <dl>
1065 <dt><strong><a name="item_esc__23_8"><strong><code>ESC # 8</code> </strong>&gt;</a></strong><br />
1066 </dt>
1067 <dd>
1068 DEC Screen Alignment Test (DECALN)
1069 </dd>
1070 <p></p>
1071 <dt><strong><a name="item_esc_7"><strong><code>ESC 7</code> </strong>&gt;</a></strong><br />
1072 </dt>
1073 <dd>
1074 Save Cursor (SC)
1075 </dd>
1076 <p></p>
1077 <dt><strong><a name="item_esc_8"><strong><code>ESC 8</code> </strong>&gt;</a></strong><br />
1078 </dt>
1079 <dd>
1080 Restore Cursor
1081 </dd>
1082 <p></p>
1083 <dt><strong><a name="item_esc__3d"><strong><code>ESC =</code> </strong>&gt;</a></strong><br />
1084 </dt>
1085 <dd>
1086 Application Keypad (SMKX). See also next sequence.
1087 </dd>
1088 <p></p>
1089 <dt><strong><a name="item_esc"><strong><code>ESC</code> </strong>&gt;&gt;</a></strong><br />
1090 </dt>
1091 <dd>
1092 Normal Keypad (RMKX)
1093 </dd>
1094 <dd>
1095 <p><strong>Note:</strong> If the numeric keypad is activated, eg, <strong>Num_Lock</strong> has been
1096 pressed, numbers or control functions are generated by the numeric keypad
1097 (see Key Codes).</p>
1098 </dd>
1099 <p></p>
1100 <dt><strong><a name="item_esc_d"><strong><code>ESC D</code> </strong>&gt;</a></strong><br />
1101 </dt>
1102 <dd>
1103 Index (IND)
1104 </dd>
1105 <p></p>
1106 <dt><strong><a name="item_esc_e"><strong><code>ESC E</code> </strong>&gt;</a></strong><br />
1107 </dt>
1108 <dd>
1109 Next Line (NEL)
1110 </dd>
1111 <p></p>
1112 <dt><strong><a name="item_esc_h"><strong><code>ESC H</code> </strong>&gt;</a></strong><br />
1113 </dt>
1114 <dd>
1115 Tab Set (HTS)
1116 </dd>
1117 <p></p>
1118 <dt><strong><a name="item_esc_m"><strong><code>ESC M</code> </strong>&gt;</a></strong><br />
1119 </dt>
1120 <dd>
1121 Reverse Index (RI)
1122 </dd>
1123 <p></p>
1124 <dt><strong><a name="item_esc_n"><strong><code>ESC N</code> </strong>&gt;</a></strong><br />
1125 </dt>
1126 <dd>
1127 Single Shift Select of G2 Character Set (SS2): affects next character
1128 only <em>unimplemented</em>
1129 </dd>
1130 <p></p>
1131 <dt><strong><a name="item_esc_o"><strong><code>ESC O</code> </strong>&gt;</a></strong><br />
1132 </dt>
1133 <dd>
1134 Single Shift Select of G3 Character Set (SS3): affects next character
1135 only <em>unimplemented</em>
1136 </dd>
1137 <p></p>
1138 <dt><strong><a name="item_esc_z"><strong><code>ESC Z</code> </strong>&gt;</a></strong><br />
1139 </dt>
1140 <dd>
1141 Obsolete form of returns: <strong><code>ESC [ ? 1 ; 2 C</code> </strong>&gt; <em>rxvt-unicode compile-time option</em>
1142 </dd>
1143 <p></p>
1144 <dt><strong><a name="item_esc_c"><strong><code>ESC c</code> </strong>&gt;</a></strong><br />
1145 </dt>
1146 <dd>
1147 Full reset (RIS)
1148 </dd>
1149 <p></p>
1150 <dt><strong><a name="item_esc_n"><strong><code>ESC n</code> </strong>&gt;</a></strong><br />
1151 </dt>
1152 <dd>
1153 Invoke the G2 Character Set (LS2)
1154 </dd>
1155 <p></p>
1156 <dt><strong><a name="item_esc_o"><strong><code>ESC o</code> </strong>&gt;</a></strong><br />
1157 </dt>
1158 <dd>
1159 Invoke the G3 Character Set (LS3)
1160 </dd>
1161 <p></p>
1162 <dt><strong><strong><code>ESC ( C</code> </strong>&gt;</strong><br />
1163 </dt>
1164 <dd>
1165 Designate G0 Character Set (ISO 2022), see below for values of <a href="#item_c"><code>C</code></a>.
1166 </dd>
1167 <p></p>
1168 <dt><strong><a name="item_esc__29_c"><strong><code>ESC ) C</code> </strong>&gt;</a></strong><br />
1169 </dt>
1170 <dd>
1171 Designate G1 Character Set (ISO 2022), see below for values of <a href="#item_c"><code>C</code></a>.
1172 </dd>
1173 <p></p>
1174 <dt><strong><a name="item_esc__2a_c"><strong><code>ESC * C</code> </strong>&gt;</a></strong><br />
1175 </dt>
1176 <dd>
1177 Designate G2 Character Set (ISO 2022), see below for values of <a href="#item_c"><code>C</code></a>.
1178 </dd>
1179 <p></p>
1180 <dt><strong><a name="item_esc__2b_c"><strong><code>ESC + C</code> </strong>&gt;</a></strong><br />
1181 </dt>
1182 <dd>
1183 Designate G3 Character Set (ISO 2022), see below for values of <a href="#item_c"><code>C</code></a>.
1184 </dd>
1185 <p></p>
1186 <dt><strong><a name="item_esc__24_c"><strong><code>ESC $ C</code> </strong>&gt;</a></strong><br />
1187 </dt>
1188 <dd>
1189 Designate Kanji Character Set
1190 </dd>
1191 <dd>
1192 <p>Where <strong><a href="#item_c"><code>C</code></a> </strong>&gt; is one of:</p>
1193 </dd>
1194 <table>
1195 <tr><td>C = 0 </td><td>DEC Special Character and Line Drawing Set</td></tr>
1196 <tr><td>C = A </td><td>United Kingdom (UK)</td></tr>
1197 <tr><td>C = B </td><td>United States (USASCII)</td></tr>
1198 <tr><td>C = <</td><td>Multinational character set unimplemented</td></tr>
1199 <tr><td>C = 5 </td><td>Finnish character set unimplemented</td></tr>
1200 <tr><td>C = C </td><td>Finnish character set unimplemented</td></tr>
1201 <tr><td>C = K </td><td>German character set unimplemented</td></tr>
1202 </table><p></p></dl>
1203 <p></p>
1204 <p>
1205 </p>
1206 <hr />
1207 <h1><a name="csi__command_sequence_introducer__sequences">CSI (Command Sequence Introducer) Sequences</a></h1>
1208 <dl>
1209 <dt><strong><a name="item_esc__5b_ps__40"><strong><code>ESC [ Ps @</code> </strong>&gt;</a></strong><br />
1210 </dt>
1211 <dd>
1212 Insert <strong><a href="#item_ps"><code>Ps</code></a> </strong>&gt; (Blank) <code>Character(s)</code> [default: 1] (ICH)
1213 </dd>
1214 <p></p>
1215 <dt><strong><a name="item_esc__5b_ps_a"><strong><code>ESC [ Ps A</code> </strong>&gt;</a></strong><br />
1216 </dt>
1217 <dd>
1218 Cursor Up <strong><a href="#item_ps"><code>Ps</code></a> </strong>&gt; Times [default: 1] (CUU)
1219 </dd>
1220 <p></p>
1221 <dt><strong><a name="item_esc__5b_ps_b"><strong><code>ESC [ Ps B</code> </strong>&gt;</a></strong><br />
1222 </dt>
1223 <dd>
1224 Cursor Down <strong><a href="#item_ps"><code>Ps</code></a> </strong>&gt; Times [default: 1] (CUD)
1225 </dd>
1226 <p></p>
1227 <dt><strong><a name="item_esc__5b_ps_c"><strong><code>ESC [ Ps C</code> </strong>&gt;</a></strong><br />
1228 </dt>
1229 <dd>
1230 Cursor Forward <strong><a href="#item_ps"><code>Ps</code></a> </strong>&gt; Times [default: 1] (CUF)
1231 </dd>
1232 <p></p>
1233 <dt><strong><a name="item_esc__5b_ps_d"><strong><code>ESC [ Ps D</code> </strong>&gt;</a></strong><br />
1234 </dt>
1235 <dd>
1236 Cursor Backward <strong><a href="#item_ps"><code>Ps</code></a> </strong>&gt; Times [default: 1] (CUB)
1237 </dd>
1238 <p></p>
1239 <dt><strong><a name="item_esc__5b_ps_e"><strong><code>ESC [ Ps E</code> </strong>&gt;</a></strong><br />
1240 </dt>
1241 <dd>
1242 Cursor Down <strong><a href="#item_ps"><code>Ps</code></a> </strong>&gt; Times [default: 1] and to first column
1243 </dd>
1244 <p></p>
1245 <dt><strong><a name="item_esc__5b_ps_f"><strong><code>ESC [ Ps F</code> </strong>&gt;</a></strong><br />
1246 </dt>
1247 <dd>
1248 Cursor Up <strong><a href="#item_ps"><code>Ps</code></a> </strong>&gt; Times [default: 1] and to first column
1249 </dd>
1250 <p></p>
1251 <dt><strong><a name="item_esc__5b_ps_g"><strong><code>ESC [ Ps G</code> </strong>&gt;</a></strong><br />
1252 </dt>
1253 <dd>
1254 Cursor to Column <strong><a href="#item_ps"><code>Ps</code></a> </strong>&gt; (HPA)
1255 </dd>
1256 <p></p>
1257 <dt><strong><a name="item_esc__5b_ps_3bps_h"><strong><code>ESC [ Ps;Ps H</code> </strong>&gt;</a></strong><br />
1258 </dt>
1259 <dd>
1260 Cursor Position [row;column] [default: 1;1] (CUP)
1261 </dd>
1262 <p></p>
1263 <dt><strong><a name="item_esc__5b_ps_i"><strong><code>ESC [ Ps I</code> </strong>&gt;</a></strong><br />
1264 </dt>
1265 <dd>
1266 Move forward <strong><a href="#item_ps"><code>Ps</code></a> </strong>&gt; tab stops [default: 1]
1267 </dd>
1268 <p></p>
1269 <dt><strong><a name="item_esc__5b_ps_j"><strong><code>ESC [ Ps J</code> </strong>&gt;</a></strong><br />
1270 </dt>
1271 <dd>
1272 Erase in Display (ED)
1273 </dd>
1274 <table>
1275 <tr><td>Ps = 0</td><td>Clear Below (default)</td></tr>
1276 <tr><td>Ps = 1</td><td>Clear Above</td></tr>
1277 <tr><td>Ps = 2</td><td>Clear All</td></tr>
1278 </table><p></p>
1279 <dt><strong><a name="item_esc__5b_ps_k"><strong><code>ESC [ Ps K</code> </strong>&gt;</a></strong><br />
1280 </dt>
1281 <dd>
1282 Erase in Line (EL)
1283 </dd>
1284 <table>
1285 <tr><td>Ps = 0</td><td>Clear to Right (default)</td></tr>
1286 <tr><td>Ps = 1</td><td>Clear to Left</td></tr>
1287 <tr><td>Ps = 2</td><td>Clear All</td></tr>
1288 </table><p></p>
1289 <dt><strong><a name="item_esc__5b_ps_l"><strong><code>ESC [ Ps L</code> </strong>&gt;</a></strong><br />
1290 </dt>
1291 <dd>
1292 Insert <strong><a href="#item_ps"><code>Ps</code></a> </strong>&gt; <code>Line(s)</code> [default: 1] (IL)
1293 </dd>
1294 <p></p>
1295 <dt><strong><a name="item_esc__5b_ps_m"><strong><code>ESC [ Ps M</code> </strong>&gt;</a></strong><br />
1296 </dt>
1297 <dd>
1298 Delete <strong><a href="#item_ps"><code>Ps</code></a> </strong>&gt; <code>Line(s)</code> [default: 1] (DL)
1299 </dd>
1300 <p></p>
1301 <dt><strong><a name="item_esc__5b_ps_p"><strong><code>ESC [ Ps P</code> </strong>&gt;</a></strong><br />
1302 </dt>
1303 <dd>
1304 Delete <strong><a href="#item_ps"><code>Ps</code></a> </strong>&gt; <code>Character(s)</code> [default: 1] (DCH)
1305 </dd>
1306 <p></p>
1307 <dt><strong><a name="item_esc__5b_ps_3bps_3bps_3bps_3bps_t"><strong><code>ESC [ Ps;Ps;Ps;Ps;Ps T</code> </strong>&gt;</a></strong><br />
1308 </dt>
1309 <dd>
1310 Initiate . <em>unimplemented</em> Parameters are
1311 [func;startx;starty;firstrow;lastrow].
1312 </dd>
1313 <p></p>
1314 <dt><strong><a name="item_esc__5b_ps_w"><strong><code>ESC [ Ps W</code> </strong>&gt;</a></strong><br />
1315 </dt>
1316 <dd>
1317 Tabulator functions
1318 </dd>
1319 <table>
1320 <tr><td>Ps = 0</td><td>Tab Set (HTS)</td></tr>
1321 <tr><td>Ps = 2</td><td>Tab Clear (TBC), Clear Current Column (default)</td></tr>
1322 <tr><td>Ps = 5</td><td>Tab Clear (TBC), Clear All</td></tr>
1323 </table><p></p>
1324 <dt><strong><a name="item_esc__5b_ps_x"><strong><code>ESC [ Ps X</code> </strong>&gt;</a></strong><br />
1325 </dt>
1326 <dd>
1327 Erase <strong><a href="#item_ps"><code>Ps</code></a> </strong>&gt; <code>Character(s)</code> [default: 1] (ECH)
1328 </dd>
1329 <p></p>
1330 <dt><strong><a name="item_esc__5b_ps_z"><strong><code>ESC [ Ps Z</code> </strong>&gt;</a></strong><br />
1331 </dt>
1332 <dd>
1333 Move backward <strong><a href="#item_ps"><code>Ps</code></a> </strong>&gt; [default: 1] tab stops
1334 </dd>
1335 <p></p>
1336 <dt><strong><a name="item_esc__5b_ps__27"><strong><code>ESC [ Ps '</code> </strong>&gt;</a></strong><br />
1337 </dt>
1338 <dd>
1339 See <strong><a href="#item_esc__5b_ps_g"><code>ESC [ Ps G</code></a> </strong>&gt;
1340 </dd>
1341 <p></p>
1342 <dt><strong><a name="item_esc__5b_ps_a"><strong><code>ESC [ Ps a</code> </strong>&gt;</a></strong><br />
1343 </dt>
1344 <dd>
1345 See <strong><a href="#item_esc__5b_ps_c"><code>ESC [ Ps C</code></a> </strong>&gt;
1346 </dd>
1347 <p></p>
1348 <dt><strong><a name="item_esc__5b_ps_c"><strong><code>ESC [ Ps c</code> </strong>&gt;</a></strong><br />
1349 </dt>
1350 <dd>
1351 Send Device Attributes (DA)
1352 <strong><code>Ps = 0</code> </strong>&gt; (or omitted): request attributes from terminal
1353 returns: <strong><code>ESC [ ? 1 ; 2 c</code> </strong>&gt; (``I am a VT100 with Advanced Video
1354 Option'')
1355 </dd>
1356 <p></p>
1357 <dt><strong><a name="item_esc__5b_ps_d"><strong><code>ESC [ Ps d</code> </strong>&gt;</a></strong><br />
1358 </dt>
1359 <dd>
1360 Cursor to Line <strong><a href="#item_ps"><code>Ps</code></a> </strong>&gt; (VPA)
1361 </dd>
1362 <p></p>
1363 <dt><strong><a name="item_esc__5b_ps_e"><strong><code>ESC [ Ps e</code> </strong>&gt;</a></strong><br />
1364 </dt>
1365 <dd>
1366 See <strong><a href="#item_esc__5b_ps_a"><code>ESC [ Ps A</code></a> </strong>&gt;
1367 </dd>
1368 <p></p>
1369 <dt><strong><a name="item_esc__5b_ps_3bps_f"><strong><code>ESC [ Ps;Ps f</code> </strong>&gt;</a></strong><br />
1370 </dt>
1371 <dd>
1372 Horizontal and Vertical Position [row;column] (HVP) [default: 1;1]
1373 </dd>
1374 <p></p>
1375 <dt><strong><a name="item_esc__5b_ps_g"><strong><code>ESC [ Ps g</code> </strong>&gt;</a></strong><br />
1376 </dt>
1377 <dd>
1378 Tab Clear (TBC)
1379 </dd>
1380 <table>
1381 <tr><td>Ps = 0</td><td>Clear Current Column (default)</td></tr>
1382 <tr><td>Ps = 3</td><td>Clear All (TBC)</td></tr>
1383 </table><p></p>
1384 <dt><strong><a name="item_esc__5b_pm_h"><strong><code>ESC [ Pm h</code> </strong>&gt;</a></strong><br />
1385 </dt>
1386 <dd>
1387 Set Mode (SM). See <strong><a href="#item_esc__5b_pm_l"><code>ESC [ Pm l</code></a> </strong>&gt; sequence for description of <a href="#item_pm"><code>Pm</code></a>.
1388 </dd>
1389 <p></p>
1390 <dt><strong><a name="item_esc__5b_ps_i"><strong><code>ESC [ Ps i</code> </strong>&gt;</a></strong><br />
1391 </dt>
1392 <dd>
1393 Printing. See also the <code>print-pipe</code> resource.
1394 </dd>
1395 <table>
1396 <tr><td>Ps = 0</td><td>print screen (MC0)</td></tr>
1397 <tr><td>Ps = 4</td><td>disable transparent print mode (MC4)</td></tr>
1398 <tr><td>Ps = 5</td><td>enable transparent print mode (MC5)</td></tr>
1399 </table><p></p>
1400 <dt><strong><a name="item_esc__5b_pm_l"><strong><code>ESC [ Pm l</code> </strong>&gt;</a></strong><br />
1401 </dt>
1402 <dd>
1403 Reset Mode (RM)
1404 </dd>
1405 <dl>
1406 <dt><strong><a name="item_ps__3d_4"><strong><code>Ps = 4</code> </strong>&gt;</a></strong><br />
1407 </dt>
1408 <table>
1409 <tr><td>h</td><td>Insert Mode (SMIR)</td></tr>
1410 <tr><td>l</td><td>Replace Mode (RMIR)</td></tr>
1411 </table><dt><strong><a name="item_20"><strong><code>Ps = 20</code> </strong>&gt; (partially implemented)</a></strong><br />
1412 </dt>
1413 <table>
1414 <tr><td>h</td><td>Automatic Newline (LNM)</td></tr>
1415 <tr><td>l</td><td>Normal Linefeed (LNM)</td></tr>
1416 </table></dl>
1417 <dt><strong><a name="item_esc__5b_pm_m"><strong><code>ESC [ Pm m</code> </strong>&gt;</a></strong><br />
1418 </dt>
1419 <dd>
1420 Character Attributes (SGR)
1421 </dd>
1422 <table>
1423 <tr><td>Ps = 0</td><td>Normal (default)</td></tr>
1424 <tr><td>Ps = 1 / 21</td><td>On / Off Bold (bright fg)</td></tr>
1425 <tr><td>Ps = 3 / 23</td><td>On / Off Italic</td></tr>
1426 <tr><td>Ps = 4 / 24</td><td>On / Off Underline</td></tr>
1427 <tr><td>Ps = 5 / 25</td><td>On / Off Slow Blink (bright bg)</td></tr>
1428 <tr><td>Ps = 6 / 26</td><td>On / Off Rapid Blink (bright bg)</td></tr>
1429 <tr><td>Ps = 7 / 27</td><td>On / Off Inverse</td></tr>
1430 <tr><td>Ps = 8 / 27</td><td>On / Off Invisible (NYI)</td></tr>
1431 <tr><td>Ps = 30 / 40</td><td>fg/bg Black</td></tr>
1432 <tr><td>Ps = 31 / 41</td><td>fg/bg Red</td></tr>
1433 <tr><td>Ps = 32 / 42</td><td>fg/bg Green</td></tr>
1434 <tr><td>Ps = 33 / 43</td><td>fg/bg Yellow</td></tr>
1435 <tr><td>Ps = 34 / 44</td><td>fg/bg Blue</td></tr>
1436 <tr><td>Ps = 35 / 45</td><td>fg/bg Magenta</td></tr>
1437 <tr><td>Ps = 36 / 46</td><td>fg/bg Cyan</td></tr>
1438 <tr><td>Ps = 38;5 / 48;5</td><td>set fg/bg to color #m (ISO 8613-6)</td></tr>
1439 <tr><td>Ps = 37 / 47</td><td>fg/bg White</td></tr>
1440 <tr><td>Ps = 39 / 49</td><td>fg/bg Default</td></tr>
1441 <tr><td>Ps = 90 / 100</td><td>fg/bg Bright Black</td></tr>
1442 <tr><td>Ps = 91 / 101</td><td>fg/bg Bright Red</td></tr>
1443 <tr><td>Ps = 92 / 102</td><td>fg/bg Bright Green</td></tr>
1444 <tr><td>Ps = 93 / 103</td><td>fg/bg Bright Yellow</td></tr>
1445 <tr><td>Ps = 94 / 104</td><td>fg/bg Bright Blue</td></tr>
1446 <tr><td>Ps = 95 / 105</td><td>fg/bg Bright Magenta</td></tr>
1447 <tr><td>Ps = 96 / 106</td><td>fg/bg Bright Cyan</td></tr>
1448 <tr><td>Ps = 97 / 107</td><td>fg/bg Bright White</td></tr>
1449 <tr><td>Ps = 99 / 109</td><td>fg/bg Bright Default</td></tr>
1450 </table><p></p>
1451 <dt><strong><a name="item_esc__5b_ps_n"><strong><code>ESC [ Ps n</code> </strong>&gt;</a></strong><br />
1452 </dt>
1453 <dd>
1454 Device Status Report (DSR)
1455 </dd>
1456 <table>
1457 <tr><td>Ps = 5</td><td>Status Report ESC [ 0 n (``OK'')</td></tr>
1458 <tr><td>Ps = 6</td><td>Report Cursor Position (CPR) [row;column] as ESC [ r ; c R</td></tr>
1459 <tr><td>Ps = 7</td><td>Request Display Name</td></tr>
1460 <tr><td>Ps = 8</td><td>Request Version Number (place in window title)</td></tr>
1461 </table><p></p>
1462 <dt><strong><a name="item_esc__5b_ps_3bps_r"><strong><code>ESC [ Ps;Ps r</code> </strong>&gt;</a></strong><br />
1463 </dt>
1464 <dd>
1465 Set Scrolling Region [top;bottom]
1466 [default: full size of window] (CSR)
1467 </dd>
1468 <p></p>
1469 <dt><strong><a name="item_esc__5b_s"><strong><code>ESC [ s</code> </strong>&gt;</a></strong><br />
1470 </dt>
1471 <dd>
1472 Save Cursor (SC)
1473 </dd>
1474 <p></p>
1475 <dt><strong><a name="item_esc__5b_ps_3bpt_t"><strong><code>ESC [ Ps;Pt t</code> </strong>&gt;</a></strong><br />
1476 </dt>
1477 <dd>
1478 Window Operations
1479 </dd>
1480 <table>
1481 <tr><td>Ps = 1</td><td>Deiconify (map) window</td></tr>
1482 <tr><td>Ps = 2</td><td>Iconify window</td></tr>
1483 <tr><td>Ps = 3</td><td>ESC [ 3 ; X ; Y t Move window to (X|Y)</td></tr>
1484 <tr><td>Ps = 4</td><td>ESC [ 4 ; H ; W t Resize to WxH pixels</td></tr>
1485 <tr><td>Ps = 5</td><td>Raise window</td></tr>
1486 <tr><td>Ps = 6</td><td>Lower window</td></tr>
1487 <tr><td>Ps = 7</td><td>Refresh screen once</td></tr>
1488 <tr><td>Ps = 8</td><td>ESC [ 8 ; R ; C t Resize to R rows and C columns</td></tr>
1489 <tr><td>Ps = 11</td><td>Report window state (responds with Ps = 1 or Ps = 2)</td></tr>
1490 <tr><td>Ps = 13</td><td>Report window position (responds with Ps = 3)</td></tr>
1491 <tr><td>Ps = 14</td><td>Report window pixel size (responds with Ps = 4)</td></tr>
1492 <tr><td>Ps = 18</td><td>Report window text size (responds with Ps = 7)</td></tr>
1493 <tr><td>Ps = 19</td><td>Currently the same as Ps = 18, but responds with Ps = 9</td></tr>
1494 <tr><td>Ps = 20</td><td>Reports icon label (ESC ] L NAME \234)</td></tr>
1495 <tr><td>Ps = 21</td><td>Reports window title (ESC ] l NAME \234)</td></tr>
1496 <tr><td>Ps = 24..</td><td>Set window height to Ps rows</td></tr>
1497 </table><p></p>
1498 <dt><strong><a name="item_esc__5b_u"><strong><code>ESC [ u</code> </strong>&gt;</a></strong><br />
1499 </dt>
1500 <dd>
1501 Restore Cursor
1502 </dd>
1503 <p></p>
1504 <dt><strong><a name="item_esc__5b_ps_x"><strong><code>ESC [ Ps x</code> </strong>&gt;</a></strong><br />
1505 </dt>
1506 <dd>
1507 Request Terminal Parameters (DECREQTPARM)
1508 </dd>
1509 <p></p></dl>
1510 <p></p>
1511 <p>
1512 </p>
1513 <hr />
1514 <h1><a name="dec_private_modes">DEC Private Modes</a></h1>
1515 <dl>
1516 <dt><strong><a name="item_esc__5b__3f_pm_h"><strong><code>ESC [ ? Pm h</code> </strong>&gt;</a></strong><br />
1517 </dt>
1518 <dd>
1519 DEC Private Mode Set (DECSET)
1520 </dd>
1521 <p></p>
1522 <dt><strong><a name="item_esc__5b__3f_pm_l"><strong><code>ESC [ ? Pm l</code> </strong>&gt;</a></strong><br />
1523 </dt>
1524 <dd>
1525 DEC Private Mode Reset (DECRST)
1526 </dd>
1527 <p></p>
1528 <dt><strong><a name="item_esc__5b__3f_pm_r"><strong><code>ESC [ ? Pm r</code> </strong>&gt;</a></strong><br />
1529 </dt>
1530 <dd>
1531 Restore previously saved DEC Private Mode Values.
1532 </dd>
1533 <p></p>
1534 <dt><strong><a name="item_esc__5b__3f_pm_s"><strong><code>ESC [ ? Pm s</code> </strong>&gt;</a></strong><br />
1535 </dt>
1536 <dd>
1537 Save DEC Private Mode Values.
1538 </dd>
1539 <p></p>
1540 <dt><strong><a name="item_esc__5b__3f_pm_t"><strong><code>ESC [ ? Pm t</code> </strong>&gt;</a></strong><br />
1541 </dt>
1542 <dd>
1543 Toggle DEC Private Mode Values (rxvt extension). <em>where</em>
1544 </dd>
1545 <dl>
1546 <dt><strong><a name="item_1"><strong><code>Ps = 1</code> </strong>&gt; (DECCKM)</a></strong><br />
1547 </dt>
1548 <table>
1549 <tr><td>h</td><td>Application Cursor Keys</td></tr>
1550 <tr><td>l</td><td>Normal Cursor Keys</td></tr>
1551 </table><dt><strong><a name="item_2"><strong><code>Ps = 2</code> </strong>&gt; (ANSI/VT52 mode)</a></strong><br />
1552 </dt>
1553 <table>
1554 <tr><td>h</td><td>Enter VT52 mode</td></tr>
1555 <tr><td>l</td><td>Enter VT52 mode</td></tr>
1556 </table><dt><strong><a name="item_ps__3d_3"><strong><code>Ps = 3</code> </strong>&gt;</a></strong><br />
1557 </dt>
1558 <table>
1559 <tr><td>h</td><td>132 Column Mode (DECCOLM)</td></tr>
1560 <tr><td>l</td><td>80 Column Mode (DECCOLM)</td></tr>
1561 </table><dt><strong><strong><code>Ps = 4</code> </strong>&gt;</strong><br />
1562 </dt>
1563 <table>
1564 <tr><td>h</td><td>Smooth (Slow) Scroll (DECSCLM)</td></tr>
1565 <tr><td>l</td><td>Jump (Fast) Scroll (DECSCLM)</td></tr>
1566 </table><dt><strong><a name="item_ps__3d_5"><strong><code>Ps = 5</code> </strong>&gt;</a></strong><br />
1567 </dt>
1568 <table>
1569 <tr><td>h</td><td>Reverse Video (DECSCNM)</td></tr>
1570 <tr><td>l</td><td>Normal Video (DECSCNM)</td></tr>
1571 </table><dt><strong><a name="item_ps__3d_6"><strong><code>Ps = 6</code> </strong>&gt;</a></strong><br />
1572 </dt>
1573 <table>
1574 <tr><td>h</td><td>Origin Mode (DECOM)</td></tr>
1575 <tr><td>l</td><td>Normal Cursor Mode (DECOM)</td></tr>
1576 </table><dt><strong><a name="item_ps__3d_7"><strong><code>Ps = 7</code> </strong>&gt;</a></strong><br />
1577 </dt>
1578 <table>
1579 <tr><td>h</td><td>Wraparound Mode (DECAWM)</td></tr>
1580 <tr><td>l</td><td>No Wraparound Mode (DECAWM)</td></tr>
1581 </table><dt><strong><a name="item_ps__3d_8_unimplemented"><strong><code>Ps = 8</code> </strong>&gt; <em>unimplemented</em></a></strong><br />
1582 </dt>
1583 <table>
1584 <tr><td>h</td><td>Auto-repeat Keys (DECARM)</td></tr>
1585 <tr><td>l</td><td>No Auto-repeat Keys (DECARM)</td></tr>
1586 </table><dt><strong><a name="item_ps__3d_9_x10_xterm"><strong><code>Ps = 9</code> </strong>&gt; X10 XTerm</a></strong><br />
1587 </dt>
1588 <table>
1589 <tr><td>h</td><td>Send Mouse X & Y on button press.</td></tr>
1590 <tr><td>l</td><td>No mouse reporting.</td></tr>
1591 </table><dt><strong><a name="item_10"><strong><code>Ps = 10</code> </strong>&gt; (<strong>rxvt</strong>)</a></strong><br />
1592 </dt>
1593 <table>
1594 <tr><td>h</td><td>menuBar visible</td></tr>
1595 <tr><td>l</td><td>menuBar invisible</td></tr>
1596 </table><dt><strong><a name="item_ps__3d_25"><strong><code>Ps = 25</code> </strong>&gt;</a></strong><br />
1597 </dt>
1598 <table>
1599 <tr><td>h</td><td>Visible cursor {cnorm/cvvis}</td></tr>
1600 <tr><td>l</td><td>Invisible cursor {civis}</td></tr>
1601 </table><dt><strong><a name="item_ps__3d_30"><strong><code>Ps = 30</code> </strong>&gt;</a></strong><br />
1602 </dt>
1603 <table>
1604 <tr><td>h</td><td>scrollBar visisble</td></tr>
1605 <tr><td>l</td><td>scrollBar invisisble</td></tr>
1606 </table><dt><strong><a name="item_35"><strong><code>Ps = 35</code> </strong>&gt; (<strong>rxvt</strong>)</a></strong><br />
1607 </dt>
1608 <table>
1609 <tr><td>h</td><td>Allow XTerm Shift+key sequences</td></tr>
1610 <tr><td>l</td><td>Disallow XTerm Shift+key sequences</td></tr>
1611 </table><dt><strong><a name="item_ps__3d_38_unimplemented"><strong><code>Ps = 38</code> </strong>&gt; <em>unimplemented</em></a></strong><br />
1612 </dt>
1613 <dd>
1614 Enter Tektronix Mode (DECTEK)
1615 </dd>
1616 <p></p>
1617 <dt><strong><a name="item_ps__3d_40"><strong><code>Ps = 40</code> </strong>&gt;</a></strong><br />
1618 </dt>
1619 <table>
1620 <tr><td>h</td><td>Allow 80/132 Mode</td></tr>
1621 <tr><td>l</td><td>Disallow 80/132 Mode</td></tr>
1622 </table><dt><strong><a name="item_ps__3d_44_unimplemented"><strong><code>Ps = 44</code> </strong>&gt; <em>unimplemented</em></a></strong><br />
1623 </dt>
1624 <table>
1625 <tr><td>h</td><td>Turn On Margin Bell</td></tr>
1626 <tr><td>l</td><td>Turn Off Margin Bell</td></tr>
1627 </table><dt><strong><a name="item_ps__3d_45_unimplemented"><strong><code>Ps = 45</code> </strong>&gt; <em>unimplemented</em></a></strong><br />
1628 </dt>
1629 <table>
1630 <tr><td>h</td><td>Reverse-wraparound Mode</td></tr>
1631 <tr><td>l</td><td>No Reverse-wraparound Mode</td></tr>
1632 </table><dt><strong><a name="item_ps__3d_46_unimplemented"><strong><code>Ps = 46</code> </strong>&gt; <em>unimplemented</em></a></strong><br />
1633 </dt>
1634 <dt><strong><a name="item_ps__3d_47"><strong><code>Ps = 47</code> </strong>&gt;</a></strong><br />
1635 </dt>
1636 <table>
1637 <tr><td>h</td><td>Use Alternate Screen Buffer</td></tr>
1638 <tr><td>l</td><td>Use Normal Screen Buffer</td></tr>
1639 </table><p></p>
1640 <dt><strong><a name="item_ps__3d_66"><strong><code>Ps = 66</code> </strong>&gt;</a></strong><br />
1641 </dt>
1642 <table>
1643 <tr><td>h</td><td>Application Keypad (DECPAM) == ESC =</td></tr>
1644 <tr><td>l</td><td>Normal Keypad (DECPNM) == ESC ></td></tr>
1645 </table><dt><strong><a name="item_ps__3d_67"><strong><code>Ps = 67</code> </strong>&gt;</a></strong><br />
1646 </dt>
1647 <table>
1648 <tr><td>h</td><td>Backspace key sends BS (DECBKM)</td></tr>
1649 <tr><td>l</td><td>Backspace key sends DEL</td></tr>
1650 </table><dt><strong><a name="item_1000"><strong><code>Ps = 1000</code> </strong>&gt; (X11 XTerm)</a></strong><br />
1651 </dt>
1652 <table>
1653 <tr><td>h</td><td>Send Mouse X & Y on button press and release.</td></tr>
1654 <tr><td>l</td><td>No mouse reporting.</td></tr>
1655 </table><dt><strong><a name="item_1001"><strong><code>Ps = 1001</code> </strong>&gt; (X11 XTerm) <em>unimplemented</em></a></strong><br />
1656 </dt>
1657 <table>
1658 <tr><td>h</td><td>Use Hilite Mouse Tracking.</td></tr>
1659 <tr><td>l</td><td>No mouse reporting.</td></tr>
1660 </table><dt><strong><a name="item_1010"><strong><code>Ps = 1010</code> </strong>&gt; (<strong>rxvt</strong>)</a></strong><br />
1661 </dt>
1662 <table>
1663 <tr><td>h</td><td>Don't scroll to bottom on TTY output</td></tr>
1664 <tr><td>l</td><td>Scroll to bottom on TTY output</td></tr>
1665 </table><dt><strong><a name="item_1011"><strong><code>Ps = 1011</code> </strong>&gt; (<strong>rxvt</strong>)</a></strong><br />
1666 </dt>
1667 <table>
1668 <tr><td>h</td><td>Scroll to bottom when a key is pressed</td></tr>
1669 <tr><td>l</td><td>Don't scroll to bottom when a key is pressed</td></tr>
1670 </table><dt><strong><a name="item_ps__3d_1047"><strong><code>Ps = 1047</code> </strong>&gt;</a></strong><br />
1671 </dt>
1672 <table>
1673 <tr><td>h</td><td>Use Alternate Screen Buffer</td></tr>
1674 <tr><td>l</td><td>Use Normal Screen Buffer - clear Alternate Screen Buffer if returning from it</td></tr>
1675 </table><dt><strong><a name="item_ps__3d_1048"><strong><code>Ps = 1048</code> </strong>&gt;</a></strong><br />
1676 </dt>
1677 <table>
1678 <tr><td>h</td><td>Save cursor position</td></tr>
1679 <tr><td>l</td><td>Restore cursor position</td></tr>
1680 </table><dt><strong><a name="item_ps__3d_1049"><strong><code>Ps = 1049</code> </strong>&gt;</a></strong><br />
1681 </dt>
1682 <table>
1683 <tr><td>h</td><td>Use Alternate Screen Buffer - clear Alternate Screen Buffer if switching to it</td></tr>
1684 <tr><td>l</td><td>Use Normal Screen Buffer</td></tr>
1685 </table></dl>
1686 </dl>
1687 <p></p>
1688 <p>
1689 </p>
1690 <hr />
1691 <h1><a name="xterm_operating_system_commands">XTerm Operating System Commands</a></h1>
1692 <dl>
1693 <dt><strong><a name="item_esc__5d_ps_3bpt_st"><strong><code>ESC ] Ps;Pt ST</code> </strong>&gt;</a></strong><br />
1694 </dt>
1695 <dd>
1696 Set XTerm Parameters. 8-bit ST: 0x9c, 7-bit ST sequence: ESC \ (0x1b,
1697 0x5c), backwards compatible terminator BEL (0x07) is also accepted. any
1698 <strong>octet</strong> can be escaped by prefixing it with SYN (0x16, ^V).
1699 </dd>
1700 <table>
1701 <tr><td>Ps = 0</td><td>Change Icon Name and Window Title to Pt</td></tr>
1702 <tr><td>Ps = 1</td><td>Change Icon Name to Pt</td></tr>
1703 <tr><td>Ps = 2</td><td>Change Window Title to Pt</td></tr>
1704 <tr><td>Ps = 3</td><td>If Pt starts with a ?, query the (STRING) property of the window and return it. If Pt contains a =, set the named property to the given value, else delete the specified property.</td></tr>
1705 <tr><td>Ps = 4</td><td>Pt is a semi-colon separated sequence of one or more semi-colon separated number/name pairs, where number is an index to a colour and name is the name of a colour. Each pair causes the numbered colour to be changed to name. Numbers 0-7 corresponds to low-intensity (normal) colours and 8-15 corresponds to high-intensity colours. 0=black, 1=red, 2=green, 3=yellow, 4=blue, 5=magenta, 6=cyan, 7=white</td></tr>
1706 <tr><td>Ps = 10</td><td>Change colour of text foreground to Pt (NB: may change in future)</td></tr>
1707 <tr><td>Ps = 11</td><td>Change colour of text background to Pt (NB: may change in future)</td></tr>
1708 <tr><td>Ps = 12</td><td>Change colour of text cursor foreground to Pt</td></tr>
1709 <tr><td>Ps = 13</td><td>Change colour of mouse foreground to Pt</td></tr>
1710 <tr><td>Ps = 17</td><td>Change colour of highlight characters to Pt</td></tr>
1711 <tr><td>Ps = 18</td><td>Change colour of bold characters to Pt</td></tr>
1712 <tr><td>Ps = 19</td><td>Change colour of underlined characters to Pt</td></tr>
1713 <tr><td>Ps = 20</td><td>Change default background to Pt</td></tr>
1714 <tr><td>Ps = 39</td><td>Change default foreground colour to Pt rxvt compile-time option</td></tr>
1715 <tr><td>Ps = 46</td><td>Change Log File to Pt unimplemented</td></tr>
1716 <tr><td>Ps = 49</td><td>Change default background colour to Pt rxvt compile-time option</td></tr>
1717 <tr><td>Ps = 50</td><td>Set fontset to Pt, with the following special values of Pt (rxvt) #+n change up n #-n change down n if n is missing of 0, a value of 1 is used empty change to font0 n change to font n</td></tr>
1718 <tr><td>Ps = 55</td><td>Log all scrollback buffer and all of screen to Pt</td></tr>
1719 <tr><td>Ps = 701</td><td>Change current locale to Pt, or, if Pt is ?, return the current locale (rxvt extension)</td></tr>
1720 <tr><td>Ps = 703</td><td>Menubar command Pt rxvt compile-time option (rxvt-unicode extension)</td></tr>
1721 <tr><td>Ps = 704</td><td>Change colour of italic characters to Pt</td></tr>
1722 <tr><td>Ps = 705</td><td>Change background pixmap tint colour to Pt</td></tr>
1723 <tr><td>Ps = 710</td><td>Set normal fontset to Pt. Same as Ps = 50.</td></tr>
1724 <tr><td>Ps = 711</td><td>Set bold fontset to Pt. Similar to Ps = 50.</td></tr>
1725 <tr><td>Ps = 712</td><td>Set italic fontset to Pt. Similar to Ps = 50.</td></tr>
1726 <tr><td>Ps = 713</td><td>Set bold-italic fontset to Pt. Similar to Ps = 50.</td></tr>
1727 </table><p></p></dl>
1728 <p></p>
1729 <p>
1730 </p>
1731 <hr />
1732 <h1><a name="menubar">menuBar</a></h1>
1733 <p><strong>The exact syntax used is <em>almost</em> solidified. </strong>&gt;
1734 In the menus, <strong>DON'T</strong> try to use menuBar commands that add or remove a
1735 menuBar.</p>
1736 <p>Note that in all of the commands, the <strong><em>/path/</em> </strong>&gt; <em>cannot</em> be
1737 omitted: use <strong>./</strong> to specify a menu relative to the current menu.</p>
1738 <p>
1739 </p>
1740 <h2><a name="overview_of_menubar_operation">Overview of menuBar operation</a></h2>
1741 <p>For the menuBar XTerm escape sequence <code>ESC ] 703 ; Pt ST</code>, the syntax
1742 of <a href="#item_pt"><code>Pt</code></a> can be used for a variety of tasks:</p>
1743 <p>At the top level is the current menuBar which is a member of a circular
1744 linked-list of other such menuBars.</p>
1745 <p>The menuBar acts as a parent for the various drop-down menus, which in
1746 turn, may have labels, separator lines, menuItems and subMenus.</p>
1747 <p>The menuItems are the useful bits: you can use them to mimic keyboard
1748 input or even to send text or escape sequences back to rxvt.</p>
1749 <p>The menuBar syntax is intended to provide a simple yet robust method of
1750 constructing and manipulating menus and navigating through the
1751 menuBars.</p>
1752 <p>The first step is to use the tag <strong>[menu:<em>name</em>] </strong>&gt; which creates
1753 the menuBar called <em>name</em> and allows access. You may now or menus,
1754 subMenus, and menuItems. Finally, use the tag <strong>[done]</strong> to set the
1755 menuBar access as <strong>readonly</strong> to prevent accidental corruption of the
1756 menus. To re-access the current menuBar for alterations, use the tag
1757 <strong>[menu]</strong>, make the alterations and then use <strong>[done]</strong></p>
1758 <p></p>
1759 <p>
1760 </p>
1761 <h2><a name="commands">Commands</a></h2>
1762 <dl>
1763 <dt><strong><a name="item__5bmenu_3a_2bname_5d"><strong>[menu:+<em>name</em>] </strong>&gt;</a></strong><br />
1764 </dt>
1765 <dd>
1766 access the named menuBar for creation or alteration. If a new menuBar
1767 is created, it is called <em>name</em> (max of 15 chars) and the current
1768 menuBar is pushed onto the stack
1769 </dd>
1770 <p></p>
1771 <dt><strong><a name="item__5bmenu_5d"><strong>[menu]</strong></a></strong><br />
1772 </dt>
1773 <dd>
1774 access the current menuBar for alteration
1775 </dd>
1776 <p></p>
1777 <dt><strong><a name="item__5btitle_3a_2bstring_5d"><strong>[title:+<em>string</em>] </strong>&gt;</a></strong><br />
1778 </dt>
1779 <dd>
1780 set the current menuBar's title to <em>string</em>, which may contain the
1781 following format specifiers:
1782 </dd>
1783 <dd>
1784 <pre>
1785 B&lt;%n&gt; rxvt name (as per the B&lt;-name&gt; command-line option)
1786 B&lt;%v&gt; rxvt version
1787 B&lt;%%&gt; literal B&lt;%&gt; character</pre>
1788 </dd>
1789 <p></p>
1790 <dt><strong><a name="item__5bdone_5d"><strong>[done]</strong></a></strong><br />
1791 </dt>
1792 <dd>
1793 set menuBar access as <strong>readonly</strong>.
1794 End-of-file tag for <strong>[read:+<em>file</em>] </strong>&gt; operations.
1795 </dd>
1796 <p></p>
1797 <dt><strong><a name="item__5bread_3a_2bfile_5d"><strong>[read:+<em>file</em>] </strong>&gt;</a></strong><br />
1798 </dt>
1799 <dd>
1800 read menu commands directly from <em>file</em> (extension ``.menu'' will be
1801 appended if required.) Start reading at a line with <strong>[menu]</strong> or <strong>&lt;
1802 [menu:+<em>name</em> </strong>&gt; and continuing until <strong>[done]</strong> is encountered.
1803 </dd>
1804 <dd>
1805 <p>Blank and comment lines (starting with <strong>#</strong>) are ignored. Actually,
1806 since any invalid menu commands are also ignored, almost anything could
1807 be construed as a comment line, but this may be tightened up in the
1808 future ... so don't count on it!.</p>
1809 </dd>
1810 <p></p>
1811 <dt><strong><a name="item__5bread_3a_2bfile_3b_2bname_5d"><strong>[read:+<em>file</em>;+<em>name</em>] </strong>&gt;</a></strong><br />
1812 </dt>
1813 <dd>
1814 The same as <strong>[read:+<em>file</em>] </strong>&gt;, but start reading at a line with
1815 <strong>[menu:+<em>name</em>] </strong>&gt; and continuing until <strong>[done:+<em>name</em>] </strong>&gt; or
1816 <strong>[done]</strong> is encountered.
1817 </dd>
1818 <p></p>
1819 <dt><strong><a name="item__5bdump_5d"><strong>[dump]</strong></a></strong><br />
1820 </dt>
1821 <dd>
1822 dump all menuBars to the file <strong>/tmp/rxvt-PID</strong> in a format suitable for
1823 later rereading.
1824 </dd>
1825 <p></p>
1826 <dt><strong><a name="item__5brm_3aname_5d"><strong>[rm:name]</strong></a></strong><br />
1827 </dt>
1828 <dd>
1829 remove the named menuBar
1830 </dd>
1831 <p></p>
1832 <dt><strong><a name="item__5brm_5d__5brm_3a_5d"><strong>[rm] [rm:]</strong></a></strong><br />
1833 </dt>
1834 <dd>
1835 remove the current menuBar
1836 </dd>
1837 <p></p>
1838 <dt><strong><a name="item__5brm_2a_5d__5brm_3a_2a_5d"><strong>[rm*] [rm:*]</strong></a></strong><br />
1839 </dt>
1840 <dd>
1841 remove all menuBars
1842 </dd>
1843 <p></p>
1844 <dt><strong><a name="item__5bswap_5d"><strong>[swap]</strong></a></strong><br />
1845 </dt>
1846 <dd>
1847 swap the top two menuBars
1848 </dd>
1849 <p></p>
1850 <dt><strong><a name="item__5bprev_5d"><strong>[prev]</strong></a></strong><br />
1851 </dt>
1852 <dd>
1853 access the previous menuBar
1854 </dd>
1855 <p></p>
1856 <dt><strong><a name="item__5bnext_5d"><strong>[next]</strong></a></strong><br />
1857 </dt>
1858 <dd>
1859 access the next menuBar
1860 </dd>
1861 <p></p>
1862 <dt><strong><a name="item__5bshow_5d"><strong>[show]</strong></a></strong><br />
1863 </dt>
1864 <dd>
1865 Enable display of the menuBar
1866 </dd>
1867 <p></p>
1868 <dt><strong><a name="item__5bhide_5d"><strong>[hide]</strong></a></strong><br />
1869 </dt>
1870 <dd>
1871 Disable display of the menuBar
1872 </dd>
1873 <p></p>
1874 <dt><strong><a name="item__5bpixmap_3a_2bname_5d"><strong>[pixmap:+<em>name</em>] </strong>&gt;</a></strong><br />
1875 </dt>
1876 <dt><strong><a name="item__5bpixmap_3a_2bname_3bscaling_5d"><strong>[pixmap:+<em>name</em>;<em>scaling</em>] </strong>&gt;</a></strong><br />
1877 </dt>
1878 <dd>
1879 (set the background pixmap globally
1880 </dd>
1881 <dd>
1882 <p><strong>A Future implementation <em>may</em> make this local to the menubar </strong>&gt;)</p>
1883 </dd>
1884 <p></p>
1885 <dt><strong><a name="item__5b_3a_2bcommand_3a_5d"><strong>[:+<em>command</em>:] </strong>&gt;</a></strong><br />
1886 </dt>
1887 <dd>
1888 ignore the menu readonly status and issue a <em>command</em> to or a menu or
1889 menuitem or change the ; a useful shortcut for setting the quick arrows
1890 from a menuBar.
1891 </dd>
1892 <p></p></dl>
1893 <p></p>
1894 <p>
1895 </p>
1896 <h2><a name="adding_and_accessing_menus">Adding and accessing menus</a></h2>
1897 <p>The following commands may also be <strong>+</strong> prefixed.</p>
1898 <dl>
1899 <dt><strong><a name="item__2f_2b"><strong>/+</strong></a></strong><br />
1900 </dt>
1901 <dd>
1902 access menuBar top level
1903 </dd>
1904 <p></p>
1905 <dt><strong><a name="item__2e_2f_2b"><strong>./+</strong></a></strong><br />
1906 </dt>
1907 <dd>
1908 access current menu level
1909 </dd>
1910 <p></p>
1911 <dt><strong><a name="item__2e_2e_2f_2b"><strong>../+</strong></a></strong><br />
1912 </dt>
1913 <dd>
1914 access parent menu (1 level up)
1915 </dd>
1916 <p></p>
1917 <dt><strong><a name="item__2e_2e_2f_2e_2e_2f"><strong>../../</strong></a></strong><br />
1918 </dt>
1919 <dd>
1920 access parent menu (multiple levels up)
1921 </dd>
1922 <p></p>
1923 <dt><strong><a name="item__2fpath_2fmenu"><strong><em>/path/</em>menu </strong>&gt;</a></strong><br />
1924 </dt>
1925 <dd>
1926 add/access menu
1927 </dd>
1928 <p></p>
1929 <dt><strong><a name="item__2fpath_2fmenu_2f_2a"><strong><em>/path/</em>menu/* </strong>&gt;</a></strong><br />
1930 </dt>
1931 <dd>
1932 add/access menu and clear it if it exists
1933 </dd>
1934 <p></p>
1935 <dt><strong><a name="item__2fpath_2f_7b_2d_7d"><strong><em>/path/</em>{-} </strong>&gt;</a></strong><br />
1936 </dt>
1937 <dd>
1938 add separator
1939 </dd>
1940 <p></p>
1941 <dt><strong><a name="item__2fpath_2f_7bitem_7d"><strong><em>/path/</em>{item} </strong>&gt;</a></strong><br />
1942 </dt>
1943 <dd>
1944 add <strong>item</strong> as a label
1945 </dd>
1946 <p></p>
1947 <dt><strong><a name="item__2fpath_2f_7bitem_7d_action"><strong><em>/path/</em>{item} action </strong>&gt;</a></strong><br />
1948 </dt>
1949 <dd>
1950 add/alter <em>menuitem</em> with an associated <em>action</em>
1951 </dd>
1952 <p></p>
1953 <dt><strong><a name="item__2fpath_2f_7bitem_7d_7bright_2dtext_7d"><strong><em>/path/</em>{item}{right-text} </strong>&gt;</a></strong><br />
1954 </dt>
1955 <dd>
1956 add/alter <em>menuitem</em> with <strong>right-text</strong> as the right-justified text
1957 and as the associated <em>action</em>
1958 </dd>
1959 <p></p>
1960 <dt><strong><a name="item__2fpath_2f_7bitem_7d_7brtext_7d_action"><strong><em>/path/</em>{item}{rtext} action </strong>&gt;</a></strong><br />
1961 </dt>
1962 <dd>
1963 add/alter <em>menuitem</em> with an associated <em>action</em> and with <strong>rtext</strong> as
1964 the right-justified text.
1965 </dd>
1966 <p></p></dl>
1967 <dl>
1968 <dt><strong><a name="item_special_characters_in_action_must_be_backslash_2de">Special characters in <em>action</em> must be backslash-escaped:</a></strong><br />
1969 </dt>
1970 <dd>
1971 <strong>\a \b \E \e \n \r \t \octal</strong>
1972 </dd>
1973 <p></p>
1974 <dt><strong><a name="item_or_in_control_2dcharacter_notation_3a">or in control-character notation:</a></strong><br />
1975 </dt>
1976 <dd>
1977 <strong>^@, ^A .. ^Z .. ^_, ^?</strong>
1978 </dd>
1979 <p></p></dl>
1980 <p>To send a string starting with a <strong>NUL</strong> (<strong>^@</strong>) character to the
1981 program, start <em>action</em> with a pair of <strong>NUL</strong> characters (<strong>^@^@</strong>),
1982 the first of which will be stripped off and the balance directed to the
1983 program. Otherwise if <em>action</em> begins with <strong>NUL</strong> followed by
1984 non-+<strong>NUL</strong> characters, the leading <strong>NUL</strong> is stripped off and the
1985 balance is sent back to rxvt.</p>
1986 <p>As a convenience for the many Emacs-type editors, <em>action</em> may start
1987 with <strong>M-</strong> (eg, <strong>M-$</strong> is equivalent to <strong>\E$</strong>) and a <strong>CR</strong> will be
1988 appended if missed from <strong>M-x</strong> commands.</p>
1989 <p>As a convenience for issuing XTerm <strong>ESC ]</strong> sequences from a menubar (or
1990 quick arrow), a <strong>BEL</strong> (<strong>^G</strong>) will be appended if needed.</p>
1991 <dl>
1992 <dt><strong><a name="item_for_example_2c">For example,</a></strong><br />
1993 </dt>
1994 <dd>
1995 <strong>M-xapropos</strong> is equivalent to <strong>\Exapropos\r</strong>
1996 </dd>
1997 <p></p>
1998 <dt><strong><a name="item_and">and</a></strong><br />
1999 </dt>
2000 <dd>
2001 <strong>\E]703;mona;100</strong> is equivalent to <strong>\E]703;mona;100\a</strong>
2002 </dd>
2003 <p></p></dl>
2004 <p>The option <strong>{<em>right-rtext</em>} </strong>&gt; will be right-justified. In the
2005 absence of a specified action, this text will be used as the <em>action</em>
2006 as well.</p>
2007 <dl>
2008 <dt><strong>For example,</strong><br />
2009 </dt>
2010 <dd>
2011 <strong>/File/{Open}{^X^F}</strong> is equivalent to <strong>/File/{Open}{^X^F} ^X^F</strong>
2012 </dd>
2013 <p></p></dl>
2014 <p>The left label <em>is</em> necessary, since it's used for matching, but
2015 implicitly hiding the left label (by using same name for both left and
2016 right labels), or explicitly hiding the left label (by preceeding it
2017 with a dot), makes it possible to have right-justified text only.</p>
2018 <dl>
2019 <dt><strong>For example,</strong><br />
2020 </dt>
2021 <dd>
2022 <strong>/File/{Open}{Open} Open-File-Action</strong>
2023 </dd>
2024 <p></p>
2025 <dt><strong><a name="item_or_hiding_it">or hiding it</a></strong><br />
2026 </dt>
2027 <dd>
2028 <strong>/File/{.anylabel}{Open} Open-File-Action</strong>
2029 </dd>
2030 <p></p></dl>
2031 <p></p>
2032 <p>
2033 </p>
2034 <h2><a name="removing_menus">Removing menus</a></h2>
2035 <dl>
2036 <dt><strong><a name="item__2d_2f_2a_2b"><strong>-/*+ </strong>&gt;</a></strong><br />
2037 </dt>
2038 <dd>
2039 remove all menus from the menuBar, the same as <strong>[clear]</strong>
2040 </dd>
2041 <p></p>
2042 <dt><strong><a name="item__2d_2b_2fpathmenu_2b"><strong>-+<em>/path</em>menu+ </strong>&gt;</a></strong><br />
2043 </dt>
2044 <dd>
2045 remove menu
2046 </dd>
2047 <p></p>
2048 <dt><strong><a name="item__2d_2b_2fpath_7bitem_7d_2b"><strong>-+<em>/path</em>{item}+ </strong>&gt;</a></strong><br />
2049 </dt>
2050 <dd>
2051 remove item
2052 </dd>
2053 <p></p>
2054 <dt><strong><a name="item__2d_2b_2fpath_7b_2d_7d"><strong>-+<em>/path</em>{-} </strong>&gt;</a></strong><br />
2055 </dt>
2056 <dd>
2057 remove separator)
2058 </dd>
2059 <p></p>
2060 <dt><strong><a name="item__2d_2fpath_2fmenu_2f_2a"><strong>-/path/menu/*</strong></a></strong><br />
2061 </dt>
2062 <dd>
2063 remove all items, separators and submenus from menu
2064 </dd>
2065 <p></p></dl>
2066 <p></p>
2067 <p>
2068 </p>
2069 <h2><a name="quick_arrows">Quick Arrows</a></h2>
2070 <p>The menus also provide a hook for <em>quick arrows</em> to provide easier
2071 user access. If nothing has been explicitly set, the default is to
2072 emulate the curror keys. The syntax permits each arrow to be altered
2073 individually or all four at once without re-entering their common
2074 beginning/end text. For example, to explicitly associate cursor actions
2075 with the arrows, any of the following forms could be used:</p>
2076 <dl>
2077 <dt><strong><a name="item__3cr_3e_2bright"><strong>&lt;r</strong>+<em>Right</em> &gt;&gt;</a></strong><br />
2078 </dt>
2079 <dt><strong><a name="item__3cl_3e_2bleft"><strong>&lt;l</strong>+<em>Left</em> &gt;&gt;</a></strong><br />
2080 </dt>
2081 <dt><strong><a name="item__3cu_3e_2bup"><strong>&lt;u</strong>+<em>Up</em> &gt;&gt;</a></strong><br />
2082 </dt>
2083 <dt><strong><a name="item__3cd_3e_2bdown"><strong>&lt;d</strong>+<em>Down</em> &gt;&gt;</a></strong><br />
2084 </dt>
2085 <dd>
2086 Define actions for the respective arrow buttons
2087 </dd>
2088 <p></p>
2089 <dt><strong><a name="item__3cb_3e_2bbegin"><strong>&lt;b</strong>+<em>Begin</em> &gt;&gt;</a></strong><br />
2090 </dt>
2091 <dt><strong><a name="item__3ce_3e_2bend"><strong>&lt;e</strong>+<em>End</em> &gt;&gt;</a></strong><br />
2092 </dt>
2093 <dd>
2094 Define common beginning/end parts for <em>quick arrows</em> which used in
2095 conjunction with the above &lt;r&gt; &lt;l&gt; &lt;u&gt; &lt;d&gt; constructs
2096 </dd>
2097 <p></p></dl>
2098 <dl>
2099 <dt><strong><a name="item_for_example_2c_define_arrows_individually_2c">For example, define arrows individually,</a></strong><br />
2100 </dt>
2101 <dd>
2102 <pre>
2103 &lt;u&gt;\E[A</pre>
2104 </dd>
2105 <dd>
2106 <pre>
2107 &lt;d&gt;\E[B</pre>
2108 </dd>
2109 <dd>
2110 <pre>
2111 &lt;r&gt;\E[C</pre>
2112 </dd>
2113 <dd>
2114 <pre>
2115 &lt;l&gt;\E[D</pre>
2116 </dd>
2117 <dt><strong><a name="item_or_all_at_once">or all at once</a></strong><br />
2118 </dt>
2119 <dd>
2120 <pre>
2121 &lt;u&gt;\E[AZ&lt;&gt;&lt;d&gt;\E[BZ&lt;&gt;&lt;r&gt;\E[CZ&lt;&gt;&lt;l&gt;\E[D</pre>
2122 </dd>
2123 <dt><strong><a name="item_compactly">or more compactly (factoring out common parts)</a></strong><br />
2124 </dt>
2125 <dd>
2126 <pre>
2127 &lt;b&gt;\E[&lt;u&gt;AZ&lt;&gt;&lt;d&gt;BZ&lt;&gt;&lt;r&gt;CZ&lt;&gt;&lt;l&gt;D</pre>
2128 </dd>
2129 </dl>
2130 <p></p>
2131 <p>
2132 </p>
2133 <h2><a name="command_summary">Command Summary</a></h2>
2134 <p>A short summary of the most <em>common</em> commands:</p>
2135 <dl>
2136 <dt><strong><a name="item__5bmenu_3aname_5d">[menu:name]</a></strong><br />
2137 </dt>
2138 <dd>
2139 use an existing named menuBar or start a new one
2140 </dd>
2141 <p></p>
2142 <dt><strong>[menu]</strong><br />
2143 </dt>
2144 <dd>
2145 use the current menuBar
2146 </dd>
2147 <p></p>
2148 <dt><strong><a name="item__5btitle_3astring_5d">[title:string]</a></strong><br />
2149 </dt>
2150 <dd>
2151 set menuBar title
2152 </dd>
2153 <p></p>
2154 <dt><strong>[done]</strong><br />
2155 </dt>
2156 <dd>
2157 set menu access to readonly and, if reading from a file, signal EOF
2158 </dd>
2159 <p></p>
2160 <dt><strong><a name="item__5bdone_3aname_5d">[done:name]</a></strong><br />
2161 </dt>
2162 <dd>
2163 if reading from a file using [read:file;name] signal EOF
2164 </dd>
2165 <p></p>
2166 <dt><strong>[rm:name]</strong><br />
2167 </dt>
2168 <dd>
2169 remove named <code>menuBar(s)</code>
2170 </dd>
2171 <p></p>
2172 <dt><strong>[rm] [rm:]</strong><br />
2173 </dt>
2174 <dd>
2175 remove current menuBar
2176 </dd>
2177 <p></p>
2178 <dt><strong>[rm*] [rm:*]</strong><br />
2179 </dt>
2180 <dd>
2181 remove all <code>menuBar(s)</code>
2182 </dd>
2183 <p></p>
2184 <dt><strong>[swap]</strong><br />
2185 </dt>
2186 <dd>
2187 swap top two menuBars
2188 </dd>
2189 <p></p>
2190 <dt><strong>[prev]</strong><br />
2191 </dt>
2192 <dd>
2193 access the previous menuBar
2194 </dd>
2195 <p></p>
2196 <dt><strong>[next]</strong><br />
2197 </dt>
2198 <dd>
2199 access the next menuBar
2200 </dd>
2201 <p></p>
2202 <dt><strong>[show]</strong><br />
2203 </dt>
2204 <dd>
2205 map menuBar
2206 </dd>
2207 <p></p>
2208 <dt><strong>[hide]</strong><br />
2209 </dt>
2210 <dd>
2211 unmap menuBar
2212 </dd>
2213 <p></p>
2214 <dt><strong><a name="item__5bpixmap_3bfile_5d">[pixmap;file]</a></strong><br />
2215 </dt>
2216 <dt><strong><a name="item__5bpixmap_3bfile_3bscaling_5d">[pixmap;file;scaling]</a></strong><br />
2217 </dt>
2218 <dd>
2219 set a background pixmap
2220 </dd>
2221 <p></p>
2222 <dt><strong><a name="item__5bread_3afile_5d">[read:file]</a></strong><br />
2223 </dt>
2224 <dt><strong><a name="item__5bread_3afile_3bname_5d">[read:file;name]</a></strong><br />
2225 </dt>
2226 <dd>
2227 read in a menu from a file
2228 </dd>
2229 <p></p>
2230 <dt><strong>[dump]</strong><br />
2231 </dt>
2232 <dd>
2233 dump out all menuBars to /tmp/rxvt-PID
2234 </dd>
2235 <p></p>
2236 <dt><strong><a name="item__2f">/</a></strong><br />
2237 </dt>
2238 <dd>
2239 access menuBar top level
2240 </dd>
2241 <p></p>
2242 <dt><strong><a name="item__2e_2f">./</a></strong><br />
2243 </dt>
2244 <dt><strong><a name="item__2e_2e_2f">../</a></strong><br />
2245 </dt>
2246 <dt><strong>../../</strong><br />
2247 </dt>
2248 <dd>
2249 access current or parent menu level
2250 </dd>
2251 <p></p>
2252 <dt><strong>/path/menu</strong><br />
2253 </dt>
2254 <dd>
2255 add/access menu
2256 </dd>
2257 <p></p>
2258 <dt><strong>/path/{-}</strong><br />
2259 </dt>
2260 <dd>
2261 add separator
2262 </dd>
2263 <p></p>
2264 <dt><strong>/path/{item}{rtext} action</strong><br />
2265 </dt>
2266 <dd>
2267 add/alter menu item
2268 </dd>
2269 <p></p>
2270 <dt><strong><a name="item__2d_2f_2a">-/*</a></strong><br />
2271 </dt>
2272 <dd>
2273 remove all menus from the menuBar
2274 </dd>
2275 <p></p>
2276 <dt><strong><a name="item__2d_2fpath_2fmenu">-/path/menu</a></strong><br />
2277 </dt>
2278 <dd>
2279 remove menu items, separators and submenus from menu
2280 </dd>
2281 <p></p>
2282 <dt><strong>-/path/menu</strong><br />
2283 </dt>
2284 <dd>
2285 remove menu
2286 </dd>
2287 <p></p>
2288 <dt><strong><a name="item__2d_2fpath_2f_7bitem_7d">-/path/{item}</a></strong><br />
2289 </dt>
2290 <dd>
2291 remove item
2292 </dd>
2293 <p></p>
2294 <dt><strong><a name="item__2d_2fpath_2f_7b_2d_7d">-/path/{-}</a></strong><br />
2295 </dt>
2296 <dd>
2297 remove separator
2298 </dd>
2299 <p></p>
2300 <dt><strong><a name="item__3cb_3ebegin_3cr_3eright_3cl_3eleft_3cu_3eup_3cd_3">&lt;b&gt;Begin&lt;r&gt;Right&lt;l&gt;Left&lt;u&gt;Up&lt;d&gt;Down&lt;e&gt;End</a></strong><br />
2301 </dt>
2302 <dd>
2303 menu quick arrows
2304 </dd>
2305 <p></p></dl>
2306 <p>
2307 </p>
2308 <hr />
2309 <h1><a name="xpm">XPM</a></h1>
2310 <p>For the XPM XTerm escape sequence <strong><code>ESC ] 20 ; Pt ST</code> </strong>&gt; then value
2311 of <strong><a href="#item_pt"><code>Pt</code></a> </strong>&gt; can be the name of the background pixmap followed by a
2312 sequence of scaling/positioning commands separated by semi-colons. The
2313 scaling/positioning commands are as follows:</p>
2314 <dl>
2315 <dt><strong><a name="item_query_scale_2fposition">query scale/position</a></strong><br />
2316 </dt>
2317 <dd>
2318 <strong>?</strong>
2319 </dd>
2320 <p></p>
2321 <dt><strong><a name="item_change_scale_and_position">change scale and position</a></strong><br />
2322 </dt>
2323 <dd>
2324 <strong>WxH+X+Y</strong>
2325 </dd>
2326 <dd>
2327 <p><strong>WxH+X</strong> (== <strong>WxH+X+X</strong>)</p>
2328 </dd>
2329 <dd>
2330 <p><strong>WxH</strong> (same as <strong>WxH+50+50</strong>)</p>
2331 </dd>
2332 <dd>
2333 <p><strong>W+X+Y</strong> (same as <strong>WxW+X+Y</strong>)</p>
2334 </dd>
2335 <dd>
2336 <p><strong>W+X</strong> (same as <strong>WxW+X+X</strong>)</p>
2337 </dd>
2338 <dd>
2339 <p><strong>W</strong> (same as <strong>WxW+50+50</strong>)</p>
2340 </dd>
2341 <p></p>
2342 <dt><strong><a name="item_position">change position (absolute)</a></strong><br />
2343 </dt>
2344 <dd>
2345 <strong>=+X+Y</strong>
2346 </dd>
2347 <dd>
2348 <p><strong>=+X</strong> (same as <strong>=+X+Y</strong>)</p>
2349 </dd>
2350 <p></p>
2351 <dt><strong>change position (relative)</strong><br />
2352 </dt>
2353 <dd>
2354 <strong>+X+Y</strong>
2355 </dd>
2356 <dd>
2357 <p><strong>+X</strong> (same as <strong>+X+Y</strong>)</p>
2358 </dd>
2359 <p></p>
2360 <dt><strong><a name="item_rescale">rescale (relative)</a></strong><br />
2361 </dt>
2362 <dd>
2363 <strong>Wx0</strong> -&gt; <strong>W *= (W/100)</strong>
2364 </dd>
2365 <dd>
2366 <p><strong>0xH</strong> -&gt; <strong>H *= (H/100)</strong></p>
2367 </dd>
2368 <p></p></dl>
2369 <p>For example:</p>
2370 <dl>
2371 <dt><strong><a name="item__5ce_5d20_3bfunky_5ca"><strong>\E]20;funky\a</strong></a></strong><br />
2372 </dt>
2373 <dd>
2374 load <strong>funky.xpm</strong> as a tiled image
2375 </dd>
2376 <p></p>
2377 <dt><strong><a name="item__5ce_5d20_3bmona_3b100_5ca"><strong>\E]20;mona;100\a</strong></a></strong><br />
2378 </dt>
2379 <dd>
2380 load <strong>mona.xpm</strong> with a scaling of 100%
2381 </dd>
2382 <p></p>
2383 <dt><strong><a name="item__5ce_5d20_3b_3b200_3b_3f_5ca"><strong>\E]20;;200;?\a</strong></a></strong><br />
2384 </dt>
2385 <dd>
2386 rescale the current pixmap to 200% and display the image geometry in
2387 the title
2388 </dd>
2389 <p></p></dl>
2390 <p>
2391 </p>
2392 <hr />
2393 <h1><a name="mouse_reporting">Mouse Reporting</a></h1>
2394 <dl>
2395 <dt><strong><a name="item_esc__5b_m__3cb_3e__3cx_3e__3cy_3e"><strong><code>ESC [ M &lt;b&gt; &lt;x&gt; &lt;y&gt;</code> </strong>&gt;</a></strong><br />
2396 </dt>
2397 <dd>
2398 report mouse position
2399 </dd>
2400 <p></p></dl>
2401 <p>The lower 2 bits of <strong><code>&lt;b&gt;</code> </strong>&gt; indicate the button:</p>
2402 <dl>
2403 <dt><strong><a name="item_button__3d__28_3cb_3e__2d_space_29__26_3">Button = <strong><code>(&lt;b&gt; - SPACE) &amp; 3</code> </strong>&gt;</a></strong><br />
2404 </dt>
2405 <table>
2406 <tr><td>0</td><td>Button1 pressed</td></tr>
2407 <tr><td>1</td><td>Button2 pressed</td></tr>
2408 <tr><td>2</td><td>Button3 pressed</td></tr>
2409 <tr><td>3</td><td>button released (X11 mouse report)</td></tr>
2410 </table></dl>
2411 <p>The upper bits of <strong><code>&lt;b&gt;</code> </strong>&gt; indicate the modifiers when the
2412 button was pressed and are added together (X11 mouse report only):</p>
2413 <dl>
2414 <dt><strong><a name="item_state__3d__28_3cb_3e__2d_space_29__26_60">State = <strong><code>(&lt;b&gt; - SPACE) &amp; 60</code> </strong>&gt;</a></strong><br />
2415 </dt>
2416 <table>
2417 <tr><td>4</td><td>Shift</td></tr>
2418 <tr><td>8</td><td>Meta</td></tr>
2419 <tr><td>16</td><td>Control</td></tr>
2420 <tr><td>32</td><td>Double Click (Rxvt extension)</td></tr>
2421 </table><p>Col = <strong><code>&lt;x&gt; - SPACE</code> </strong>&gt;</p>
2422 <p>Row = <strong><code>&lt;y&gt; - SPACE</code> </strong>&gt;</p>
2423 </dl>
2424 <p>
2425 </p>
2426 <hr />
2427 <h1><a name="key_codes">Key Codes</a></h1>
2428 <p>Note: <strong>Shift</strong> + <strong>F1</strong>-<strong>F10</strong> generates <strong>F11</strong>-<strong>F20</strong></p>
2429 <p>For the keypad, use <strong>Shift</strong> to temporarily override Application-Keypad
2430 setting use <strong>Num_Lock</strong> to toggle Application-Keypad setting if
2431 <strong>Num_Lock</strong> is off, toggle Application-Keypad setting. Also note that
2432 values of <strong>Home</strong>, <strong>End</strong>, <strong>Delete</strong> may have been compiled differently on
2433 your system.</p>
2434 <table>
2435 <tr><td></td><td>Normal</td><td>Shift</td><td>Control</td><td>Ctrl+Shift</td></tr>
2436 <tr><td>Tab</td><td>^I</td><td>ESC [ Z</td><td>^I</td><td>ESC [ Z</td></tr>
2437 <tr><td>BackSpace</td><td>^H</td><td>^?</td><td>^?</td><td>^?</td></tr>
2438 <tr><td>Find</td><td>ESC [ 1 ~</td><td>ESC [ 1 $</td><td>ESC [ 1 ^</td><td>ESC [ 1 @</td></tr>
2439 <tr><td>Insert</td><td>ESC [ 2 ~</td><td>paste</td><td>ESC [ 2 ^</td><td>ESC [ 2 @</td></tr>
2440 <tr><td>Execute</td><td>ESC [ 3 ~</td><td>ESC [ 3 $</td><td>ESC [ 3 ^</td><td>ESC [ 3 @</td></tr>
2441 <tr><td>Select</td><td>ESC [ 4 ~</td><td>ESC [ 4 $</td><td>ESC [ 4 ^</td><td>ESC [ 4 @</td></tr>
2442 <tr><td>Prior</td><td>ESC [ 5 ~</td><td>scroll-up</td><td>ESC [ 5 ^</td><td>ESC [ 5 @</td></tr>
2443 <tr><td>Next</td><td>ESC [ 6 ~</td><td>scroll-down</td><td>ESC [ 6 ^</td><td>ESC [ 6 @</td></tr>
2444 <tr><td>Home</td><td>ESC [ 7 ~</td><td>ESC [ 7 $</td><td>ESC [ 7 ^</td><td>ESC [ 7 @</td></tr>
2445 <tr><td>End</td><td>ESC [ 8 ~</td><td>ESC [ 8 $</td><td>ESC [ 8 ^</td><td>ESC [ 8 @</td></tr>
2446 <tr><td>Delete</td><td>ESC [ 3 ~</td><td>ESC [ 3 $</td><td>ESC [ 3 ^</td><td>ESC [ 3 @</td></tr>
2447 <tr><td>F1</td><td>ESC [ 11 ~</td><td>ESC [ 23 ~</td><td>ESC [ 11 ^</td><td>ESC [ 23 ^</td></tr>
2448 <tr><td>F2</td><td>ESC [ 12 ~</td><td>ESC [ 24 ~</td><td>ESC [ 12 ^</td><td>ESC [ 24 ^</td></tr>
2449 <tr><td>F3</td><td>ESC [ 13 ~</td><td>ESC [ 25 ~</td><td>ESC [ 13 ^</td><td>ESC [ 25 ^</td></tr>
2450 <tr><td>F4</td><td>ESC [ 14 ~</td><td>ESC [ 26 ~</td><td>ESC [ 14 ^</td><td>ESC [ 26 ^</td></tr>
2451 <tr><td>F5</td><td>ESC [ 15 ~</td><td>ESC [ 28 ~</td><td>ESC [ 15 ^</td><td>ESC [ 28 ^</td></tr>
2452 <tr><td>F6</td><td>ESC [ 17 ~</td><td>ESC [ 29 ~</td><td>ESC [ 17 ^</td><td>ESC [ 29 ^</td></tr>
2453 <tr><td>F7</td><td>ESC [ 18 ~</td><td>ESC [ 31 ~</td><td>ESC [ 18 ^</td><td>ESC [ 31 ^</td></tr>
2454 <tr><td>F8</td><td>ESC [ 19 ~</td><td>ESC [ 32 ~</td><td>ESC [ 19 ^</td><td>ESC [ 32 ^</td></tr>
2455 <tr><td>F9</td><td>ESC [ 20 ~</td><td>ESC [ 33 ~</td><td>ESC [ 20 ^</td><td>ESC [ 33 ^</td></tr>
2456 <tr><td>F10</td><td>ESC [ 21 ~</td><td>ESC [ 34 ~</td><td>ESC [ 21 ^</td><td>ESC [ 34 ^</td></tr>
2457 <tr><td>F11</td><td>ESC [ 23 ~</td><td>ESC [ 23 $</td><td>ESC [ 23 ^</td><td>ESC [ 23 @</td></tr>
2458 <tr><td>F12</td><td>ESC [ 24 ~</td><td>ESC [ 24 $</td><td>ESC [ 24 ^</td><td>ESC [ 24 @</td></tr>
2459 <tr><td>F13</td><td>ESC [ 25 ~</td><td>ESC [ 25 $</td><td>ESC [ 25 ^</td><td>ESC [ 25 @</td></tr>
2460 <tr><td>F14</td><td>ESC [ 26 ~</td><td>ESC [ 26 $</td><td>ESC [ 26 ^</td><td>ESC [ 26 @</td></tr>
2461 <tr><td>F15 (Help)</td><td>ESC [ 28 ~</td><td>ESC [ 28 $</td><td>ESC [ 28 ^</td><td>ESC [ 28 @</td></tr>
2462 <tr><td>F16 (Menu)</td><td>ESC [ 29 ~</td><td>ESC [ 29 $</td><td>ESC [ 29 ^</td><td>ESC [ 29 @</td></tr>
2463 <tr><td>F17</td><td>ESC [ 31 ~</td><td>ESC [ 31 $</td><td>ESC [ 31 ^</td><td>ESC [ 31 @</td></tr>
2464 <tr><td>F18</td><td>ESC [ 32 ~</td><td>ESC [ 32 $</td><td>ESC [ 32 ^</td><td>ESC [ 32 @</td></tr>
2465 <tr><td>F19</td><td>ESC [ 33 ~</td><td>ESC [ 33 $</td><td>ESC [ 33 ^</td><td>ESC [ 33 @</td></tr>
2466 <tr><td>F20</td><td>ESC [ 34 ~</td><td>ESC [ 34 $</td><td>ESC [ 34 ^</td><td>ESC [ 34 @</td></tr>
2467 <tr><td></td><td></td><td></td><td></td><td>Application</td></tr>
2468 <tr><td>Up</td><td>ESC [ A</td><td>ESC [ a</td><td>ESC O a</td><td>ESC O A</td></tr>
2469 <tr><td>Down</td><td>ESC [ B</td><td>ESC [ b</td><td>ESC O b</td><td>ESC O B</td></tr>
2470 <tr><td>Right</td><td>ESC [ C</td><td>ESC [ c</td><td>ESC O c</td><td>ESC O C</td></tr>
2471 <tr><td>Left</td><td>ESC [ D</td><td>ESC [ d</td><td>ESC O d</td><td>ESC O D</td></tr>
2472 <tr><td>KP_Enter</td><td>^M</td><td></td><td></td><td>ESC O M</td></tr>
2473 <tr><td>KP_F1</td><td>ESC O P</td><td></td><td></td><td>ESC O P</td></tr>
2474 <tr><td>KP_F2</td><td>ESC O Q</td><td></td><td></td><td>ESC O Q</td></tr>
2475 <tr><td>KP_F3</td><td>ESC O R</td><td></td><td></td><td>ESC O R</td></tr>
2476 <tr><td>KP_F4</td><td>ESC O S</td><td></td><td></td><td>ESC O S</td></tr>
2477 <tr><td>XK_KP_Multiply</td><td>*</td><td></td><td></td><td>ESC O j</td></tr>
2478 <tr><td>XK_KP_Add</td><td>+</td><td></td><td></td><td>ESC O k</td></tr>
2479 <tr><td>XK_KP_Separator</td><td>,</td><td></td><td></td><td>ESC O l</td></tr>
2480 <tr><td>XK_KP_Subtract</td><td>-</td><td></td><td></td><td>ESC O m</td></tr>
2481 <tr><td>XK_KP_Decimal</td><td>.</td><td></td><td></td><td>ESC O n</td></tr>
2482 <tr><td>XK_KP_Divide</td><td>/</td><td></td><td></td><td>ESC O o</td></tr>
2483 <tr><td>XK_KP_0</td><td>0</td><td></td><td></td><td>ESC O p</td></tr>
2484 <tr><td>XK_KP_1</td><td>1</td><td></td><td></td><td>ESC O q</td></tr>
2485 <tr><td>XK_KP_2</td><td>2</td><td></td><td></td><td>ESC O r</td></tr>
2486 <tr><td>XK_KP_3</td><td>3</td><td></td><td></td><td>ESC O s</td></tr>
2487 <tr><td>XK_KP_4</td><td>4</td><td></td><td></td><td>ESC O t</td></tr>
2488 <tr><td>XK_KP_5</td><td>5</td><td></td><td></td><td>ESC O u</td></tr>
2489 <tr><td>XK_KP_6</td><td>6</td><td></td><td></td><td>ESC O v</td></tr>
2490 <tr><td>XK_KP_7</td><td>7</td><td></td><td></td><td>ESC O w</td></tr>
2491 <tr><td>XK_KP_8</td><td>8</td><td></td><td></td><td>ESC O x</td></tr>
2492 <tr><td>XK_KP_9</td><td>9</td><td></td><td></td><td>ESC O y</td></tr>
2493 </table><p>
2494 </p>
2495 <hr />
2496 <h1><a name="configure_options">CONFIGURE OPTIONS</a></h1>
2497 <p>General hint: if you get compile errors, then likely your configuration
2498 hasn't been tested well. Either try with --enable-everything or use the
2499 ./reconf script as a base for experiments. ./reconf is used by myself,
2500 so it should generally be a working config. Of course, you should always
2501 report when a combination doesn't work, so it can be fixed. Marc Lehmann
2502 &lt;<a href="mailto:rxvt@schmorp.de">rxvt@schmorp.de</a>&gt;.</p>
2503 <dl>
2504 <dt><strong><a name="item__2d_2denable_2deverything">--enable-everything</a></strong><br />
2505 </dt>
2506 <dd>
2507 Add support for all non-multichoice options listed in ``./configure
2508 --help''. Note that unlike other enable options this is order dependant.
2509 You can specify this and then disable options which this enables by
2510 <em>following</em> this with the appropriate commands.
2511 </dd>
2512 <p></p>
2513 <dt><strong><a name="item__2d_2denable_2dxft">--enable-xft</a></strong><br />
2514 </dt>
2515 <dd>
2516 Add support for Xft (anti-aliases, among others) fonts. Xft fonts are
2517 slower and require lots of memory, but as long as you don't use them, you
2518 don't pay for them.
2519 </dd>
2520 <p></p>
2521 <dt><strong><a name="item__2d_2denable_2dfont_2dstyles">--enable-font-styles</a></strong><br />
2522 </dt>
2523 <dd>
2524 Add support for <strong>bold</strong>, <em>italic</em> and <strong><em>bold italic</em> </strong>&gt; font
2525 styles. The fonts can be set manually or automatically.
2526 </dd>
2527 <p></p>
2528 <dt><strong><a name="item__2d_2dwith_2dcodesets_3dname_2c_2e_2e_2e">--with-codesets=NAME,...</a></strong><br />
2529 </dt>
2530 <dd>
2531 Compile in support for additional codeset (encoding) groups (eu, vn are
2532 always compiled in, which includes most 8-bit character sets). These
2533 codeset tables are currently only used for driving X11 core fonts, they
2534 are not required for Xft fonts. Compiling them in will make your binary
2535 bigger (together about 700kB), but it doesn't increase memory usage unless
2536 you use an X11 font requiring one of these encodings.
2537 </dd>
2538 <table>
2539 <tr><td>all</td><td>all available codeset groups</td></tr>
2540 <tr><td>zh</td><td>common chinese encodings</td></tr>
2541 <tr><td>zh_ext</td><td>rarely used but very big chinese encodigs</td></tr>
2542 <tr><td>jp</td><td>common japanese encodings</td></tr>
2543 <tr><td>jp_ext</td><td>rarely used but big japanese encodings</td></tr>
2544 <tr><td>kr</td><td>korean encodings</td></tr>
2545 </table><p></p>
2546 <dt><strong><a name="item__2d_2denable_2dxim">--enable-xim</a></strong><br />
2547 </dt>
2548 <dd>
2549 Add support for XIM (X Input Method) protocol. This allows using
2550 alternative input methods (e.g. kinput2) and will also correctly
2551 set up the input for people using dead keys or compose keys.
2552 </dd>
2553 <p></p>
2554 <dt><strong><a name="item__2d_2denable_2dunicode3">--enable-unicode3</a></strong><br />
2555 </dt>
2556 <dd>
2557 Enable direct support for displaying unicode codepoints above
2558 65535 (the basic multilingual page). This increases storage
2559 requirements per character from 2 to 4 bytes. X11 fonts do not yet
2560 support these extra characters, but Xft does.
2561 </dd>
2562 <dd>
2563 <p>Please note that rxvt-unicode can store unicode code points &gt;65535
2564 even without this flag, but the number of such characters is
2565 limited to a view thousand (shared with combining characters,
2566 see next switch), and right now rxvt-unicode cannot display them
2567 (input/output and cut&amp;paste still work, though).</p>
2568 </dd>
2569 <p></p>
2570 <dt><strong><a name="item__2d_2denable_2dcombining">--enable-combining</a></strong><br />
2571 </dt>
2572 <dd>
2573 Enable automatic composition of combining characters into
2574 composite characters. This is required for proper viewing of text
2575 where accents are encoded as seperate unicode characters. This is
2576 done by using precomposited characters when available or creating
2577 new pseudo-characters when no precomposed form exists.
2578 </dd>
2579 <dd>
2580 <p>Without --enable-unicode3, the number of additional precomposed characters
2581 is rather limited (2048, if this is full, rxvt-unicode will use the
2582 private use area, extending the number of combinations to 8448). With
2583 --enable-unicode3, no practical limit exists.</p>
2584 </dd>
2585 <dd>
2586 <p>This option will also enable storage (but not display) of characters
2587 beyond plane 0 (&gt;65535) when --enable-unicode3 was not specified.</p>
2588 </dd>
2589 <dd>
2590 <p>The combining table also contains entries for arabic presentation forms,
2591 but these are not currently used. Bug me if you want these to be used (and
2592 tell me how these are to be used...).</p>
2593 </dd>
2594 <p></p>
2595 <dt><strong><a name="item_fallback">--enable-fallback(=CLASS)</a></strong><br />
2596 </dt>
2597 <dd>
2598 When reading resource settings, also read settings for class CLASS
2599 (default: Rxvt). To disable resource fallback use --disable-fallback.
2600 </dd>
2601 <p></p>
2602 <dt><strong><a name="item__2d_2dwith_2dres_2dname_3dname">--with-res-name=NAME</a></strong><br />
2603 </dt>
2604 <dd>
2605 Use the given name (default: urxvt) as default application name when
2606 reading resources. Specify --with-res-name=rxvt to replace rxvt.
2607 </dd>
2608 <p></p>
2609 <dt><strong><a name="item__2d_2dwith_2dres_2dclass_3dclass">--with-res-class=CLASS</a></strong><br />
2610 </dt>
2611 <dd>
2612 Use the given class (default: URxvt) as default application class
2613 when reading resources. Specify --with-res-class=Rxvt to replace
2614 rxvt.
2615 </dd>
2616 <p></p>
2617 <dt><strong><a name="item__2d_2denable_2dutmp">--enable-utmp</a></strong><br />
2618 </dt>
2619 <dd>
2620 Write user and tty to utmp file (used by programs like <em>w</em>) at
2621 start of rxvt execution and delete information when rxvt exits.
2622 </dd>
2623 <p></p>
2624 <dt><strong><a name="item__2d_2denable_2dwtmp">--enable-wtmp</a></strong><br />
2625 </dt>
2626 <dd>
2627 Write user and tty to wtmp file (used by programs like <em>last</em>) at
2628 start of rxvt execution and write logout when rxvt exits. This
2629 option requires --enable-utmp to also be specified.
2630 </dd>
2631 <p></p>
2632 <dt><strong><a name="item__2d_2denable_2dlastlog">--enable-lastlog</a></strong><br />
2633 </dt>
2634 <dd>
2635 Write user and tty to lastlog file (used by programs like
2636 <em>lastlogin</em>) at start of rxvt execution. This option requires
2637 --enable-utmp to also be specified.
2638 </dd>
2639 <p></p>
2640 <dt><strong><a name="item__2d_2denable_2dxpm_2dbackground">--enable-xpm-background</a></strong><br />
2641 </dt>
2642 <dd>
2643 Add support for XPM background pixmaps.
2644 </dd>
2645 <p></p>
2646 <dt><strong><a name="item__2d_2denable_2dtransparency">--enable-transparency</a></strong><br />
2647 </dt>
2648 <dd>
2649 Add support for inheriting parent backgrounds thus giving a fake
2650 transparency to the term.
2651 </dd>
2652 <p></p>
2653 <dt><strong><a name="item__2d_2denable_2dfading">--enable-fading</a></strong><br />
2654 </dt>
2655 <dd>
2656 Add support for fading the text when focus is lost.
2657 </dd>
2658 <p></p>
2659 <dt><strong><a name="item__2d_2denable_2dtinting">--enable-tinting</a></strong><br />
2660 </dt>
2661 <dd>
2662 Add support for tinting of transparent backgrounds.
2663 </dd>
2664 <p></p>
2665 <dt><strong><a name="item__2d_2denable_2dmenubar">--enable-menubar</a></strong><br />
2666 </dt>
2667 <dd>
2668 Add support for our menu bar system (this interacts badly with
2669 dynamic locale switching currently).
2670 </dd>
2671 <p></p>
2672 <dt><strong><a name="item__2d_2denable_2drxvt_2dscroll">--enable-rxvt-scroll</a></strong><br />
2673 </dt>
2674 <dd>
2675 Add support for the original rxvt scrollbar.
2676 </dd>
2677 <p></p>
2678 <dt><strong><a name="item__2d_2denable_2dnext_2dscroll">--enable-next-scroll</a></strong><br />
2679 </dt>
2680 <dd>
2681 Add support for a NeXT-like scrollbar.
2682 </dd>
2683 <p></p>
2684 <dt><strong><a name="item__2d_2denable_2dxterm_2dscroll">--enable-xterm-scroll</a></strong><br />
2685 </dt>
2686 <dd>
2687 Add support for an Xterm-like scrollbar.
2688 </dd>
2689 <p></p>
2690 <dt><strong><a name="item__2d_2denable_2dplain_2dscroll">--enable-plain-scroll</a></strong><br />
2691 </dt>
2692 <dd>
2693 Add support for a very unobtrusive, plain-looking scrollbar that
2694 is the favourite of the rxvt-unicode author, having used it for
2695 many years.
2696 </dd>
2697 <p></p>
2698 <dt><strong><a name="item__2d_2denable_2dhalf_2dshadow">--enable-half-shadow</a></strong><br />
2699 </dt>
2700 <dd>
2701 Make shadows on the scrollbar only half the normal width &amp; height.
2702 only applicable to rxvt scrollbars.
2703 </dd>
2704 <p></p>
2705 <dt><strong><a name="item__2d_2denable_2dttygid">--enable-ttygid</a></strong><br />
2706 </dt>
2707 <dd>
2708 Change tty device setting to group ``tty'' - only use this if
2709 your system uses this type of security.
2710 </dd>
2711 <p></p>
2712 <dt><strong><a name="item__2d_2ddisable_2dbackspace_2dkey">--disable-backspace-key</a></strong><br />
2713 </dt>
2714 <dd>
2715 Disable any handling of the backspace key by us - let the X server
2716 do it.
2717 </dd>
2718 <p></p>
2719 <dt><strong><a name="item__2d_2ddisable_2ddelete_2dkey">--disable-delete-key</a></strong><br />
2720 </dt>
2721 <dd>
2722 Disable any handling of the delete key by us - let the X server
2723 do it.
2724 </dd>
2725 <p></p>
2726 <dt><strong><a name="item__2d_2ddisable_2dresources">--disable-resources</a></strong><br />
2727 </dt>
2728 <dd>
2729 Remove all resources checking.
2730 </dd>
2731 <p></p>
2732 <dt><strong><a name="item__2d_2denable_2dxgetdefault">--enable-xgetdefault</a></strong><br />
2733 </dt>
2734 <dd>
2735 Make resources checking via <code>XGetDefault()</code> instead of our small
2736 version which only checks ~/.Xdefaults, or if that doesn't exist then
2737 ~/.Xresources.
2738 </dd>
2739 <dd>
2740 <p>Please note that nowadays, things like XIM will automatically pull in and
2741 use the full X resource manager, so the overhead of using it might be very
2742 small, if nonexistant.</p>
2743 </dd>
2744 <p></p>
2745 <dt><strong><a name="item__2d_2denable_2dstrings">--enable-strings</a></strong><br />
2746 </dt>
2747 <dd>
2748 Add support for our possibly faster <code>memset()</code> function and other
2749 various routines, overriding your system's versions which may
2750 have been hand-crafted in assembly or may require extra libraries
2751 to link in. (this breaks ANSI-C rules and has problems on many
2752 GNU/Linux systems).
2753 </dd>
2754 <p></p>
2755 <dt><strong><a name="item__2d_2ddisable_2dswapscreen">--disable-swapscreen</a></strong><br />
2756 </dt>
2757 <dd>
2758 Remove support for swap screen.
2759 </dd>
2760 <p></p>
2761 <dt><strong><a name="item__2d_2denable_2dfrills">--enable-frills</a></strong><br />
2762 </dt>
2763 <dd>
2764 Add support for many small features that are not essential but nice to
2765 have. Normally you want this, but for very small binaries you may want to
2766 disable this.
2767 </dd>
2768 <dd>
2769 <p>A non-exhaustive list of features enabled by <a href="#item__2d_2denable_2dfrills"><code>--enable-frills</code></a> (possibly
2770 in combination with other switches) is:</p>
2771 </dd>
2772 <dd>
2773 <pre>
2774 MWM-hints
2775 seperate underline colour
2776 settable border widths and borderless switch
2777 settable extra linespacing
2778 extra window properties (e.g. UTF-8 window names and PID)
2779 iso-14755-2 and -3, and visual feedback
2780 backindex and forwardindex escape sequence
2781 window op and locale change escape sequences
2782 tripleclickwords
2783 settable insecure mode
2784 keysym remapping support</pre>
2785 </dd>
2786 <p></p>
2787 <dt><strong><a name="item__2d_2denable_2diso14755">--enable-iso14755</a></strong><br />
2788 </dt>
2789 <dd>
2790 Enable extended ISO 14755 support (see rxvt(1), or
2791 <em>doc/rxvt.1.txt</em>). Basic support (section 5.1) is enabled by
2792 <a href="#item__2d_2denable_2dfrills"><code>--enable-frills</code></a>, while support for 5.2, 5.3 and 5.4 is enabled with
2793 this switch.
2794 </dd>
2795 <p></p>
2796 <dt><strong><a name="item__2d_2denable_2dkeepscrolling">--enable-keepscrolling</a></strong><br />
2797 </dt>
2798 <dd>
2799 Add support for continual scrolling of the display when you hold
2800 the mouse button down on a scrollbar arrow.
2801 </dd>
2802 <p></p>
2803 <dt><strong><a name="item__2d_2denable_2dmousewheel">--enable-mousewheel</a></strong><br />
2804 </dt>
2805 <dd>
2806 Add support for scrolling via mouse wheel or buttons 4 &amp; 5.
2807 </dd>
2808 <p></p>
2809 <dt><strong><a name="item__2d_2denable_2dslipwheeling">--enable-slipwheeling</a></strong><br />
2810 </dt>
2811 <dd>
2812 Add support for continual scrolling (using the mouse wheel as an
2813 accelerator) while the control key is held down. This option
2814 requires --enable-mousewheel to also be specified.
2815 </dd>
2816 <p></p>
2817 <dt><strong><a name="item__2d_2ddisable_2dnew_2dselection">--disable-new-selection</a></strong><br />
2818 </dt>
2819 <dd>
2820 Remove support for mouse selection style like that of xterm.
2821 </dd>
2822 <p></p>
2823 <dt><strong><a name="item__2d_2denable_2ddmalloc">--enable-dmalloc</a></strong><br />
2824 </dt>
2825 <dd>
2826 Use Gray Watson's malloc - which is good for debugging See
2827 <a href="http://www.letters.com/dmalloc/">http://www.letters.com/dmalloc/</a> for details If you use either this or the
2828 next option, you may need to edit src/Makefile after compiling to point
2829 DINCLUDE and DLIB to the right places.
2830 </dd>
2831 <dd>
2832 <p>You can only use either this option and the following (should
2833 you use either) .</p>
2834 </dd>
2835 <p></p>
2836 <dt><strong><a name="item__2d_2denable_2ddlmalloc">--enable-dlmalloc</a></strong><br />
2837 </dt>
2838 <dd>
2839 Use Doug Lea's malloc - which is good for a production version
2840 See <a href="http://g.oswego.edu/dl/html/malloc.html">http://g.oswego.edu/dl/html/malloc.html</a> for details.
2841 </dd>
2842 <p></p>
2843 <dt><strong><a name="item__2d_2denable_2dsmart_2dresize">--enable-smart-resize</a></strong><br />
2844 </dt>
2845 <dd>
2846 Add smart growth/shrink behaviour when changing font size via from hot
2847 keys. This should keep in a fixed position the rxvt corner which is
2848 closest to a corner of the screen.
2849 </dd>
2850 <p></p>
2851 <dt><strong><a name="item__2d_2denable_2dcursor_2dblink">--enable-cursor-blink</a></strong><br />
2852 </dt>
2853 <dd>
2854 Add support for a blinking cursor.
2855 </dd>
2856 <p></p>
2857 <dt><strong><a name="item__2d_2denable_2dpointer_2dblank">--enable-pointer-blank</a></strong><br />
2858 </dt>
2859 <dd>
2860 Add support to have the pointer disappear when typing or inactive.
2861 </dd>
2862 <p></p>
2863 <dt><strong><a name="item__2d_2dwith_2dname_3dname">--with-name=NAME</a></strong><br />
2864 </dt>
2865 <dd>
2866 Set the basename for the installed binaries (default: <code>urxvt</code>, resulting
2867 in <code>urxvt</code>, <code>urxvtd</code> etc.). Specify <code>--with-name=rxvt</code> to replace with
2868 <code>rxvt</code>.
2869 </dd>
2870 <p></p>
2871 <dt><strong><a name="item__2d_2dwith_2dterm_3dname">--with-term=NAME</a></strong><br />
2872 </dt>
2873 <dd>
2874 Change the environmental variable for the terminal to NAME (default
2875 <code>rxvt-unicode</code>)
2876 </dd>
2877 <p></p>
2878 <dt><strong><a name="item__2d_2dwith_2dterminfo_3dpath">--with-terminfo=PATH</a></strong><br />
2879 </dt>
2880 <dd>
2881 Change the environmental variable for the path to the terminfo tree to
2882 PATH.
2883 </dd>
2884 <p></p>
2885 <dt><strong><a name="item__2d_2dwith_2dx">--with-x</a></strong><br />
2886 </dt>
2887 <dd>
2888 Use the X Window System (pretty much default, eh?).
2889 </dd>
2890 <p></p>
2891 <dt><strong><a name="item__2d_2dwith_2dxpm_2dincludes_3ddir">--with-xpm-includes=DIR</a></strong><br />
2892 </dt>
2893 <dd>
2894 Look for the XPM includes in DIR.
2895 </dd>
2896 <p></p>
2897 <dt><strong><a name="item__2d_2dwith_2dxpm_2dlibrary_3ddir">--with-xpm-library=DIR</a></strong><br />
2898 </dt>
2899 <dd>
2900 Look for the XPM library in DIR.
2901 </dd>
2902 <p></p>
2903 <dt><strong><a name="item__2d_2dwith_2dxpm">--with-xpm</a></strong><br />
2904 </dt>
2905 <dd>
2906 Not needed - define via --enable-xpm-background.
2907 </dd>
2908 <p></p></dl>
2909 <p>
2910 </p>
2911 <hr />
2912 <h1><a name="authors">AUTHORS</a></h1>
2913 <p>Marc Lehmann &lt;<a href="mailto:rxvt@schmorp.de">rxvt@schmorp.de</a>&gt; converted this document to pod and
2914 reworked it from the original Rxvt documentation, which was done by Geoff
2915 Wing &lt;<a href="mailto:gcw@pobox.com">gcw@pobox.com</a>&gt;, who in turn used the XTerm documentation and other
2916 sources.</p>
2917
2918 </body>
2919
2920 </html>