ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.7.man.in
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.7.man.in (file contents):
Revision 1.47 by root, Mon Jan 16 15:07:27 2006 UTC vs.
Revision 1.56 by root, Tue Jan 31 00:25:16 2006 UTC

127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "rxvt 7" 131.IX Title "rxvt 7"
132.TH rxvt 7 "2006-01-16" "7.0" "RXVT-UNICODE" 132.TH rxvt 7 "2006-01-31" "7.5" "RXVT-UNICODE"
133.SH "NAME" 133.SH "NAME"
134RXVT REFERENCE \- FAQ, command sequences and other background information 134RXVT REFERENCE \- FAQ, command sequences and other background information
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137.Vb 2 137.Vb 2
151.SH "DESCRIPTION" 151.SH "DESCRIPTION"
152.IX Header "DESCRIPTION" 152.IX Header "DESCRIPTION"
153This document contains the \s-1FAQ\s0, the \s-1RXVT\s0 \s-1TECHNICAL\s0 \s-1REFERENCE\s0 documenting 153This document contains the \s-1FAQ\s0, the \s-1RXVT\s0 \s-1TECHNICAL\s0 \s-1REFERENCE\s0 documenting
154all escape sequences, and other background information. 154all escape sequences, and other background information.
155.PP 155.PP
156The newest version of this document is 156The newest version of this document is also available on the World Wide Web at
157also available on the World Wide Web at
158<http://cvs.schmorp.de/browse/*checkout*/rxvt\-unicode/doc/rxvt.7.html>. 157<http://cvs.schmorp.de/browse/*checkout*/rxvt\-unicode/doc/rxvt.7.html>.
159.SH "FREQUENTLY ASKED QUESTIONS" 158.SH "FREQUENTLY ASKED QUESTIONS"
160.IX Header "FREQUENTLY ASKED QUESTIONS" 159.IX Header "FREQUENTLY ASKED QUESTIONS"
161.IP "The new selection selects pieces that are too big, how can I select single words?" 4 160.IP "The new selection selects pieces that are too big, how can I select single words?" 4
162.IX Item "The new selection selects pieces that are too big, how can I select single words?" 161.IX Item "The new selection selects pieces that are too big, how can I select single words?"
200other combination either by setting the \fBsearchable-scrollback\fR resource: 199other combination either by setting the \fBsearchable-scrollback\fR resource:
201.Sp 200.Sp
202.Vb 1 201.Vb 1
203\& URxvt.searchable-scrollback: CM-s 202\& URxvt.searchable-scrollback: CM-s
204.Ve 203.Ve
204.IP "Why doesn't rxvt-unicode read my resources?" 4
205.IX Item "Why doesn't rxvt-unicode read my resources?"
206Well, why, indeed? It does, in a way very similar to other X
207applications. Most importantly, this means that if you or your \s-1OS\s0 loads
208resources into the X display (the right way to do it), rxvt-unicode will
209ignore any resource files in your home directory. It will only read
210\&\fI$HOME/.Xdefaults\fR when no resources are attached to the display.
211.Sp
212If you have or use an \fI$HOME/.Xresources\fR file, chances are that
213resources are loaded into your X\-server. In this case, you have to
214re-login after every change (or run \fIxrdb \-merge \f(CI$HOME\fI/.Xresources\fR).
215.Sp
216Also consider the form resources have to use:
217.Sp
218.Vb 1
219\& URxvt.resource: value
220.Ve
221.Sp
222If you want to use another form (there are lots of different ways of
223specifying resources), make sure you understand wether and why it
224works. If unsure, use the form above.
225.IP "I can't get transparency working, what am I doing wrong?" 4
226.IX Item "I can't get transparency working, what am I doing wrong?"
227First of all, transparency isn't officially supported in rxvt\-unicode, so
228you are mostly on your own. Do not bug the author about it (but you may
229bug everybody else). Also, if you can't get it working consider it a rite
230of passage: ... and you failed.
231.Sp
232Here are four ways to get transparency. \fBDo\fR read the manpage and option
233descriptions for the programs mentioned and rxvt\-unicode. Really, do it!
234.Sp
2351. Use inheritPixmap:
236.Sp
237.Vb 2
238\& Esetroot wallpaper.jpg
239\& @@RXVT_NAME@@ -ip -tint red -sh 40
240.Ve
241.Sp
242That works. If you think it doesn't, you lack transparency and tinting
243support, or you are unable to read.
244.Sp
2452. Use a simple pixmap and emulate pseudo\-transparency. This enables you
246to use effects other than tinting and shading: Just shade/tint/whatever
247your picture with gimp:
248.Sp
249.Vb 2
250\& convert wallpaper.jpg -blur 20x20 -modulate 30 background.xpm
251\& @@RXVT_NAME@@ -pixmap background.xpm -pe automove-background
252.Ve
253.Sp
254That works. If you think it doesn't, you lack \s-1XPM\s0 and Perl support, or you
255are unable to read.
256.Sp
2573. Use an \s-1ARGB\s0 visual:
258.Sp
259.Vb 1
260\& @@RXVT_NAME@@ -depth 32 -fg grey90 -bg rgba:0000/0000/4444/cccc
261.Ve
262.Sp
263This requires \s-1XFT\s0 support, and the support of your X\-server. If that
264doesn't work for you, blame Xorg and Keith Packard. \s-1ARGB\s0 visuals aren't
265there yet, no matter what they claim. Rxvt-Unicode contains the neccessary
266bugfixes and workarounds for Xft and Xlib to make it work, but that
267doesn't mean that your \s-1WM\s0 has the required kludges in place.
268.Sp
2694. Use xcompmgr and let it do the job:
270.Sp
271.Vb 2
272\& xprop -frame -f _NET_WM_WINDOW_OPACITY 32c \e
273\& -set _NET_WM_WINDOW_OPACITY 0xc0000000
274.Ve
275.Sp
276Then click on a window you want to make transparent. Replace \f(CW0xc0000000\fR
277by other values to change the degree of opacity. If it doesn't work and
278your server crashes, you got to keep the pieces.
205.IP "Isn't rxvt supposed to be small? Don't all those features bloat?" 4 279.IP "Isn't rxvt supposed to be small? Don't all those features bloat?" 4
206.IX Item "Isn't rxvt supposed to be small? Don't all those features bloat?" 280.IX Item "Isn't rxvt supposed to be small? Don't all those features bloat?"
207I often get asked about this, and I think, no, they didn't cause extra 281I often get asked about this, and I think, no, they didn't cause extra
208bloat. If you compare a minimal rxvt and a minimal urxvt, you can see 282bloat. If you compare a minimal rxvt and a minimal urxvt, you can see
209that the urxvt binary is larger (due to some encoding tables always being 283that the urxvt binary is larger (due to some encoding tables always being
284.Sp 358.Sp
285No large bloated libraries (of course, none were linked in statically), 359No large bloated libraries (of course, none were linked in statically),
286except maybe libX11 :) 360except maybe libX11 :)
287.IP "Does it support tabs, can I have a tabbed rxvt\-unicode?" 4 361.IP "Does it support tabs, can I have a tabbed rxvt\-unicode?" 4
288.IX Item "Does it support tabs, can I have a tabbed rxvt-unicode?" 362.IX Item "Does it support tabs, can I have a tabbed rxvt-unicode?"
289rxvt-unicode does not directly support tabs. It will work fine with 363Beginning with version 7.3, there is a perl extension that implements a
290tabbing functionality of many window managers or similar tabbing programs, 364simple tabbed terminal. It is installed by default, so any of these should
291and its embedding-features allow it to be embedded into other programs, 365give you tabs:
292as witnessed by \fIdoc/rxvt\-tabbed\fR or the upcoming \f(CW\*(C`Gtk2::URxvt\*(C'\fR perl 366.Sp
293module, which features a tabbed urxvt (murxvt) terminal as an example 367.Vb 1
294embedding application. 368\& @@RXVT_NAME@@ -pe tabbed
369.Ve
370.Sp
371.Vb 1
372\& URxvt.perl-ext-common: default,tabbed
373.Ve
374.Sp
375It will also work fine with tabbing functionality of many window managers
376or similar tabbing programs, and its embedding-features allow it to be
377embedded into other programs, as witnessed by \fIdoc/rxvt\-tabbed\fR or
378the upcoming \f(CW\*(C`Gtk2::URxvt\*(C'\fR perl module, which features a tabbed urxvt
379(murxvt) terminal as an example embedding application.
295.IP "How do I know which rxvt-unicode version I'm using?" 4 380.IP "How do I know which rxvt-unicode version I'm using?" 4
296.IX Item "How do I know which rxvt-unicode version I'm using?" 381.IX Item "How do I know which rxvt-unicode version I'm using?"
297The version number is displayed with the usage (\-h). Also the escape 382The version number is displayed with the usage (\-h). Also the escape
298sequence \f(CW\*(C`ESC [ 8 n\*(C'\fR sets the window title to the version number. When 383sequence \f(CW\*(C`ESC [ 8 n\*(C'\fR sets the window title to the version number. When
299using the @@RXVT_NAME@@c client, the version displayed is that of the 384using the @@RXVT_NAME@@c client, the version displayed is that of the
300daemon. 385daemon.
301.IP "I am using Debian GNU/Linux and have a problem..." 4 386.IP "I am using Debian GNU/Linux and have a problem..." 4
302.IX Item "I am using Debian GNU/Linux and have a problem..." 387.IX Item "I am using Debian GNU/Linux and have a problem..."
303The Debian GNU/Linux package of rxvt-unicode in sarge contains large 388The Debian GNU/Linux package of rxvt-unicode in sarge contains large
304patches that considerably change the behaviour of rxvt\-unicode. Before 389patches that considerably change the behaviour of rxvt-unicode (but
305reporting a bug to the original rxvt-unicode author please download and 390unfortunately this notice has been removed). Before reporting a bug to
306install the genuine version (<http://software.schmorp.de#rxvt\-unicode>) 391the original rxvt-unicode author please download and install the genuine
307and try to reproduce the problem. If you cannot, chances are that the 392version (<http://software.schmorp.de#rxvt\-unicode>) and try to reproduce
308problems are specific to Debian GNU/Linux, in which case it should be 393the problem. If you cannot, chances are that the problems are specific to
394Debian GNU/Linux, in which case it should be reported via the Debian Bug
309reported via the Debian Bug Tracking System (use \f(CW\*(C`reportbug\*(C'\fR to report 395Tracking System (use \f(CW\*(C`reportbug\*(C'\fR to report the bug).
310the bug).
311.Sp 396.Sp
312For other problems that also affect the Debian package, you can and 397For other problems that also affect the Debian package, you can and
313probably should use the Debian \s-1BTS\s0, too, because, after all, it's also a 398probably should use the Debian \s-1BTS\s0, too, because, after all, it's also a
314bug in the Debian version and it serves as a reminder for other users that 399bug in the Debian version and it serves as a reminder for other users that
315might encounter the same issue. 400might encounter the same issue.
332one with \f(CW\*(C`\-\-disable\-everything\*(C'\fR (very useful) and a maximal one with 417one with \f(CW\*(C`\-\-disable\-everything\*(C'\fR (very useful) and a maximal one with
333\&\f(CW\*(C`\-\-enable\-everything\*(C'\fR (less useful, it will be very big due to a lot of 418\&\f(CW\*(C`\-\-enable\-everything\*(C'\fR (less useful, it will be very big due to a lot of
334encodings built-in that increase download times and are rarely used). 419encodings built-in that increase download times and are rarely used).
335.IP "I need to make it setuid/setgid to support utmp/ptys on my \s-1OS\s0, is this safe?" 4 420.IP "I need to make it setuid/setgid to support utmp/ptys on my \s-1OS\s0, is this safe?" 4
336.IX Item "I need to make it setuid/setgid to support utmp/ptys on my OS, is this safe?" 421.IX Item "I need to make it setuid/setgid to support utmp/ptys on my OS, is this safe?"
337Likely not. While I honestly try to make it secure, and am probably not 422It should be, starting with release 7.1. You are encouraged to properly
338bad at it, I think it is simply unreasonable to expect all of freetype 423install urxvt with privileges necessary for your \s-1OS\s0 now.
339+ fontconfig + xft + xlib + perl + ... + rxvt-unicode itself to all be
340secure. Also, rxvt-unicode disables some options when it detects that it
341runs setuid or setgid, which is not nice. Besides, with the embedded perl
342interpreter the possibility for security problems easily multiplies.
343.Sp 424.Sp
344Elevated privileges are only required for utmp and pty operations on some 425When rxvt-unicode detects that it runs setuid or setgid, it will fork
345systems (for example, GNU/Linux doesn't need any extra privileges for 426into a helper process for privileged operations (pty handling on some
346ptys, but some need it for utmp support). It is planned to mvoe this into 427systems, utmp/wtmp/lastlog handling on others) and drop privileges
347a forked handler process, but this is not yet done. 428immediately. This is much safer than most other terminals that keep
429privileges while running (but is more relevant to urxvt, as it contains
430things as perl interpreters, which might be \*(L"helpful\*(R" to attackers).
348.Sp 431.Sp
349So, while setuid/setgid operation is supported and not a problem on your 432This forking is done as the very first within \fImain()\fR, which is very early
350typical single-user-no-other-logins unix desktop, always remember that 433and reduces possible bugs to initialisation code run before \fImain()\fR, or
351its an awful lot of code, most of which isn't checked for security issues 434things like the dynamic loader of your system, which should result in very
352regularly. 435little risk.
353.IP "When I log-in to another system it tells me about missing terminfo data?" 4 436.IP "When I log-in to another system it tells me about missing terminfo data?" 4
354.IX Item "When I log-in to another system it tells me about missing terminfo data?" 437.IX Item "When I log-in to another system it tells me about missing terminfo data?"
355The terminal description used by rxvt-unicode is not as widely available 438The terminal description used by rxvt-unicode is not as widely available
356as that for xterm, or even rxvt (for which the same problem often arises). 439as that for xterm, or even rxvt (for which the same problem often arises).
357.Sp 440.Sp
1058.IX Header "RXVT TECHNICAL REFERENCE" 1141.IX Header "RXVT TECHNICAL REFERENCE"
1059.SH "DESCRIPTION" 1142.SH "DESCRIPTION"
1060.IX Header "DESCRIPTION" 1143.IX Header "DESCRIPTION"
1061The rest of this document describes various technical aspects of 1144The rest of this document describes various technical aspects of
1062\&\fBrxvt-unicode\fR. First the description of supported command sequences, 1145\&\fBrxvt-unicode\fR. First the description of supported command sequences,
1063followed by menu and pixmap support and last by a description of all 1146followed by pixmap support and last by a description of all features
1064features selectable at \f(CW\*(C`configure\*(C'\fR time. 1147selectable at \f(CW\*(C`configure\*(C'\fR time.
1065.SH "Definitions" 1148.SH "Definitions"
1066.IX Header "Definitions" 1149.IX Header "Definitions"
1067.ie n .IP "\fB\fB""c""\fB\fR" 4 1150.ie n .IP "\fB\fB""c""\fB\fR" 4
1068.el .IP "\fB\f(CBc\fB\fR" 4 1151.el .IP "\fB\f(CBc\fB\fR" 4
1069.IX Item "c" 1152.IX Item "c"
1811Ps = 12 Change colour of text cursor foreground to Pt 1894Ps = 12 Change colour of text cursor foreground to Pt
1812Ps = 13 Change colour of mouse foreground to Pt 1895Ps = 13 Change colour of mouse foreground to Pt
1813Ps = 17 Change colour of highlight characters to Pt 1896Ps = 17 Change colour of highlight characters to Pt
1814Ps = 18 Change colour of bold characters to Pt [deprecated, see 706] 1897Ps = 18 Change colour of bold characters to Pt [deprecated, see 706]
1815Ps = 19 Change colour of underlined characters to Pt [deprecated, see 707] 1898Ps = 19 Change colour of underlined characters to Pt [deprecated, see 707]
1816Ps = 20 Change default background to Pt 1899Ps = 20 Change background pixmap parameters (see section XPM) (Compile XPM).
1817Ps = 39 Change default foreground colour to Pt. 1900Ps = 39 Change default foreground colour to Pt.
1818Ps = 46 Change Log File to Pt unimplemented 1901Ps = 46 Change Log File to Pt unimplemented
1819Ps = 49 Change default background colour to Pt. 1902Ps = 49 Change default background colour to Pt.
1820Ps = 50 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 1903Ps = 50 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
1821Ps = 55 Log all scrollback buffer and all of screen to Pt 1904Ps = 55 Log all scrollback buffer and all of screen to Pt
1822Ps = 701 Change current locale to Pt, or, if Pt is ?, return the current locale (Compile frills). 1905Ps = 701 Change current locale to Pt, or, if Pt is ?, return the current locale (Compile frills).
1906Ps = 702 Request version if Pt is ?, returning rxvt-unicode, the resource name, the major and minor version numbers, e.g. ESC ] 702 ; rxvt-unicode ; urxvt ; 7 ; 4 ST.
1823Ps = 704 Change colour of italic characters to Pt 1907Ps = 704 Change colour of italic characters to Pt
1824Ps = 705 Change background pixmap tint colour to Pt (Compile transparency). 1908Ps = 705 Change background pixmap tint colour to Pt (Compile transparency).
1825Ps = 706 Change colour of bold characters to Pt 1909Ps = 706 Change colour of bold characters to Pt
1826Ps = 707 Change colour of underlined characters to Pt 1910Ps = 707 Change colour of underlined characters to Pt
1827Ps = 710 Set normal fontset to Pt. Same as Ps = 50. 1911Ps = 710 Set normal fontset to Pt. Same as Ps = 50.
2045Add support for \s-1XIM\s0 (X Input Method) protocol. This allows using 2129Add support for \s-1XIM\s0 (X Input Method) protocol. This allows using
2046alternative input methods (e.g. kinput2) and will also correctly 2130alternative input methods (e.g. kinput2) and will also correctly
2047set up the input for people using dead keys or compose keys. 2131set up the input for people using dead keys or compose keys.
2048.IP "\-\-enable\-unicode3 (default: off)" 4 2132.IP "\-\-enable\-unicode3 (default: off)" 4
2049.IX Item "--enable-unicode3 (default: off)" 2133.IX Item "--enable-unicode3 (default: off)"
2134Recommended to stay off unless you really need non-BMP characters.
2135.Sp
2050Enable direct support for displaying unicode codepoints above 2136Enable direct support for displaying unicode codepoints above
205165535 (the basic multilingual page). This increases storage 213765535 (the basic multilingual page). This increases storage
2052requirements per character from 2 to 4 bytes. X11 fonts do not yet 2138requirements per character from 2 to 4 bytes. X11 fonts do not yet
2053support these extra characters, but Xft does. 2139support these extra characters, but Xft does.
2054.Sp 2140.Sp
2063composite characters. This is required for proper viewing of text 2149composite characters. This is required for proper viewing of text
2064where accents are encoded as seperate unicode characters. This is 2150where accents are encoded as seperate unicode characters. This is
2065done by using precomposited characters when available or creating 2151done by using precomposited characters when available or creating
2066new pseudo-characters when no precomposed form exists. 2152new pseudo-characters when no precomposed form exists.
2067.Sp 2153.Sp
2068Without \-\-enable\-unicode3, the number of additional precomposed characters 2154Without \-\-enable\-unicode3, the number of additional precomposed
2069is rather limited (2048, if this is full, rxvt-unicode will use the 2155characters is somewhat limited (the 6400 private use characters will be
2070private use area, extending the number of combinations to 8448). With
2071\&\-\-enable\-unicode3, no practical limit exists. 2156(ab\-)used). With \-\-enable\-unicode3, no practical limit exists.
2072.Sp 2157.Sp
2073This option will also enable storage (but not display) of characters 2158This option will also enable storage (but not display) of characters
2074beyond plane 0 (>65535) when \-\-enable\-unicode3 was not specified. 2159beyond plane 0 (>65535) when \-\-enable\-unicode3 was not specified.
2075.Sp 2160.Sp
2076The combining table also contains entries for arabic presentation forms, 2161The combining table also contains entries for arabic presentation forms,
2077but these are not currently used. Bug me if you want these to be used (and 2162but these are not currently used. Bug me if you want these to be used (and
2078tell me how these are to be used...). 2163tell me how these are to be used...).
2079.IP "\-\-enable\-fallback(=CLASS) (default: Rxvt)" 4 2164.IP "\-\-enable\-fallback(=CLASS) (default: Rxvt)" 4
2080.IX Item "--enable-fallback(=CLASS) (default: Rxvt)" 2165.IX Item "--enable-fallback(=CLASS) (default: Rxvt)"
2081When reading resource settings, also read settings for class \s-1CLASS\s0. To disable resource fallback use \-\-disable\-fallback. 2166When reading resource settings, also read settings for class \s-1CLASS\s0. To
2167disable resource fallback use \-\-disable\-fallback.
2082.IP "\-\-with\-res\-name=NAME (default: urxvt)" 4 2168.IP "\-\-with\-res\-name=NAME (default: urxvt)" 4
2083.IX Item "--with-res-name=NAME (default: urxvt)" 2169.IX Item "--with-res-name=NAME (default: urxvt)"
2084Use the given name as default application name when 2170Use the given name as default application name when
2085reading resources. Specify \-\-with\-res\-name=rxvt to replace rxvt. 2171reading resources. Specify \-\-with\-res\-name=rxvt to replace rxvt.
2086.IP "\-\-with\-res\-class=CLASS /default: URxvt)" 4 2172.IP "\-\-with\-res\-class=CLASS /default: URxvt)" 4
2127.IP "\-\-enable\-plain\-scroll (default: on)" 4 2213.IP "\-\-enable\-plain\-scroll (default: on)" 4
2128.IX Item "--enable-plain-scroll (default: on)" 2214.IX Item "--enable-plain-scroll (default: on)"
2129Add support for a very unobtrusive, plain-looking scrollbar that 2215Add support for a very unobtrusive, plain-looking scrollbar that
2130is the favourite of the rxvt-unicode author, having used it for 2216is the favourite of the rxvt-unicode author, having used it for
2131many years. 2217many years.
2132.IP "\-\-enable\-half\-shadow (default: off)" 4
2133.IX Item "--enable-half-shadow (default: off)"
2134Make shadows on the scrollbar only half the normal width & height.
2135only applicable to rxvt scrollbars.
2136.IP "\-\-enable\-ttygid (default: off)" 4 2218.IP "\-\-enable\-ttygid (default: off)" 4
2137.IX Item "--enable-ttygid (default: off)" 2219.IX Item "--enable-ttygid (default: off)"
2138Change tty device setting to group \*(L"tty\*(R" \- only use this if 2220Change tty device setting to group \*(L"tty\*(R" \- only use this if
2139your system uses this type of security. 2221your system uses this type of security.
2140.IP "\-\-disable\-backspace\-key" 4 2222.IP "\-\-disable\-backspace\-key" 4
2157disable this. 2239disable this.
2158.Sp 2240.Sp
2159A non-exhaustive list of features enabled by \f(CW\*(C`\-\-enable\-frills\*(C'\fR (possibly 2241A non-exhaustive list of features enabled by \f(CW\*(C`\-\-enable\-frills\*(C'\fR (possibly
2160in combination with other switches) is: 2242in combination with other switches) is:
2161.Sp 2243.Sp
2162.Vb 17 2244.Vb 15
2163\& MWM-hints 2245\& MWM-hints
2164\& EWMH-hints (pid, utf8 names) and protocols (ping) 2246\& EWMH-hints (pid, utf8 names) and protocols (ping)
2165\& seperate underline colour (-underlineColor) 2247\& seperate underline colour (-underlineColor)
2166\& settable border widths and borderless switch (-w, -b, -bl) 2248\& settable border widths and borderless switch (-w, -b, -bl)
2249\& visual depth selection (-depth)
2167\& settable extra linespacing /-lsp) 2250\& settable extra linespacing /-lsp)
2168\& iso-14755-2 and -3, and visual feedback 2251\& iso-14755-2 and -3, and visual feedback
2169\& backindex and forwardindex escape sequence
2170\& window op and some xterm/OSC escape sequences
2171\& tripleclickwords (-tcw) 2252\& tripleclickwords (-tcw)
2172\& settable insecure mode (-insecure) 2253\& settable insecure mode (-insecure)
2173\& keysym remapping support 2254\& keysym remapping support
2174\& cursor blinking and underline cursor (-cb, -uc) 2255\& cursor blinking and underline cursor (-cb, -uc)
2175\& XEmbed support (-embed) 2256\& XEmbed support (-embed)
2176\& user-pty (-pty-fd) 2257\& user-pty (-pty-fd)
2177\& hold on exit (-hold) 2258\& hold on exit (-hold)
2178\& skip builtin block graphics (-sbg) 2259\& skip builtin block graphics (-sbg)
2260.Ve
2261.Sp
2262It also enabled some non-essential features otherwise disabled, such as:
2263.Sp
2264.Vb 11
2265\& some round-trip time optimisations
2266\& nearest color allocation on pseudocolor screens
2267\& UTF8_STRING supporr for selection
2179\& sgr modes 90..97 and 100..107 2268\& sgr modes 90..97 and 100..107
2269\& backindex and forwardindex escape sequences
2270\& view change/zero scorllback esacpe sequences
2271\& locale switching escape sequence
2272\& window op and some xterm/OSC escape sequences
2273\& rectangular selections
2274\& trailing space removal for selections
2275\& verbose X error handling
2180.Ve 2276.Ve
2181.IP "\-\-enable\-iso14755 (default: on)" 4 2277.IP "\-\-enable\-iso14755 (default: on)" 4
2182.IX Item "--enable-iso14755 (default: on)" 2278.IX Item "--enable-iso14755 (default: on)"
2183Enable extended \s-1ISO\s0 14755 support (see @@RXVT_NAME@@(1), or 2279Enable extended \s-1ISO\s0 14755 support (see @@RXVT_NAME@@(1), or
2184\&\fIdoc/rxvt.1.txt\fR). Basic support (section 5.1) is enabled by 2280\&\fIdoc/rxvt.1.txt\fR). Basic support (section 5.1) is enabled by
2218keys. This should keep the window corner which is closest to a corner of 2314keys. This should keep the window corner which is closest to a corner of
2219the screen in a fixed position. 2315the screen in a fixed position.
2220.IP "\-\-enable\-pointer\-blank (default: on)" 4 2316.IP "\-\-enable\-pointer\-blank (default: on)" 4
2221.IX Item "--enable-pointer-blank (default: on)" 2317.IX Item "--enable-pointer-blank (default: on)"
2222Add support to have the pointer disappear when typing or inactive. 2318Add support to have the pointer disappear when typing or inactive.
2223.IP "\-\-enable\-perl (default: off)" 4 2319.IP "\-\-enable\-perl (default: on)" 4
2224.IX Item "--enable-perl (default: off)" 2320.IX Item "--enable-perl (default: on)"
2225Enable an embedded perl interpreter. See the \fB@@RXVT_NAME@@\f(BIperl\fB\|(3)\fR 2321Enable an embedded perl interpreter. See the \fB@@RXVT_NAME@@\f(BIperl\fB\|(3)\fR
2226manpage (\fIdoc/rxvtperl.txt\fR) for more info on this feature, or the files 2322manpage (\fIdoc/rxvtperl.txt\fR) for more info on this feature, or the files
2227in \fIsrc/perl\-ext/\fR for the extensions that are installed by default. The 2323in \fIsrc/perl\-ext/\fR for the extensions that are installed by default. The
2228perl interpreter that is used can be specified via the \f(CW\*(C`PERL\*(C'\fR environment 2324perl interpreter that is used can be specified via the \f(CW\*(C`PERL\*(C'\fR environment
2229variable when running configure. 2325variable when running configure.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines