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.15 by root, Sun Jan 8 00:20:12 2006 UTC vs.
Revision 1.16 by root, Sun Jan 8 06:35:38 2006 UTC

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" 4 175.IP "selection (enabled by default)" 4
176.IX Item "selection" 176.IX Item "selection (enabled by default)"
177Intelligent selection. This extension tries to be more intelligent when 177Intelligent selection. This extension tries to be more intelligent when
178the user extends selections (double\-click). Right now, it tries to select 178the user extends selections (double\-click). Right now, it tries to select
179urls and complete shell-quoted arguments, which is very convenient, too, 179urls and complete shell-quoted arguments, which is very convenient, too,
180if your \fIls\fR supports \f(CW\*(C`\-\-quoting\-style=shell\*(C'\fR. 180if your \fIls\fR supports \f(CW\*(C`\-\-quoting\-style=shell\*(C'\fR.
181.Sp 181.Sp
189\& URxvt.keysym.C-M-r: perl:selection:rot13 189\& URxvt.keysym.C-M-r: perl:selection:rot13
190.Ve 190.Ve
191.RE 191.RE
192.RS 4 192.RS 4
193.RE 193.RE
194.IP "option-popup (enabled by default)" 4
195.IX Item "option-popup (enabled by default)"
196Binds a popup menu to Ctrl\-Button3 that lets you toggle (some) options at
197runtime.
194.IP "digital-clock" 4 198.IP "digital-clock" 4
195.IX Item "digital-clock" 199.IX Item "digital-clock"
196Displays a digital clock using the built-in overlay. 200Displays a digital clock using the built-in overlay.
197.IP "mark-urls" 4 201.IP "mark-urls" 4
198.IX Item "mark-urls" 202.IX Item "mark-urls"
452.IX Item "urxvt::CurrentTime" 456.IX Item "urxvt::CurrentTime"
453.PD 0 457.PD 0
454.IP "urxvt::ShiftMask, LockMask, ControlMask, Mod1Mask, Mod2Mask, Mod3Mask, Mod4Mask, Mod5Mask, Button1Mask, Button2Mask, Button3Mask, Button4Mask, Button5Mask, AnyModifier" 4 458.IP "urxvt::ShiftMask, LockMask, ControlMask, Mod1Mask, Mod2Mask, Mod3Mask, Mod4Mask, Mod5Mask, Button1Mask, Button2Mask, Button3Mask, Button4Mask, Button5Mask, AnyModifier" 4
455.IX Item "urxvt::ShiftMask, LockMask, ControlMask, Mod1Mask, Mod2Mask, Mod3Mask, Mod4Mask, Mod5Mask, Button1Mask, Button2Mask, Button3Mask, Button4Mask, Button5Mask, AnyModifier" 459.IX Item "urxvt::ShiftMask, LockMask, ControlMask, Mod1Mask, Mod2Mask, Mod3Mask, Mod4Mask, Mod5Mask, Button1Mask, Button2Mask, Button3Mask, Button4Mask, Button5Mask, AnyModifier"
456.PD 460.PD
457Various constants for use in X events. 461Various constants for use in X calls and event processing.
458.Sh "\s-1RENDITION\s0" 462.Sh "\s-1RENDITION\s0"
459.IX Subsection "RENDITION" 463.IX Subsection "RENDITION"
460Rendition bitsets contain information about colour, font, font styles and 464Rendition bitsets contain information about colour, font, font styles and
461similar information for each screen cell. 465similar information for each screen cell.
462.PP 466.PP
502zero. 506zero.
503.ie n .IP "$rend = urxvt::SET_CUSTOM ($rend, $new_value)" 4 507.ie n .IP "$rend = urxvt::SET_CUSTOM ($rend, $new_value)" 4
504.el .IP "$rend = urxvt::SET_CUSTOM ($rend, \f(CW$new_value\fR)" 4 508.el .IP "$rend = urxvt::SET_CUSTOM ($rend, \f(CW$new_value\fR)" 4
505.IX Item "$rend = urxvt::SET_CUSTOM ($rend, $new_value)" 509.IX Item "$rend = urxvt::SET_CUSTOM ($rend, $new_value)"
506Change the custom value. 510Change the custom value.
511.ie n .Sh "The ""urxvt::anyevent"" Class"
512.el .Sh "The \f(CWurxvt::anyevent\fP Class"
513.IX Subsection "The urxvt::anyevent Class"
514The sole purpose of this class is to deliver an interface to the
515\&\f(CW\*(C`AnyEvent\*(C'\fR module \- any module using it will work inside urxvt without
516further work. The only exception is that you cannot wait on condition
517variables, but non-blocking condvar use is ok. What this means is that you
518cannot use blocking APIs, but the non-blocking variant should work.
507.ie n .Sh "The ""urxvt::term"" Class" 519.ie n .Sh "The ""urxvt::term"" Class"
508.el .Sh "The \f(CWurxvt::term\fP Class" 520.el .Sh "The \f(CWurxvt::term\fP Class"
509.IX Subsection "The urxvt::term Class" 521.IX Subsection "The urxvt::term Class"
510.IP "$term\->destroy" 4 522.IP "$term\->destroy" 4
511.IX Item "$term->destroy" 523.IX Item "$term->destroy"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines