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

Comparing rxvt-unicode/doc/rxvt.7.pod (file contents):
Revision 1.64 by root, Sat Dec 24 12:55:17 2005 UTC vs.
Revision 1.78 by root, Thu Jan 12 05:37:34 2006 UTC

23L<http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>. 23L<http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>.
24 24
25=head1 FREQUENTLY ASKED QUESTIONS 25=head1 FREQUENTLY ASKED QUESTIONS
26 26
27=over 4 27=over 4
28
29=item I don't like the new selection/popups/hotkeys/perl, how do I
30change/disable it?
31
32You can disable the perl extension completely by setting the
33B<perl-ext-common> resource to the empty string, which also keeps
34rxvt-unicode from initialising perl, saving memory.
35
36If you only want to disable specific features, you first have to
37identify which perl extension is responsible. For this, read the section
38B<PREPACKAGED EXTENSIONS> in the @@RXVT_NAME@@perl(3) manpage. For
39example, to disable the B<selection-popup> and B<option-popup>, specify
40this B<perl-ext-common> resource:
41
42 URxvt.perl-ext-common: default,-selection-popup,-option-popup
43
44This will keep the default extensions, but disable the two popup
45extensions. Some extensions can also be configured, for example,
46scrollback search mode is triggered by B<M-s>. You can move it to any
47other combination either by setting the B<searchable-scrollback> resource:
48
49 URxvt.searchable-scrollback: CM-s
28 50
29=item Isn't rxvt supposed to be small? Don't all those features bloat? 51=item Isn't rxvt supposed to be small? Don't all those features bloat?
30 52
31I often get asked about this, and I think, no, they didn't cause extra 53I often get asked about this, and I think, no, they didn't cause extra
32bloat. If you compare a minimal rxvt and a minimal urxvt, you can see 54bloat. If you compare a minimal rxvt and a minimal urxvt, you can see
62memory. 84memory.
63 85
64Compared to e.g. Eterm (5112k), aterm (3132k) and xterm (4680k), this 86Compared to e.g. Eterm (5112k), aterm (3132k) and xterm (4680k), this
65still fares rather well. And compared to some monsters like gnome-terminal 87still fares rather well. And compared to some monsters like gnome-terminal
66(21152k + extra 4204k in separate processes) or konsole (22200k + extra 88(21152k + extra 4204k in separate processes) or konsole (22200k + extra
6743180k in daemons that stay around after exit, plus half aminute of 8943180k in daemons that stay around after exit, plus half a minute of
68startup time, including the hundreds of warnings it spits out), it fares 90startup time, including the hundreds of warnings it spits out), it fares
69extremely well *g*. 91extremely well *g*.
70 92
71=item Why C++, isn't that unportable/bloated/uncool? 93=item Why C++, isn't that unportable/bloated/uncool?
72 94
131 153
132For other problems that also affect the Debian package, you can and 154For other problems that also affect the Debian package, you can and
133probably should use the Debian BTS, too, because, after all, it's also a 155probably should use the Debian BTS, too, because, after all, it's also a
134bug in the Debian version and it serves as a reminder for other users that 156bug in the Debian version and it serves as a reminder for other users that
135might encounter the same issue. 157might encounter the same issue.
158
159=item I am maintaining rxvt-unicode for distribution/OS XXX, any recommendation?
160
161You should build one binary with the default options. F<configure>
162now enables most useful options, and the trend goes to making them
163runtime-switchable, too, so there is usually no drawback to enbaling them,
164except higher disk and possibly memory usage. The perl interpreter should
165be enabled, as important functionality (menus, selection, likely more in
166the future) depends on it.
167
168You should not overwrite the C<perl-ext-common> snd C<perl-ext> resources
169system-wide (except maybe with C<defaults>). This will result in useful
170behaviour. If your distribution aims at low memory, add an empty
171C<perl-ext-common> resource to the app-defaults file. This will keep the
172perl interpreter disabled until the user enables it.
173
174If you can/want build more binaries, I recommend building a minimal
175one with C<--disable-everything> (very useful) and a maximal one with
176C<--enable-everything> (less useful, it will be very big due to a lot of
177encodings built-in that increase download times and are rarely used).
178
179=item I need to make it setuid/setgid to support utmp/ptys on my OS, is this safe?
180
181Likely not. While I honestly try to make it secure, and am probably not
182bad at it, I think it is simply unreasonable to expect all of freetype
183+ fontconfig + xft + xlib + perl + ... + rxvt-unicode itself to all be
184secure. Also, rxvt-unicode disables some options when it detects that it
185runs setuid or setgid, which is not nice. Besides, with the embedded perl
186interpreter the possibility for security problems easily multiplies.
187
188Elevated privileges are only required for utmp and pty operations on some
189systems (for example, GNU/Linux doesn't need any extra privileges for
190ptys, but some need it for utmp support). It is planned to mvoe this into
191a forked handler process, but this is not yet done.
192
193So, while setuid/setgid operation is supported and not a problem on your
194typical single-user-no-other-logins unix desktop, always remember that
195its an awful lot of code, most of which isn't checked for security issues
196regularly.
136 197
137=item When I log-in to another system it tells me about missing terminfo data? 198=item When I log-in to another system it tells me about missing terminfo data?
138 199
139The terminal description used by rxvt-unicode is not as widely available 200The terminal description used by rxvt-unicode is not as widely available
140as that for xterm, or even rxvt (for which the same problem often arises). 201as that for xterm, or even rxvt (for which the same problem often arises).
1533 B<< C<h> >> Scroll to bottom when a key is pressed 1594 B<< C<h> >> Scroll to bottom when a key is pressed
1534 B<< C<l> >> Don't scroll to bottom when a key is pressed 1595 B<< C<l> >> Don't scroll to bottom when a key is pressed
1535 1596
1536=end table 1597=end table
1537 1598
1599=item B<< C<Ps = 1021> >> (B<rxvt>)
1600
1601=begin table
1602
1603 B<< C<h> >> Bold/italic implies high intensity (see option B<-is>)
1604 B<< C<l> >> Font styles have no effect on intensity (Compile styles)
1605
1606=end table
1607
1538=item B<< C<Ps = 1047> >> 1608=item B<< C<Ps = 1047> >>
1539 1609
1540=begin table 1610=begin table
1541 1611
1542 B<< C<h> >> Use Alternate Screen Buffer 1612 B<< C<h> >> Use Alternate Screen Buffer
1588 B<< C<Ps = 10> >> Change colour of text foreground to B<< C<Pt> >> B<(NB: may change in future)> 1658 B<< C<Ps = 10> >> Change colour of text foreground to B<< C<Pt> >> B<(NB: may change in future)>
1589 B<< C<Ps = 11> >> Change colour of text background to B<< C<Pt> >> B<(NB: may change in future)> 1659 B<< C<Ps = 11> >> Change colour of text background to B<< C<Pt> >> B<(NB: may change in future)>
1590 B<< C<Ps = 12> >> Change colour of text cursor foreground to B<< C<Pt> >> 1660 B<< C<Ps = 12> >> Change colour of text cursor foreground to B<< C<Pt> >>
1591 B<< C<Ps = 13> >> Change colour of mouse foreground to B<< C<Pt> >> 1661 B<< C<Ps = 13> >> Change colour of mouse foreground to B<< C<Pt> >>
1592 B<< C<Ps = 17> >> Change colour of highlight characters to B<< C<Pt> >> 1662 B<< C<Ps = 17> >> Change colour of highlight characters to B<< C<Pt> >>
1593 B<< C<Ps = 18> >> Change colour of bold characters to B<< C<Pt> >> 1663 B<< C<Ps = 18> >> Change colour of bold characters to B<< C<Pt> >> [deprecated, see 706]
1594 B<< C<Ps = 19> >> Change colour of underlined characters to B<< C<Pt> >> 1664 B<< C<Ps = 19> >> Change colour of underlined characters to B<< C<Pt> >> [deprecated, see 707]
1595 B<< C<Ps = 20> >> Change default background to B<< C<Pt> >> 1665 B<< C<Ps = 20> >> Change default background to B<< C<Pt> >>
1596 B<< C<Ps = 39> >> Change default foreground colour to B<< C<Pt> >>. 1666 B<< C<Ps = 39> >> Change default foreground colour to B<< C<Pt> >>.
1597 B<< C<Ps = 46> >> Change Log File to B<< C<Pt> >> I<unimplemented> 1667 B<< C<Ps = 46> >> Change Log File to B<< C<Pt> >> I<unimplemented>
1598 B<< C<Ps = 49> >> Change default background colour to B<< C<Pt> >>. 1668 B<< C<Ps = 49> >> Change default background colour to B<< C<Pt> >>.
1599 B<< C<Ps = 50> >> Set fontset to B<< C<Pt> >>, with the following special values of B<< C<Pt> >> (B<rxvt>) B<< C<#+n> >> change up B<< C<n> >> B<< C<#-n> >> change down B<< C<n> >> if B<< C<n> >> is missing of 0, a value of 1 is used I<empty> change to font0 B<< C<n> >> change to font B<< C<n> >> 1669 B<< C<Ps = 50> >> Set fontset to B<< C<Pt> >>, with the following special values of B<< C<Pt> >> (B<rxvt>) B<< C<#+n> >> change up B<< C<n> >> B<< C<#-n> >> change down B<< C<n> >> if B<< C<n> >> is missing of 0, a value of 1 is used I<empty> change to font0 B<< C<n> >> change to font B<< C<n> >>
1600 B<< C<Ps = 55> >> Log all scrollback buffer and all of screen to B<< C<Pt> >> 1670 B<< C<Ps = 55> >> Log all scrollback buffer and all of screen to B<< C<Pt> >>
1601 B<< C<Ps = 701> >> Change current locale to B<< C<Pt> >>, or, if B<< C<Pt> >> is B<< C<?> >>, return the current locale (Compile frills). 1671 B<< C<Ps = 701> >> Change current locale to B<< C<Pt> >>, or, if B<< C<Pt> >> is B<< C<?> >>, return the current locale (Compile frills).
1602 B<< C<Ps = 703> >> Menubar command B<< C<Pt> >> (Compile menubar). 1672 B<< C<Ps = 703> >> Menubar command B<< C<Pt> >> (Compile menubar).
1603 B<< C<Ps = 704> >> Change colour of italic characters to B<< C<Pt> >> 1673 B<< C<Ps = 704> >> Change colour of italic characters to B<< C<Pt> >>
1604 B<< C<Ps = 705> >> Change background pixmap tint colour to B<< C<Pt> >> (Compile transparency). 1674 B<< C<Ps = 705> >> Change background pixmap tint colour to B<< C<Pt> >> (Compile transparency).
1675 B<< C<Ps = 706> >> Change colour of bold characters to B<< C<Pt> >>
1676 B<< C<Ps = 707> >> Change colour of underlined characters to B<< C<Pt> >>
1605 B<< C<Ps = 710> >> Set normal fontset to B<< C<Pt> >>. Same as C<Ps = 50>. 1677 B<< C<Ps = 710> >> Set normal fontset to B<< C<Pt> >>. Same as C<Ps = 50>.
1606 B<< C<Ps = 711> >> Set bold fontset to B<< C<Pt> >>. Similar to C<Ps = 50> (Compile styles). 1678 B<< C<Ps = 711> >> Set bold fontset to B<< C<Pt> >>. Similar to C<Ps = 50> (Compile styles).
1607 B<< C<Ps = 712> >> Set italic fontset to B<< C<Pt> >>. Similar to C<Ps = 50> (Compile styles). 1679 B<< C<Ps = 712> >> Set italic fontset to B<< C<Pt> >>. Similar to C<Ps = 50> (Compile styles).
1608 B<< C<Ps = 713> >> Set bold-italic fontset to B<< C<Pt> >>. Similar to C<Ps = 50> (Compile styles). 1680 B<< C<Ps = 713> >> Set bold-italic fontset to B<< C<Pt> >>. Similar to C<Ps = 50> (Compile styles).
1609 B<< C<Ps = 720> >> Move viewing window up by B<< C<Pt> >> lines, or clear scrollback buffer if C<Pt = 0> (Compile frills). 1681 B<< C<Ps = 720> >> Move viewing window up by B<< C<Pt> >> lines, or clear scrollback buffer if C<Pt = 0> (Compile frills).
1610 B<< C<Ps = 721> >> Move viewing window down by B<< C<Pt> >> lines, or clear scrollback buffer if C<Pt = 0> (Compile frills). 1682 B<< C<Ps = 721> >> Move viewing window down by B<< C<Pt> >> lines, or clear scrollback buffer if C<Pt = 0> (Compile frills).
1683 B<< C<Ps = 777> >> Call the perl extension with the given string, which should be of the form C<extension:parameters> (Compile perl).
1611 1684
1612=end table 1685=end table
1613 1686
1614=back 1687=back
1615 1688
2396 2469
2397Write user and tty to lastlog file (used by programs like 2470Write user and tty to lastlog file (used by programs like
2398F<lastlogin>) at start of rxvt execution. This option requires 2471F<lastlogin>) at start of rxvt execution. This option requires
2399--enable-utmp to also be specified. 2472--enable-utmp to also be specified.
2400 2473
2401=item --enable-xpm-background (default: off) 2474=item --enable-xpm-background (default: on)
2402 2475
2403Add support for XPM background pixmaps. 2476Add support for XPM background pixmaps.
2404 2477
2405=item --enable-transparency (default: off) 2478=item --enable-transparency (default: on)
2406 2479
2407Add support for inheriting parent backgrounds thus giving a fake 2480Add support for inheriting parent backgrounds thus giving a fake
2408transparency to the term. 2481transparency to the term.
2409 2482
2410=item --enable-fading (default: on) 2483=item --enable-fading (default: on)
2413 2486
2414=item --enable-tinting (default: on) 2487=item --enable-tinting (default: on)
2415 2488
2416Add support for tinting of transparent backgrounds (requires C<--enable-transparency>). 2489Add support for tinting of transparent backgrounds (requires C<--enable-transparency>).
2417 2490
2418=item --enable-menubar (default: off) 2491=item --enable-menubar (default: off) [DEPRECATED]
2419 2492
2420Add support for our menu bar system (this interacts badly with 2493Add support for our menu bar system (this interacts badly with dynamic
2421dynamic locale switching currently). 2494locale switching currently). This option is DEPRECATED and will be removed
2495in the future.
2422 2496
2423=item --enable-rxvt-scroll (default: on) 2497=item --enable-rxvt-scroll (default: on)
2424 2498
2425Add support for the original rxvt scrollbar. 2499Add support for the original rxvt scrollbar.
2426 2500
2458do it. 2532do it.
2459 2533
2460=item --disable-resources 2534=item --disable-resources
2461 2535
2462Removes any support for resource checking. 2536Removes any support for resource checking.
2463
2464=item --enable-xgetdefault
2465
2466Make resources checking via XGetDefault() instead of our small
2467version which only checks ~/.Xdefaults, or if that doesn't exist then
2468~/.Xresources.
2469
2470Please note that nowadays, things like XIM will automatically pull in and
2471use the full X resource manager, so the overhead of using it might be very
2472small, if nonexistant.
2473 2537
2474=item --enable-strings (default: off) 2538=item --enable-strings (default: off)
2475 2539
2476Add support for our possibly faster memset() function and other 2540Add support for our possibly faster memset() function and other
2477various routines, overriding your system's versions which may 2541various routines, overriding your system's versions which may
2492A non-exhaustive list of features enabled by C<--enable-frills> (possibly 2556A non-exhaustive list of features enabled by C<--enable-frills> (possibly
2493in combination with other switches) is: 2557in combination with other switches) is:
2494 2558
2495 MWM-hints 2559 MWM-hints
2496 EWMH-hints (pid, utf8 names) and protocols (ping) 2560 EWMH-hints (pid, utf8 names) and protocols (ping)
2497 seperate underline colour 2561 seperate underline colour (-underlineColor)
2498 settable border widths and borderless switch 2562 settable border widths and borderless switch (-w, -b, -bl)
2499 settable extra linespacing 2563 settable extra linespacing /-lsp)
2500 iso-14755-2 and -3, and visual feedback 2564 iso-14755-2 and -3, and visual feedback
2501 backindex and forwardindex escape sequence 2565 backindex and forwardindex escape sequence
2502 window op and some xterm/OSC escape sequences 2566 window op and some xterm/OSC escape sequences
2503 tripleclickwords 2567 tripleclickwords (-tcw)
2504 settable insecure mode 2568 settable insecure mode (-insecure)
2505 keysym remapping support 2569 keysym remapping support
2506 cursor blinking and underline cursor 2570 cursor blinking and underline cursor (-cb, -uc)
2507 -embed, -pty-fd and -hold options 2571 XEmbed support (-embed)
2572 user-pty (-pty-fd)
2573 hold on exit (-hold)
2574 skip builtin block graphics (-sbg)
2575 sgr modes 90..97 and 100..107
2508 2576
2509=item --enable-iso14755 (default: on) 2577=item --enable-iso14755 (default: on)
2510 2578
2511Enable extended ISO 14755 support (see @@RXVT_NAME@@(1), or 2579Enable extended ISO 14755 support (see @@RXVT_NAME@@(1), or
2512F<doc/rxvt.1.txt>). Basic support (section 5.1) is enabled by 2580F<doc/rxvt.1.txt>). Basic support (section 5.1) is enabled by
2555 2623
2556=item --enable-pointer-blank (default: on) 2624=item --enable-pointer-blank (default: on)
2557 2625
2558Add support to have the pointer disappear when typing or inactive. 2626Add support to have the pointer disappear when typing or inactive.
2559 2627
2628=item --enable-perl (default: off)
2629
2630Enable an embedded perl interpreter. See the B<@@RXVT_NAME@@perl(3)>
2631manpage (F<doc/rxvtperl.txt>) for more info on this feature, or the files
2632in F<src/perl-ext/> for the extensions that are installed by default. The
2633perl interpreter that is used can be specified via the C<PERL> environment
2634variable when running configure.
2635
2560=item --with-name=NAME (default: urxvt) 2636=item --with-name=NAME (default: urxvt)
2561 2637
2562Set the basename for the installed binaries, resulting 2638Set the basename for the installed binaries, resulting
2563in C<urxvt>, C<urxvtd> etc.). Specify C<--with-name=rxvt> to replace with 2639in C<urxvt>, C<urxvtd> etc.). Specify C<--with-name=rxvt> to replace with
2564C<rxvt>. 2640C<rxvt>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines