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.55 by root, Tue Jan 31 00:53:49 2006 UTC vs.
Revision 1.56 by root, Tue Jan 31 00:56:07 2006 UTC

14 14
15 <li><a href="#name">NAME</a></li> 15 <li><a href="#name">NAME</a></li>
16 <li><a href="#synopsis">SYNOPSIS</a></li> 16 <li><a href="#synopsis">SYNOPSIS</a></li>
17 <li><a href="#description">DESCRIPTION</a></li> 17 <li><a href="#description">DESCRIPTION</a></li>
18 <li><a href="#frequently_asked_questions">FREQUENTLY ASKED QUESTIONS</a></li> 18 <li><a href="#frequently_asked_questions">FREQUENTLY ASKED QUESTIONS</a></li>
19 <ul>
20
21 <li><a href="#the_new_selection_selects_pieces_that_are_too_big__how_can_i_select">The new selection selects pieces that are too big, how can I select</a></li>
22 </ul>
23
19 <li><a href="#rxvt_technical_reference">RXVT TECHNICAL REFERENCE</a></li> 24 <li><a href="#rxvt_technical_reference">RXVT TECHNICAL REFERENCE</a></li>
20 <li><a href="#description">DESCRIPTION</a></li> 25 <li><a href="#description">DESCRIPTION</a></li>
21 <li><a href="#definitions">Definitions</a></li> 26 <li><a href="#definitions">Definitions</a></li>
22 <li><a href="#values">Values</a></li> 27 <li><a href="#values">Values</a></li>
23 <li><a href="#escape_sequences">Escape Sequences</a></li> 28 <li><a href="#escape_sequences">Escape Sequences</a></li>
60<a href="http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html">http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html</a>.</p> 65<a href="http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html">http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html</a>.</p>
61<p> 66<p>
62</p> 67</p>
63<hr /> 68<hr />
64<h1><a name="frequently_asked_questions">FREQUENTLY ASKED QUESTIONS</a></h1> 69<h1><a name="frequently_asked_questions">FREQUENTLY ASKED QUESTIONS</a></h1>
65<dl> 70<p>
71</p>
66<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 72<h2><a name="the_new_selection_selects_pieces_that_are_too_big__how_can_i_select_single_words">The new selection selects pieces that are too big, how can I select
67single words?</a></strong><br /> 73single words?</a></h2>
68</dt>
69<dd>
70Yes. For example, if you want to select alphanumeric words, you can use 74<p>Yes. For example, if you want to select alphanumeric words, you can use
71the following resource: 75the following resource:</p>
72</dd>
73<dd>
74<pre> 76<pre>
75 URxvt.selection.pattern-0: ([[:word:]]+)</pre> 77 URxvt.selection.pattern-0: ([[:word:]]+)</pre>
76</dd>
77<dd>
78<p>If you click more than twice, the selection will be extended 78<p>If you click more than twice, the selection will be extended
79more and more.</p> 79more and more.</p>
80</dd>
81<dd>
82<p>To get a selection that is very similar to the old code, try this pattern:</p> 80<p>To get a selection that is very similar to the old code, try this pattern:</p>
83</dd>
84<dd>
85<pre> 81<pre>
86 URxvt.selection.pattern-0: ([^&quot;&amp;'()*,;&lt;=&gt;?@[\\\\]^`{|})]+)</pre> 82 URxvt.selection.pattern-0: ([^&quot;&amp;'()*,;&lt;=&gt;?@[\\\\]^`{|})]+)</pre>
87</dd>
88<dd>
89<p>Please also note that the <em>LeftClick Shift-LeftClik</em> combination also 83<p>Please also note that the <em>LeftClick Shift-LeftClik</em> combination also
90selects words like the old code.</p> 84selects words like the old code.</p>
91</dd> 85<dl>
92<p></p>
93<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 86<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
94change/disable it?</a></strong><br /> 87change/disable it?</a></strong><br />
95</dt> 88</dt>
96<dd> 89<dd>
97You can disable the perl extension completely by setting the 90You can disable the perl extension completely by setting the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines