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

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

73<p> 73<p>
74</p> 74</p>
75<hr /> 75<hr />
76<h1><a name="frequently_asked_questions">FREQUENTLY ASKED QUESTIONS</a></h1> 76<h1><a name="frequently_asked_questions">FREQUENTLY ASKED QUESTIONS</a></h1>
77<dl> 77<dl>
78<dt><strong><a name="item_i_don_27t_like_the_new_selection_2fpopups_2fhotkey">I don't like the new selection/popups/hotkeys/perl, how do I
79change/disable it?</a></strong><br />
80</dt>
81<dd>
82You can disable the perl extension completely by setting the
83<strong>perl-ext-common</strong> resource to the empty string, which also keeps
84rxvt-unicode from initialising perl, saving memory.
85</dd>
86<dd>
87<p>If you only want to disable specific features, you first have to
88identify which perl extension is responsible. For this, read the section
89<strong>PREPACKAGED EXTENSIONS</strong> in the <code>rxvtperl(3)</code> manpage. For
90example, to disable the <strong>selection-popup</strong> and <strong>option-popup</strong>, specify
91this <strong>perl-ext-common</strong> resource:</p>
92</dd>
93<dd>
94<pre>
95 URxvt.perl-ext-common: default,-selection-popup,-option-popup</pre>
96</dd>
97<dd>
98<p>This will keep the default extensions, but disable the two popup
99extensions. Some extensions can also be configured, for example,
100scrollback search mode is triggered by <strong>M-s</strong>. You can move it to any
101other combination either by setting the <strong>searchable-scrollback</strong> resource:</p>
102</dd>
103<dd>
104<pre>
105 URxvt.searchable-scrollback: CM-s</pre>
106</dd>
107<p></p>
78<dt><strong><a name="item_isn_27t_rxvt_supposed_to_be_small_3f_don_27t_all_t">Isn't rxvt supposed to be small? Don't all those features bloat?</a></strong><br /> 108<dt><strong><a name="item_isn_27t_rxvt_supposed_to_be_small_3f_don_27t_all_t">Isn't rxvt supposed to be small? Don't all those features bloat?</a></strong><br />
79</dt> 109</dt>
80<dd> 110<dd>
81I often get asked about this, and I think, no, they didn't cause extra 111I often get asked about this, and I think, no, they didn't cause extra
82bloat. If you compare a minimal rxvt and a minimal urxvt, you can see 112bloat. If you compare a minimal rxvt and a minimal urxvt, you can see

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines