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.79 by root, Thu Jan 12 23:11:23 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 The new selection selects pieces that are too big/too small, can I
30change this?
31
32Yes. For example, if you want to select smaller pieces ("words") you can
33use the following resource:
34
35 URxvt.selection.pattern-0: ([[:word:]]+)
36
37If you click more than twice, the selection will be extended
38more and more.
39
40To get a selection that is very similar to the old code, try this pattern:
41
42 URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+)
43
44=item I don't like the new selection/popups/hotkeys/perl, how do I
45change/disable it?
46
47You can disable the perl extension completely by setting the
48B<perl-ext-common> resource to the empty string, which also keeps
49rxvt-unicode from initialising perl, saving memory.
50
51If you only want to disable specific features, you first have to
52identify which perl extension is responsible. For this, read the section
53B<PREPACKAGED EXTENSIONS> in the @@RXVT_NAME@@perl(3) manpage. For
54example, to disable the B<selection-popup> and B<option-popup>, specify
55this B<perl-ext-common> resource:
56
57 URxvt.perl-ext-common: default,-selection-popup,-option-popup
58
59This will keep the default extensions, but disable the two popup
60extensions. Some extensions can also be configured, for example,
61scrollback search mode is triggered by B<M-s>. You can move it to any
62other combination either by setting the B<searchable-scrollback> resource:
63
64 URxvt.searchable-scrollback: CM-s
28 65
29=item Isn't rxvt supposed to be small? Don't all those features bloat? 66=item Isn't rxvt supposed to be small? Don't all those features bloat?
30 67
31I often get asked about this, and I think, no, they didn't cause extra 68I 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 69bloat. If you compare a minimal rxvt and a minimal urxvt, you can see
62memory. 99memory.
63 100
64Compared to e.g. Eterm (5112k), aterm (3132k) and xterm (4680k), this 101Compared to e.g. Eterm (5112k), aterm (3132k) and xterm (4680k), this
65still fares rather well. And compared to some monsters like gnome-terminal 102still fares rather well. And compared to some monsters like gnome-terminal
66(21152k + extra 4204k in separate processes) or konsole (22200k + extra 103(21152k + extra 4204k in separate processes) or konsole (22200k + extra
6743180k in daemons that stay around after exit, plus half aminute of 10443180k in daemons that stay around after exit, plus half a minute of
68startup time, including the hundreds of warnings it spits out), it fares 105startup time, including the hundreds of warnings it spits out), it fares
69extremely well *g*. 106extremely well *g*.
70 107
71=item Why C++, isn't that unportable/bloated/uncool? 108=item Why C++, isn't that unportable/bloated/uncool?
72 109
131 168
132For other problems that also affect the Debian package, you can and 169For 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 170probably 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 171bug in the Debian version and it serves as a reminder for other users that
135might encounter the same issue. 172might encounter the same issue.
173
174=item I am maintaining rxvt-unicode for distribution/OS XXX, any recommendation?
175
176You should build one binary with the default options. F<configure>
177now enables most useful options, and the trend goes to making them
178runtime-switchable, too, so there is usually no drawback to enbaling them,
179except higher disk and possibly memory usage. The perl interpreter should
180be enabled, as important functionality (menus, selection, likely more in
181the future) depends on it.
182
183You should not overwrite the C<perl-ext-common> snd C<perl-ext> resources
184system-wide (except maybe with C<defaults>). This will result in useful
185behaviour. If your distribution aims at low memory, add an empty
186C<perl-ext-common> resource to the app-defaults file. This will keep the
187perl interpreter disabled until the user enables it.
188
189If you can/want build more binaries, I recommend building a minimal
190one with C<--disable-everything> (very useful) and a maximal one with
191C<--enable-everything> (less useful, it will be very big due to a lot of
192encodings built-in that increase download times and are rarely used).
193
194=item I need to make it setuid/setgid to support utmp/ptys on my OS, is this safe?
195
196Likely not. While I honestly try to make it secure, and am probably not
197bad at it, I think it is simply unreasonable to expect all of freetype
198+ fontconfig + xft + xlib + perl + ... + rxvt-unicode itself to all be
199secure. Also, rxvt-unicode disables some options when it detects that it
200runs setuid or setgid, which is not nice. Besides, with the embedded perl
201interpreter the possibility for security problems easily multiplies.
202
203Elevated privileges are only required for utmp and pty operations on some
204systems (for example, GNU/Linux doesn't need any extra privileges for
205ptys, but some need it for utmp support). It is planned to mvoe this into
206a forked handler process, but this is not yet done.
207
208So, while setuid/setgid operation is supported and not a problem on your
209typical single-user-no-other-logins unix desktop, always remember that
210its an awful lot of code, most of which isn't checked for security issues
211regularly.
136 212
137=item When I log-in to another system it tells me about missing terminfo data? 213=item When I log-in to another system it tells me about missing terminfo data?
138 214
139The terminal description used by rxvt-unicode is not as widely available 215The 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). 216as 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 1609 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 1610 B<< C<l> >> Don't scroll to bottom when a key is pressed
1535 1611
1536=end table 1612=end table
1537 1613
1614=item B<< C<Ps = 1021> >> (B<rxvt>)
1615
1616=begin table
1617
1618 B<< C<h> >> Bold/italic implies high intensity (see option B<-is>)
1619 B<< C<l> >> Font styles have no effect on intensity (Compile styles)
1620
1621=end table
1622
1538=item B<< C<Ps = 1047> >> 1623=item B<< C<Ps = 1047> >>
1539 1624
1540=begin table 1625=begin table
1541 1626
1542 B<< C<h> >> Use Alternate Screen Buffer 1627 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)> 1673 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)> 1674 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> >> 1675 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> >> 1676 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> >> 1677 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> >> 1678 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> >> 1679 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> >> 1680 B<< C<Ps = 20> >> Change default background to B<< C<Pt> >>
1596 B<< C<Ps = 39> >> Change default foreground colour to B<< C<Pt> >>. 1681 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> 1682 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> >>. 1683 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> >> 1684 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> >> 1685 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). 1686 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). 1687 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> >> 1688 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). 1689 B<< C<Ps = 705> >> Change background pixmap tint colour to B<< C<Pt> >> (Compile transparency).
1690 B<< C<Ps = 706> >> Change colour of bold characters to B<< C<Pt> >>
1691 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>. 1692 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). 1693 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). 1694 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). 1695 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). 1696 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). 1697 B<< C<Ps = 721> >> Move viewing window down by B<< C<Pt> >> lines, or clear scrollback buffer if C<Pt = 0> (Compile frills).
1698 B<< C<Ps = 777> >> Call the perl extension with the given string, which should be of the form C<extension:parameters> (Compile perl).
1611 1699
1612=end table 1700=end table
1613 1701
1614=back 1702=back
1615 1703
2396 2484
2397Write user and tty to lastlog file (used by programs like 2485Write user and tty to lastlog file (used by programs like
2398F<lastlogin>) at start of rxvt execution. This option requires 2486F<lastlogin>) at start of rxvt execution. This option requires
2399--enable-utmp to also be specified. 2487--enable-utmp to also be specified.
2400 2488
2401=item --enable-xpm-background (default: off) 2489=item --enable-xpm-background (default: on)
2402 2490
2403Add support for XPM background pixmaps. 2491Add support for XPM background pixmaps.
2404 2492
2405=item --enable-transparency (default: off) 2493=item --enable-transparency (default: on)
2406 2494
2407Add support for inheriting parent backgrounds thus giving a fake 2495Add support for inheriting parent backgrounds thus giving a fake
2408transparency to the term. 2496transparency to the term.
2409 2497
2410=item --enable-fading (default: on) 2498=item --enable-fading (default: on)
2413 2501
2414=item --enable-tinting (default: on) 2502=item --enable-tinting (default: on)
2415 2503
2416Add support for tinting of transparent backgrounds (requires C<--enable-transparency>). 2504Add support for tinting of transparent backgrounds (requires C<--enable-transparency>).
2417 2505
2418=item --enable-menubar (default: off) 2506=item --enable-menubar (default: off) [DEPRECATED]
2419 2507
2420Add support for our menu bar system (this interacts badly with 2508Add support for our menu bar system (this interacts badly with dynamic
2421dynamic locale switching currently). 2509locale switching currently). This option is DEPRECATED and will be removed
2510in the future.
2422 2511
2423=item --enable-rxvt-scroll (default: on) 2512=item --enable-rxvt-scroll (default: on)
2424 2513
2425Add support for the original rxvt scrollbar. 2514Add support for the original rxvt scrollbar.
2426 2515
2458do it. 2547do it.
2459 2548
2460=item --disable-resources 2549=item --disable-resources
2461 2550
2462Removes any support for resource checking. 2551Removes 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 2552
2474=item --enable-strings (default: off) 2553=item --enable-strings (default: off)
2475 2554
2476Add support for our possibly faster memset() function and other 2555Add support for our possibly faster memset() function and other
2477various routines, overriding your system's versions which may 2556various routines, overriding your system's versions which may
2492A non-exhaustive list of features enabled by C<--enable-frills> (possibly 2571A non-exhaustive list of features enabled by C<--enable-frills> (possibly
2493in combination with other switches) is: 2572in combination with other switches) is:
2494 2573
2495 MWM-hints 2574 MWM-hints
2496 EWMH-hints (pid, utf8 names) and protocols (ping) 2575 EWMH-hints (pid, utf8 names) and protocols (ping)
2497 seperate underline colour 2576 seperate underline colour (-underlineColor)
2498 settable border widths and borderless switch 2577 settable border widths and borderless switch (-w, -b, -bl)
2499 settable extra linespacing 2578 settable extra linespacing /-lsp)
2500 iso-14755-2 and -3, and visual feedback 2579 iso-14755-2 and -3, and visual feedback
2501 backindex and forwardindex escape sequence 2580 backindex and forwardindex escape sequence
2502 window op and some xterm/OSC escape sequences 2581 window op and some xterm/OSC escape sequences
2503 tripleclickwords 2582 tripleclickwords (-tcw)
2504 settable insecure mode 2583 settable insecure mode (-insecure)
2505 keysym remapping support 2584 keysym remapping support
2506 cursor blinking and underline cursor 2585 cursor blinking and underline cursor (-cb, -uc)
2507 -embed, -pty-fd and -hold options 2586 XEmbed support (-embed)
2587 user-pty (-pty-fd)
2588 hold on exit (-hold)
2589 skip builtin block graphics (-sbg)
2590 sgr modes 90..97 and 100..107
2508 2591
2509=item --enable-iso14755 (default: on) 2592=item --enable-iso14755 (default: on)
2510 2593
2511Enable extended ISO 14755 support (see @@RXVT_NAME@@(1), or 2594Enable extended ISO 14755 support (see @@RXVT_NAME@@(1), or
2512F<doc/rxvt.1.txt>). Basic support (section 5.1) is enabled by 2595F<doc/rxvt.1.txt>). Basic support (section 5.1) is enabled by
2555 2638
2556=item --enable-pointer-blank (default: on) 2639=item --enable-pointer-blank (default: on)
2557 2640
2558Add support to have the pointer disappear when typing or inactive. 2641Add support to have the pointer disappear when typing or inactive.
2559 2642
2643=item --enable-perl (default: off)
2644
2645Enable an embedded perl interpreter. See the B<@@RXVT_NAME@@perl(3)>
2646manpage (F<doc/rxvtperl.txt>) for more info on this feature, or the files
2647in F<src/perl-ext/> for the extensions that are installed by default. The
2648perl interpreter that is used can be specified via the C<PERL> environment
2649variable when running configure.
2650
2560=item --with-name=NAME (default: urxvt) 2651=item --with-name=NAME (default: urxvt)
2561 2652
2562Set the basename for the installed binaries, resulting 2653Set the basename for the installed binaries, resulting
2563in C<urxvt>, C<urxvtd> etc.). Specify C<--with-name=rxvt> to replace with 2654in C<urxvt>, C<urxvtd> etc.). Specify C<--with-name=rxvt> to replace with
2564C<rxvt>. 2655C<rxvt>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines