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.37 by root, Mon Jan 9 01:54:43 2006 UTC vs.
Revision 1.42 by root, Thu Jan 12 05:37:34 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-09" "6.3" "RXVT-UNICODE" 132.TH rxvt 7 "2006-01-12" "7.0" "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
156The newest version of this document is 156The newest version of this document is
157also 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>. 158<http://cvs.schmorp.de/browse/*checkout*/rxvt\-unicode/doc/rxvt.7.html>.
159.SH "FREQUENTLY ASKED QUESTIONS" 159.SH "FREQUENTLY ASKED QUESTIONS"
160.IX Header "FREQUENTLY ASKED QUESTIONS" 160.IX Header "FREQUENTLY ASKED QUESTIONS"
161.IP "I don't like the new selection/popups/hotkeys/perl, how do I change/disable it?" 4
162.IX Item "I don't like the new selection/popups/hotkeys/perl, how do I change/disable it?"
163You can disable the perl extension completely by setting the
164\&\fBperl-ext-common\fR resource to the empty string, which also keeps
165rxvt-unicode from initialising perl, saving memory.
166.Sp
167If you only want to disable specific features, you first have to
168identify which perl extension is responsible. For this, read the section
169\&\fB\s-1PREPACKAGED\s0 \s-1EXTENSIONS\s0\fR in the @@RXVT_NAME@@\fIperl\fR\|(3) manpage. For
170example, to disable the \fBselection-popup\fR and \fBoption-popup\fR, specify
171this \fBperl-ext-common\fR resource:
172.Sp
173.Vb 1
174\& URxvt.perl-ext-common: default,-selection-popup,-option-popup
175.Ve
176.Sp
177This will keep the default extensions, but disable the two popup
178extensions. Some extensions can also be configured, for example,
179scrollback search mode is triggered by \fBM\-s\fR. You can move it to any
180other combination either by setting the \fBsearchable-scrollback\fR resource:
181.Sp
182.Vb 1
183\& URxvt.searchable-scrollback: CM-s
184.Ve
161.IP "Isn't rxvt supposed to be small? Don't all those features bloat?" 4 185.IP "Isn't rxvt supposed to be small? Don't all those features bloat?" 4
162.IX Item "Isn't rxvt supposed to be small? Don't all those features bloat?" 186.IX Item "Isn't rxvt supposed to be small? Don't all those features bloat?"
163I often get asked about this, and I think, no, they didn't cause extra 187I often get asked about this, and I think, no, they didn't cause extra
164bloat. If you compare a minimal rxvt and a minimal urxvt, you can see 188bloat. If you compare a minimal rxvt and a minimal urxvt, you can see
165that the urxvt binary is larger (due to some encoding tables always being 189that the urxvt binary is larger (due to some encoding tables always being
198memory. 222memory.
199.Sp 223.Sp
200Compared to e.g. Eterm (5112k), aterm (3132k) and xterm (4680k), this 224Compared to e.g. Eterm (5112k), aterm (3132k) and xterm (4680k), this
201still fares rather well. And compared to some monsters like gnome-terminal 225still fares rather well. And compared to some monsters like gnome-terminal
202(21152k + extra 4204k in separate processes) or konsole (22200k + extra 226(21152k + extra 4204k in separate processes) or konsole (22200k + extra
20343180k in daemons that stay around after exit, plus half aminute of 22743180k in daemons that stay around after exit, plus half a minute of
204startup time, including the hundreds of warnings it spits out), it fares 228startup time, including the hundreds of warnings it spits out), it fares
205extremely well *g*. 229extremely well *g*.
206.IP "Why \*(C+, isn't that unportable/bloated/uncool?" 4 230.IP "Why \*(C+, isn't that unportable/bloated/uncool?" 4
207.IX Item "Why , isn't that unportable/bloated/uncool?" 231.IX Item "Why , isn't that unportable/bloated/uncool?"
208Is this a question? :) It comes up very often. The simple answer is: I had 232Is this a question? :) It comes up very often. The simple answer is: I had
288one with \f(CW\*(C`\-\-disable\-everything\*(C'\fR (very useful) and a maximal one with 312one with \f(CW\*(C`\-\-disable\-everything\*(C'\fR (very useful) and a maximal one with
289\&\f(CW\*(C`\-\-enable\-everything\*(C'\fR (less useful, it will be very big due to a lot of 313\&\f(CW\*(C`\-\-enable\-everything\*(C'\fR (less useful, it will be very big due to a lot of
290encodings built-in that increase download times and are rarely used). 314encodings built-in that increase download times and are rarely used).
291.IP "I need to make it setuid/setgid to support utmp/ptys on my \s-1OS\s0, is this safe?" 4 315.IP "I need to make it setuid/setgid to support utmp/ptys on my \s-1OS\s0, is this safe?" 4
292.IX Item "I need to make it setuid/setgid to support utmp/ptys on my OS, is this safe?" 316.IX Item "I need to make it setuid/setgid to support utmp/ptys on my OS, is this safe?"
293Likely not. While I honestly try to make it secure, and am probably 317Likely not. While I honestly try to make it secure, and am probably not
294not bad at it, I think it is simply unreasonable to expect all of 318bad at it, I think it is simply unreasonable to expect all of freetype
295freetype + fontconfig + xft + xlib + ... + rxvt-unicode itself to all be 319+ fontconfig + xft + xlib + perl + ... + rxvt-unicode itself to all be
296secure. Also, rxvt-unicode disables some options when it detects that it 320secure. Also, rxvt-unicode disables some options when it detects that it
297runs setuid or setgid, which is not nice. 321runs setuid or setgid, which is not nice. Besides, with the embedded perl
322interpreter the possibility for security problems easily multiplies.
298.Sp 323.Sp
299Elevated privileges are only required for utmp and pty operations on some 324Elevated privileges are only required for utmp and pty operations on some
300systems (for example, GNU/Linux doesn't need any extra privileges for 325systems (for example, GNU/Linux doesn't need any extra privileges for
301ptys, but some need it for utmp support). If rxvt-unicode doesn't support 326ptys, but some need it for utmp support). It is planned to mvoe this into
302the library/setuid helper that your \s-1OS\s0 needs I'll be happy to assist you 327a forked handler process, but this is not yet done.
303in implementing support for it.
304.Sp 328.Sp
305So, while setuid/setgid operation is supported and not a problem on your 329So, while setuid/setgid operation is supported and not a problem on your
306typical single-user-no-other-logins unix desktop, always remember that 330typical single-user-no-other-logins unix desktop, always remember that
307its an awful lot of code, most of which isn't checked for security issues 331its an awful lot of code, most of which isn't checked for security issues
308regularly. 332regularly.
1774Ps = 10 Change colour of text foreground to Pt (NB: may change in future) 1798Ps = 10 Change colour of text foreground to Pt (NB: may change in future)
1775Ps = 11 Change colour of text background to Pt (NB: may change in future) 1799Ps = 11 Change colour of text background to Pt (NB: may change in future)
1776Ps = 12 Change colour of text cursor foreground to Pt 1800Ps = 12 Change colour of text cursor foreground to Pt
1777Ps = 13 Change colour of mouse foreground to Pt 1801Ps = 13 Change colour of mouse foreground to Pt
1778Ps = 17 Change colour of highlight characters to Pt 1802Ps = 17 Change colour of highlight characters to Pt
1779Ps = 18 Change colour of bold characters to Pt 1803Ps = 18 Change colour of bold characters to Pt [deprecated, see 706]
1780Ps = 19 Change colour of underlined characters to Pt 1804Ps = 19 Change colour of underlined characters to Pt [deprecated, see 707]
1781Ps = 20 Change default background to Pt 1805Ps = 20 Change default background to Pt
1782Ps = 39 Change default foreground colour to Pt. 1806Ps = 39 Change default foreground colour to Pt.
1783Ps = 46 Change Log File to Pt unimplemented 1807Ps = 46 Change Log File to Pt unimplemented
1784Ps = 49 Change default background colour to Pt. 1808Ps = 49 Change default background colour to Pt.
1785Ps = 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 1809Ps = 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
1786Ps = 55 Log all scrollback buffer and all of screen to Pt 1810Ps = 55 Log all scrollback buffer and all of screen to Pt
1787Ps = 701 Change current locale to Pt, or, if Pt is ?, return the current locale (Compile frills). 1811Ps = 701 Change current locale to Pt, or, if Pt is ?, return the current locale (Compile frills).
1788Ps = 703 Menubar command Pt (Compile menubar). 1812Ps = 703 Menubar command Pt (Compile menubar).
1789Ps = 704 Change colour of italic characters to Pt 1813Ps = 704 Change colour of italic characters to Pt
1790Ps = 705 Change background pixmap tint colour to Pt (Compile transparency). 1814Ps = 705 Change background pixmap tint colour to Pt (Compile transparency).
1815Ps = 706 Change colour of bold characters to Pt
1816Ps = 707 Change colour of underlined characters to Pt
1791Ps = 710 Set normal fontset to Pt. Same as Ps = 50. 1817Ps = 710 Set normal fontset to Pt. Same as Ps = 50.
1792Ps = 711 Set bold fontset to Pt. Similar to Ps = 50 (Compile styles). 1818Ps = 711 Set bold fontset to Pt. Similar to Ps = 50 (Compile styles).
1793Ps = 712 Set italic fontset to Pt. Similar to Ps = 50 (Compile styles). 1819Ps = 712 Set italic fontset to Pt. Similar to Ps = 50 (Compile styles).
1794Ps = 713 Set bold-italic fontset to Pt. Similar to Ps = 50 (Compile styles). 1820Ps = 713 Set bold-italic fontset to Pt. Similar to Ps = 50 (Compile styles).
1795Ps = 720 Move viewing window up by Pt lines, or clear scrollback buffer if Pt = 0 (Compile frills). 1821Ps = 720 Move viewing window up by Pt lines, or clear scrollback buffer if Pt = 0 (Compile frills).
2487Removes any handling of the delete key by us \- let the X server 2513Removes any handling of the delete key by us \- let the X server
2488do it. 2514do it.
2489.IP "\-\-disable\-resources" 4 2515.IP "\-\-disable\-resources" 4
2490.IX Item "--disable-resources" 2516.IX Item "--disable-resources"
2491Removes any support for resource checking. 2517Removes any support for resource checking.
2492.IP "\-\-enable\-xgetdefault" 4
2493.IX Item "--enable-xgetdefault"
2494Make resources checking via \fIXGetDefault()\fR instead of our small
2495version which only checks ~/.Xdefaults, or if that doesn't exist then
2496~/.Xresources.
2497.Sp
2498Please note that nowadays, things like \s-1XIM\s0 will automatically pull in and
2499use the full X resource manager, so the overhead of using it might be very
2500small, if nonexistant.
2501.IP "\-\-enable\-strings (default: off)" 4 2518.IP "\-\-enable\-strings (default: off)" 4
2502.IX Item "--enable-strings (default: off)" 2519.IX Item "--enable-strings (default: off)"
2503Add support for our possibly faster \fImemset()\fR function and other 2520Add support for our possibly faster \fImemset()\fR function and other
2504various routines, overriding your system's versions which may 2521various routines, overriding your system's versions which may
2505have been hand-crafted in assembly or may require extra libraries 2522have been hand-crafted in assembly or may require extra libraries

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines