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.26 by root, Thu Jan 12 23:11:23 2006 UTC vs.
Revision 1.27 by root, Thu Jan 12 23:16:31 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines