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

Comparing rxvt-unicode/doc/rxvt.7.man.in (file contents):
Revision 1.57 by root, Tue Jan 31 00:53:49 2006 UTC vs.
Revision 1.58 by root, Tue Jan 31 00:56:07 2006 UTC

155.PP 155.PP
156The newest version of this document is also available on the World Wide Web at 156The newest version of this document is also available on the World Wide Web at
157<http://cvs.schmorp.de/browse/*checkout*/rxvt\-unicode/doc/rxvt.7.html>. 157<http://cvs.schmorp.de/browse/*checkout*/rxvt\-unicode/doc/rxvt.7.html>.
158.SH "FREQUENTLY ASKED QUESTIONS" 158.SH "FREQUENTLY ASKED QUESTIONS"
159.IX Header "FREQUENTLY ASKED QUESTIONS" 159.IX Header "FREQUENTLY ASKED QUESTIONS"
160.IP "The new selection selects pieces that are too big, how can I select single words?" 4 160.Sh "The new selection selects pieces that are too big, how can I select single words?"
161.IX Item "The new selection selects pieces that are too big, how can I select single words?" 161.IX Subsection "The new selection selects pieces that are too big, how can I select single words?"
162Yes. For example, if you want to select alphanumeric words, you can use 162Yes. For example, if you want to select alphanumeric words, you can use
163the following resource: 163the following resource:
164.Sp 164.PP
165.Vb 1 165.Vb 1
166\& URxvt.selection.pattern-0: ([[:word:]]+) 166\& URxvt.selection.pattern-0: ([[:word:]]+)
167.Ve 167.Ve
168.Sp 168.PP
169If you click more than twice, the selection will be extended 169If you click more than twice, the selection will be extended
170more and more. 170more and more.
171.Sp 171.PP
172To get a selection that is very similar to the old code, try this pattern: 172To get a selection that is very similar to the old code, try this pattern:
173.Sp 173.PP
174.Vb 1 174.Vb 1
175\& URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\e\e\e\e]^`{|})]+) 175\& URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\e\e\e\e]^`{|})]+)
176.Ve 176.Ve
177.Sp 177.PP
178Please also note that the \fILeftClick Shift-LeftClik\fR combination also 178Please also note that the \fILeftClick Shift-LeftClik\fR combination also
179selects words like the old code. 179selects words like the old code.
180.IP "I don't like the new selection/popups/hotkeys/perl, how do I change/disable it?" 4 180.IP "I don't like the new selection/popups/hotkeys/perl, how do I change/disable it?" 4
181.IX Item "I don't like the new selection/popups/hotkeys/perl, how do I change/disable it?" 181.IX Item "I don't like the new selection/popups/hotkeys/perl, how do I change/disable it?"
182You can disable the perl extension completely by setting the 182You can disable the perl extension completely by setting the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines