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

Comparing rxvt-unicode/doc/rxvtperl.3.html (file contents):
Revision 1.53 by root, Sun Jun 24 22:30:52 2007 UTC vs.
Revision 1.54 by root, Wed Aug 1 18:38:16 2007 UTC

4<head> 4<head>
5 <title>rxvtperl</title> 5 <title>rxvtperl</title>
6 <meta name="description" content="Pod documentation for rxvtperl" /> 6 <meta name="description" content="Pod documentation for rxvtperl" />
7 <meta name="inputfile" content="&lt;standard input&gt;" /> 7 <meta name="inputfile" content="&lt;standard input&gt;" />
8 <meta name="outputfile" content="&lt;standard output&gt;" /> 8 <meta name="outputfile" content="&lt;standard output&gt;" />
9 <meta name="created" content="Mon Jun 25 00:30:34 2007" /> 9 <meta name="created" content="Wed Aug 1 20:30:04 2007" />
10 <meta name="generator" content="Pod::Xhtml 1.57" /> 10 <meta name="generator" content="Pod::Xhtml 1.57" />
11<link rel="stylesheet" href="http://res.tst.eu/pod.css"/></head> 11<link rel="stylesheet" href="http://res.tst.eu/pod.css"/></head>
12<body> 12<body>
13<div class="pod"> 13<div class="pod">
14<!-- INDEX START --> 14<!-- INDEX START -->
188search. <code>BackSpace</code> removes a character from the regex, <code>Up</code> and <code>Down</code> 188search. <code>BackSpace</code> removes a character from the regex, <code>Up</code> and <code>Down</code>
189search upwards/downwards in the scrollback buffer, <code>End</code> jumps to the 189search upwards/downwards in the scrollback buffer, <code>End</code> jumps to the
190bottom. <code>Escape</code> leaves search mode and returns to the point where search 190bottom. <code>Escape</code> leaves search mode and returns to the point where search
191was started, while <code>Enter</code> or <code>Return</code> stay at the current position and 191was started, while <code>Enter</code> or <code>Return</code> stay at the current position and
192additionally stores the first match in the current line into the primary 192additionally stores the first match in the current line into the primary
193selection.</p> 193selection if the <code>Shift</code> modifier is active.</p>
194 <p>The regex defaults to &quot;(?i)&quot;, resulting in a case-insensitive search. To 194 <p>The regex defaults to &quot;(?i)&quot;, resulting in a case-insensitive search. To
195get a case-sensitive search you can delete this prefix using <code>BackSpace</code> 195get a case-sensitive search you can delete this prefix using <code>BackSpace</code>
196or simply use an uppercase character which removes the &quot;(?i)&quot; prefix.</p> 196or simply use an uppercase character which removes the &quot;(?i)&quot; prefix.</p>
197 <p>See <cite>perlre</cite> for more info about perl regular expression syntax.</p> 197 <p>See <cite>perlre</cite> for more info about perl regular expression syntax.</p>
198 </dd> 198 </dd>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines