ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.7.html
Revision: 1.41
Committed: Thu Jan 12 05:37:34 2006 UTC (18 years, 6 months ago) by root
Content type: text/html
Branch: MAIN
Changes since 1.40: +30 -0 lines
Log Message:
*** empty log message ***

File Contents

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