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

File Contents

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