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.41 by root, Thu Jan 12 05:37:34 2006 UTC vs.
Revision 1.42 by root, Thu Jan 12 23:11:23 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
79change this?</a></strong><br />
80</dt>
81<dd>
82Yes. For example, if you want to select smaller pieces (``words'') you can
83use the following resource:
84</dd>
85<dd>
86<pre>
87 URxvt.selection.pattern-0: ([[:word:]]+)</pre>
88</dd>
89<dd>
90<p>If you click more than twice, the selection will be extended
91more and more.</p>
92</dd>
93<dd>
94<p>To get a selection that is very similar to the old code, try this pattern:</p>
95</dd>
96<dd>
97<pre>
98 URxvt.selection.pattern-0: ([^&quot;&amp;'()*,;&lt;=&gt;?@[\\\\]^`{|})]+)</pre>
99</dd>
100<p></p>
78<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 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
79change/disable it?</a></strong><br /> 102change/disable it?</a></strong><br />
80</dt> 103</dt>
81<dd> 104<dd>
82You can disable the perl extension completely by setting the 105You can disable the perl extension completely by setting the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines