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.19 by root, Tue Jan 10 04:26:54 2006 UTC vs.
Revision 1.20 by root, Tue Jan 10 18:09:22 2006 UTC

160Scripts are compiled in a 'use strict' and 'use utf8' environment, and 160Scripts are compiled in a 'use strict' and 'use utf8' environment, and
161thus must be encoded as \s-1UTF\-8\s0. 161thus must be encoded as \s-1UTF\-8\s0.
162.PP 162.PP
163Each script will only ever be loaded once, even in @@RXVT_NAME@@d, where 163Each script will only ever be loaded once, even in @@RXVT_NAME@@d, where
164scripts will be shared (but not enabled) for all terminals. 164scripts will be shared (but not enabled) for all terminals.
165.Sh "Prepackaged Extensions" 165.SH "PREPACKAGED EXTENSIONS"
166.IX Subsection "Prepackaged Extensions" 166.IX Header "PREPACKAGED EXTENSIONS"
167This section describes the extensiosn delivered with this version. You can 167This section describes the extensions delivered with this release. You can
168find them in \fI@@RXVT_LIBDIR@@/urxvt/perl/\fR. 168find them in \fI@@RXVT_LIBDIR@@/urxvt/perl/\fR.
169.PP 169.PP
170You can activate them like this: 170You can activate them like this:
171.PP 171.PP
172.Vb 1 172.Vb 1
173\& @@RXVT_NAME@@ -pe <extensionname> 173\& @@RXVT_NAME@@ -pe <extensionname>
174.Ve 174.Ve
175.IP "selection (enabled by default)" 4 175.IP "selection (enabled by default)" 4
176.IX Item "selection (enabled by default)" 176.IX Item "selection (enabled by default)"
177Intelligent selection. This extension tries to be more intelligent when 177(More) intelligent selection. This extension tries to be more intelligent
178the user extends selections (double\-click). Right now, it tries to select 178when the user extends selections (double\-click). Right now, it tries to
179urls and complete shell-quoted arguments, which is very convenient, too, 179select urls and complete shell-quoted arguments, which is very convenient,
180if your \fIls\fR supports \f(CW\*(C`\-\-quoting\-style=shell\*(C'\fR. 180too, if your \fIls\fR supports \f(CW\*(C`\-\-quoting\-style=shell\*(C'\fR.
181.Sp 181.Sp
182It also offers the following bindable event: 182It also offers the following bindable keyboard command:
183.RS 4 183.RS 4
184.IP "rot13" 4 184.IP "rot13" 4
185.IX Item "rot13" 185.IX Item "rot13"
186Rot\-13 the selection when activated. Used via keyboard trigger: 186Rot\-13 the selection when activated. Used via keyboard trigger:
187.Sp 187.Sp
196Binds a popup menu to Ctrl\-Button2 that lets you toggle (some) options at 196Binds a popup menu to Ctrl\-Button2 that lets you toggle (some) options at
197runtime. 197runtime.
198.IP "selection-popup (enabled by default)" 4 198.IP "selection-popup (enabled by default)" 4
199.IX Item "selection-popup (enabled by default)" 199.IX Item "selection-popup (enabled by default)"
200Binds a popup menu to Ctrl\-Button3 that lets you convert the selection 200Binds a popup menu to Ctrl\-Button3 that lets you convert the selection
201text into various other formats/action. 201text into various other formats/action (such as uri unescaping, perl
202evalution, web-browser starting etc.), depending on content.
202.IP "searchable\-scrollback<hotkey> (enabled by default)" 4 203.IP "searchable\-scrollback<hotkey> (enabled by default)" 4
203.IX Item "searchable-scrollback<hotkey> (enabled by default)" 204.IX Item "searchable-scrollback<hotkey> (enabled by default)"
204Adds regex search functionality to the scrollback buffer, triggered 205Adds regex search functionality to the scrollback buffer, triggered
205by a hotkey (default: \f(CW\*(C`M\-s\*(C'\fR). When in search mode, normal terminal 206by a hotkey (default: \f(CW\*(C`M\-s\*(C'\fR). When in search mode, normal terminal
206input/output is suspended. 207input/output is suspended.
223.IP "example-refresh-hooks" 4 224.IP "example-refresh-hooks" 4
224.IX Item "example-refresh-hooks" 225.IX Item "example-refresh-hooks"
225Displays a very simple digital clock in the upper right corner of the 226Displays a very simple digital clock in the upper right corner of the
226window. Illustrates overwriting the refresh callbacks to create your own 227window. Illustrates overwriting the refresh callbacks to create your own
227overlays or changes. 228overlays or changes.
229.SH "API DOCUMENTATION"
230.IX Header "API DOCUMENTATION"
228.Sh "General \s-1API\s0 Considerations" 231.Sh "General \s-1API\s0 Considerations"
229.IX Subsection "General API Considerations" 232.IX Subsection "General API Considerations"
230All objects (such as terminals, time watchers etc.) are typical 233All objects (such as terminals, time watchers etc.) are typical
231reference-to-hash objects. The hash can be used to store anything you 234reference-to-hash objects. The hash can be used to store anything you
232like. All members starting with an underscore (such as \f(CW\*(C`_ptr\*(C'\fR or 235like. All members starting with an underscore (such as \f(CW\*(C`_ptr\*(C'\fR or

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines