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.25 by root, Thu Jan 12 05:37:34 2006 UTC vs.
Revision 1.26 by root, Thu Jan 12 23:11:23 2006 UTC

1FREQUENTLY ASKED QUESTIONS 1FREQUENTLY ASKED QUESTIONS
2 The new selection selects pieces that are too big/too small, can I
3 change this?
4 Yes. For example, if you want to select smaller pieces ("words") you
5 can use the following resource:
6
7 URxvt.selection.pattern-0: ([[:word:]]+)
8
9 If you click more than twice, the selection will be extended more
10 and more.
11
12 To get a selection that is very similar to the old code, try this
13 pattern:
14
15 URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+)
16
2 I don't like the new selection/popups/hotkeys/perl, how do I 17 I don't like the new selection/popups/hotkeys/perl, how do I
3 change/disable it? 18 change/disable it?
4 You can disable the perl extension completely by setting the 19 You can disable the perl extension completely by setting the
5 perl-ext-common resource to the empty string, which also keeps 20 perl-ext-common resource to the empty string, which also keeps
6 rxvt-unicode from initialising perl, saving memory. 21 rxvt-unicode from initialising perl, saving memory.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines