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

Comparing rxvt-unicode/doc/rxvt.7.pod (file contents):
Revision 1.79 by root, Thu Jan 12 23:11:23 2006 UTC vs.
Revision 1.80 by root, Thu Jan 12 23:16:31 2006 UTC

24 24
25=head1 FREQUENTLY ASKED QUESTIONS 25=head1 FREQUENTLY ASKED QUESTIONS
26 26
27=over 4 27=over 4
28 28
29=item The new selection selects pieces that are too big/too small, can I 29=item The new selection selects pieces that are too big, how can I select
30change this? 30single words?
31 31
32Yes. For example, if you want to select smaller pieces ("words") you can 32Yes. For example, if you want to select alphanumeric words, you can use
33use the following resource: 33the following resource:
34 34
35 URxvt.selection.pattern-0: ([[:word:]]+) 35 URxvt.selection.pattern-0: ([[:word:]]+)
36 36
37If you click more than twice, the selection will be extended 37If you click more than twice, the selection will be extended
38more and more. 38more and more.
39 39
40To get a selection that is very similar to the old code, try this pattern: 40To get a selection that is very similar to the old code, try this pattern:
41 41
42 URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+) 42 URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+)
43
44Please also note that the I<LeftClick Shift-LeftClik> combination also
45selects words like the old code.
43 46
44=item I don't like the new selection/popups/hotkeys/perl, how do I 47=item I don't like the new selection/popups/hotkeys/perl, how do I
45change/disable it? 48change/disable it?
46 49
47You can disable the perl extension completely by setting the 50You can disable the perl extension completely by setting the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines