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

Comparing rxvt-unicode/doc/rxvtperl.3.man.in (file contents):
Revision 1.55 by root, Sun Jun 24 22:12:18 2007 UTC vs.
Revision 1.56 by root, Wed Aug 1 18:38:16 2007 UTC

127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "@@RXVT_NAME@@ 3" 131.IX Title "@@RXVT_NAME@@ 3"
132.TH @@RXVT_NAME@@ 3 "2007-06-25" "8.2" "RXVT-UNICODE" 132.TH @@RXVT_NAME@@ 3 "2007-08-01" "8.3" "RXVT-UNICODE"
133.SH "NAME" 133.SH "NAME"
134@@RXVT_NAME@@perl \- rxvt\-unicode's embedded perl interpreter 134@@RXVT_NAME@@perl \- rxvt\-unicode's embedded perl interpreter
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137.Vb 1 137.Vb 1
295search. \f(CW\*(C`BackSpace\*(C'\fR removes a character from the regex, \f(CW\*(C`Up\*(C'\fR and \f(CW\*(C`Down\*(C'\fR 295search. \f(CW\*(C`BackSpace\*(C'\fR removes a character from the regex, \f(CW\*(C`Up\*(C'\fR and \f(CW\*(C`Down\*(C'\fR
296search upwards/downwards in the scrollback buffer, \f(CW\*(C`End\*(C'\fR jumps to the 296search upwards/downwards in the scrollback buffer, \f(CW\*(C`End\*(C'\fR jumps to the
297bottom. \f(CW\*(C`Escape\*(C'\fR leaves search mode and returns to the point where search 297bottom. \f(CW\*(C`Escape\*(C'\fR leaves search mode and returns to the point where search
298was started, while \f(CW\*(C`Enter\*(C'\fR or \f(CW\*(C`Return\*(C'\fR stay at the current position and 298was started, while \f(CW\*(C`Enter\*(C'\fR or \f(CW\*(C`Return\*(C'\fR stay at the current position and
299additionally stores the first match in the current line into the primary 299additionally stores the first match in the current line into the primary
300selection. 300selection if the \f(CW\*(C`Shift\*(C'\fR modifier is active.
301.Sp 301.Sp
302The regex defaults to \*(L"(?i)\*(R", resulting in a case-insensitive search. To 302The regex defaults to \*(L"(?i)\*(R", resulting in a case-insensitive search. To
303get a case-sensitive search you can delete this prefix using \f(CW\*(C`BackSpace\*(C'\fR 303get a case-sensitive search you can delete this prefix using \f(CW\*(C`BackSpace\*(C'\fR
304or simply use an uppercase character which removes the \*(L"(?i)\*(R" prefix. 304or simply use an uppercase character which removes the \*(L"(?i)\*(R" prefix.
305.Sp 305.Sp

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines