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

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

73<p> 73<p>
74</p> 74</p>
75<hr /> 75<hr />
76<h1><a name="frequently_asked_questions">FREQUENTLY ASKED QUESTIONS</a></h1> 76<h1><a name="frequently_asked_questions">FREQUENTLY ASKED QUESTIONS</a></h1>
77<dl> 77<dl>
78<dt><strong><a name="item_the_new_selection_selects_pieces_that_are_too_big_">The new selection selects pieces that are too big/too small, can I 78<dt><strong><a name="item_the_new_selection_selects_pieces_that_are_too_big_">The new selection selects pieces that are too big, how can I select
79change this?</a></strong><br /> 79single words?</a></strong><br />
80</dt> 80</dt>
81<dd> 81<dd>
82Yes. For example, if you want to select smaller pieces (``words'') you can 82Yes. For example, if you want to select alphanumeric words, you can use
83use the following resource: 83the following resource:
84</dd> 84</dd>
85<dd> 85<dd>
86<pre> 86<pre>
87 URxvt.selection.pattern-0: ([[:word:]]+)</pre> 87 URxvt.selection.pattern-0: ([[:word:]]+)</pre>
88</dd> 88</dd>
94<p>To get a selection that is very similar to the old code, try this pattern:</p> 94<p>To get a selection that is very similar to the old code, try this pattern:</p>
95</dd> 95</dd>
96<dd> 96<dd>
97<pre> 97<pre>
98 URxvt.selection.pattern-0: ([^&quot;&amp;'()*,;&lt;=&gt;?@[\\\\]^`{|})]+)</pre> 98 URxvt.selection.pattern-0: ([^&quot;&amp;'()*,;&lt;=&gt;?@[\\\\]^`{|})]+)</pre>
99</dd>
100<dd>
101<p>Please also note that the <em>LeftClick Shift-LeftClik</em> combination also
102selects words like the old code.</p>
99</dd> 103</dd>
100<p></p> 104<p></p>
101<dt><strong><a name="item_i_don_27t_like_the_new_selection_2fpopups_2fhotkey">I don't like the new selection/popups/hotkeys/perl, how do I 105<dt><strong><a name="item_i_don_27t_like_the_new_selection_2fpopups_2fhotkey">I don't like the new selection/popups/hotkeys/perl, how do I
102change/disable it?</a></strong><br /> 106change/disable it?</a></strong><br />
103</dt> 107</dt>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines