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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines