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

Comparing rxvt-unicode/doc/rxvt.7.txt (file contents):
Revision 1.39 by root, Wed Jan 11 23:08:54 2006 UTC vs.
Revision 1.40 by root, Thu Jan 12 05:37:34 2006 UTC

18 The newest version of this document is also available on the World Wide 18 The newest version of this document is also available on the World Wide
19 Web at 19 Web at
20 <http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>. 20 <http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>.
21 21
22FREQUENTLY ASKED QUESTIONS 22FREQUENTLY ASKED QUESTIONS
23 I don't like the new selection/popups/hotkeys/perl, how do I
24 change/disable it?
25 You can disable the perl extension completely by setting the
26 perl-ext-common resource to the empty string, which also keeps
27 rxvt-unicode from initialising perl, saving memory.
28
29 If you only want to disable specific features, you first have to
30 identify which perl extension is responsible. For this, read the
31 section PREPACKAGED EXTENSIONS in the rxvtperl(3) manpage. For
32 example, to disable the selection-popup and option-popup, specify
33 this perl-ext-common resource:
34
35 URxvt.perl-ext-common: default,-selection-popup,-option-popup
36
37 This will keep the default extensions, but disable the two popup
38 extensions. Some extensions can also be configured, for example,
39 scrollback search mode is triggered by M-s. You can move it to any
40 other combination either by setting the searchable-scrollback
41 resource:
42
43 URxvt.searchable-scrollback: CM-s
44
23 Isn't rxvt supposed to be small? Don't all those features bloat? 45 Isn't rxvt supposed to be small? Don't all those features bloat?
24 I often get asked about this, and I think, no, they didn't cause 46 I often get asked about this, and I think, no, they didn't cause
25 extra bloat. If you compare a minimal rxvt and a minimal urxvt, you 47 extra bloat. If you compare a minimal rxvt and a minimal urxvt, you
26 can see that the urxvt binary is larger (due to some encoding tables 48 can see that the urxvt binary is larger (due to some encoding tables
27 always being compiled in), but it actually uses less memory (RSS) 49 always being compiled in), but it actually uses less memory (RSS)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines