--- rxvt-unicode/doc/rxvtperl.3.txt 2006/01/08 00:20:12 1.13 +++ rxvt-unicode/doc/rxvtperl.3.txt 2006/01/08 06:35:38 1.14 @@ -31,7 +31,7 @@ rxvt -pe - selection + selection (enabled by default) Intelligent selection. This extension tries to be more intelligent when the user extends selections (double-click). Right now, it tries to select urls and complete shell-quoted arguments, which is very @@ -44,6 +44,10 @@ URxvt.keysym.C-M-r: perl:selection:rot13 + option-popup (enabled by default) + Binds a popup menu to Ctrl-Button3 that lets you toggle (some) + options at runtime. + digital-clock Displays a digital clock using the built-in overlay. @@ -277,7 +281,7 @@ urxvt::ShiftMask, LockMask, ControlMask, Mod1Mask, Mod2Mask, Mod3Mask, Mod4Mask, Mod5Mask, Button1Mask, Button2Mask, Button3Mask, Button4Mask, Button5Mask, AnyModifier - Various constants for use in X events. + Various constants for use in X calls and event processing. RENDITION Rendition bitsets contain information about colour, font, font styles @@ -318,6 +322,13 @@ $rend = urxvt::SET_CUSTOM ($rend, $new_value) Change the custom value. + The "urxvt::anyevent" Class + The sole purpose of this class is to deliver an interface to the + "AnyEvent" module - any module using it will work inside urxvt without + further work. The only exception is that you cannot wait on condition + variables, but non-blocking condvar use is ok. What this means is that + you cannot use blocking APIs, but the non-blocking variant should work. + The "urxvt::term" Class $term->destroy Destroy the terminal object (close the window, free resources etc.).