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

Comparing rxvt-unicode/README.FAQ (file contents):
Revision 1.24 by root, Wed Jan 11 19:55:33 2006 UTC vs.
Revision 1.25 by root, Thu Jan 12 05:37:34 2006 UTC

1FREQUENTLY ASKED QUESTIONS 1FREQUENTLY ASKED QUESTIONS
2 I don't like the new selection/popups/hotkeys/perl, how do I
3 change/disable it?
4 You can disable the perl extension completely by setting the
5 perl-ext-common resource to the empty string, which also keeps
6 rxvt-unicode from initialising perl, saving memory.
7
8 If you only want to disable specific features, you first have to
9 identify which perl extension is responsible. For this, read the
10 section PREPACKAGED EXTENSIONS in the rxvtperl(3) manpage. For
11 example, to disable the selection-popup and option-popup, specify
12 this perl-ext-common resource:
13
14 URxvt.perl-ext-common: default,-selection-popup,-option-popup
15
16 This will keep the default extensions, but disable the two popup
17 extensions. Some extensions can also be configured, for example,
18 scrollback search mode is triggered by M-s. You can move it to any
19 other combination either by setting the searchable-scrollback
20 resource:
21
22 URxvt.searchable-scrollback: CM-s
23
2 Isn't rxvt supposed to be small? Don't all those features bloat? 24 Isn't rxvt supposed to be small? Don't all those features bloat?
3 I often get asked about this, and I think, no, they didn't cause 25 I often get asked about this, and I think, no, they didn't cause
4 extra bloat. If you compare a minimal rxvt and a minimal urxvt, you 26 extra bloat. If you compare a minimal rxvt and a minimal urxvt, you
5 can see that the urxvt binary is larger (due to some encoding tables 27 can see that the urxvt binary is larger (due to some encoding tables
6 always being compiled in), but it actually uses less memory (RSS) 28 always being compiled in), but it actually uses less memory (RSS)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines