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.40 by root, Thu Jan 12 05:37:34 2006 UTC vs.
Revision 1.41 by root, Thu Jan 12 23:11:23 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 The new selection selects pieces that are too big/too small, can I
24 change this?
25 Yes. For example, if you want to select smaller pieces ("words") you
26 can use the following resource:
27
28 URxvt.selection.pattern-0: ([[:word:]]+)
29
30 If you click more than twice, the selection will be extended more
31 and more.
32
33 To get a selection that is very similar to the old code, try this
34 pattern:
35
36 URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+)
37
23 I don't like the new selection/popups/hotkeys/perl, how do I 38 I don't like the new selection/popups/hotkeys/perl, how do I
24 change/disable it? 39 change/disable it?
25 You can disable the perl extension completely by setting the 40 You can disable the perl extension completely by setting the
26 perl-ext-common resource to the empty string, which also keeps 41 perl-ext-common resource to the empty string, which also keeps
27 rxvt-unicode from initialising perl, saving memory. 42 rxvt-unicode from initialising perl, saving memory.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines