repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 39d34e1186fafbe71f96b066ea37fd5370c7ed9d:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 39d34e1186fafbe71f96b066ea37fd5370c7ed9d
Author: Marc Lehmann 
Date:   Sun Jan 8 06:35:38 2006 +0000

    *** empty log message ***

diff --git a/doc/rxvtperl.3.html b/doc/rxvtperl.3.html
index 3338aa9e3b42b75e321fd3b3d0e4652f4dd4e84a..
index ..de4247a99356f84d3f28b9db1b4e899e8629531f 100644
--- a/doc/rxvtperl.3.html
+++ b/doc/rxvtperl.3.html
@@ -23,6 +23,7 @@
 		
  • Variables in the urxvt Package
  • Functions in the urxvt Package
  • RENDITION
  • +
  • The urxvt::anyevent Class
  • The urxvt::term Class
  • The urxvt::popup Class
  • The urxvt::timer Class
  • @@ -79,7 +80,7 @@ find them in /opt/rxvt/lib/urxvt/perl/.

       rxvt -pe <extensionname>
    -
    selection
    +
    selection (enabled by default)
    Intelligent selection. This extension tries to be more intelligent when @@ -101,6 +102,13 @@ Rot-13 the selection when activated. Used via keyboard trigger: 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
    @@ -439,7 +447,7 @@ 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.

    @@ -506,6 +514,14 @@ 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
    @@ -679,7 +695,7 @@ If visible, hide the overlay, but do not destroy it. If hidden, display the overlay again.

    -
    $popup = $term->popup ($event)
    +
    $popup = $term->popup ($event)
    Creates a new urxvt::popup object that implements a popup menu. The diff --git a/doc/rxvtperl.3.man.in b/doc/rxvtperl.3.man.in
    index 3371765a4bc81b10b52e3ff3f7c592b0304a59d7..
    index ..ff55a6521e9b8de02f679cea72dbd64635971b37 100644
    --- a/doc/rxvtperl.3.man.in
    +++ b/doc/rxvtperl.3.man.in
    @@ -172,8 +172,8 @@ You can activate them like this:
     .Vb 1
     \&  @@RXVT_NAME@@ -pe 
     .Ve
    -.IP "selection" 4
    -.IX Item "selection"
    +.IP "selection (enabled by default)" 4
    +.IX Item "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 convenient, too,
    @@ -191,6 +191,10 @@ Rot\-13 the selection when activated. Used via keyboard trigger:
     .RE
     .RS 4
     .RE
    +.IP "option-popup (enabled by default)" 4
    +.IX Item "option-popup (enabled by default)"
    +Binds a popup menu to Ctrl\-Button3 that lets you toggle (some) options at
    +runtime.
     .IP "digital-clock" 4
     .IX Item "digital-clock"
     Displays a digital clock using the built-in overlay.
    @@ -454,7 +458,7 @@ Returns the \*(L"current time\*(R" (as per the event loop).
     .IP "urxvt::ShiftMask, LockMask, ControlMask, Mod1Mask, Mod2Mask, Mod3Mask, Mod4Mask, Mod5Mask, Button1Mask, Button2Mask, Button3Mask, Button4Mask, Button5Mask, AnyModifier" 4
     .IX Item "urxvt::ShiftMask, LockMask, ControlMask, Mod1Mask, Mod2Mask, Mod3Mask, Mod4Mask, Mod5Mask, Button1Mask, Button2Mask, Button3Mask, Button4Mask, Button5Mask, AnyModifier"
     .PD
    -Various constants for use in X events.
    +Various constants for use in X calls and event processing.
     .Sh "\s-1RENDITION\s0"
     .IX Subsection "RENDITION"
     Rendition bitsets contain information about colour, font, font styles and
    @@ -504,6 +508,14 @@ zero.
     .el .IP "$rend = urxvt::SET_CUSTOM ($rend, \f(CW$new_value\fR)" 4
     .IX Item "$rend = urxvt::SET_CUSTOM ($rend, $new_value)"
     Change the custom value.
    +.ie n .Sh "The ""urxvt::anyevent"" Class"
    +.el .Sh "The \f(CWurxvt::anyevent\fP Class"
    +.IX Subsection "The urxvt::anyevent Class"
    +The sole purpose of this class is to deliver an interface to the
    +\&\f(CW\*(C`AnyEvent\*(C'\fR 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.
     .ie n .Sh "The ""urxvt::term"" Class"
     .el .Sh "The \f(CWurxvt::term\fP Class"
     .IX Subsection "The urxvt::term Class"
    diff --git a/doc/rxvtperl.3.txt b/doc/rxvtperl.3.txt
    
    index d77a90d84a04471174890b0f121c3e16320570ae..
    index ..342d6401654e893ea409fad841bbb50edd42360e 100644
    --- a/doc/rxvtperl.3.txt
    +++ b/doc/rxvtperl.3.txt
    @@ -31,7 +31,7 @@ DESCRIPTION
    
           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 @@ DESCRIPTION
    
                    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 @@ DESCRIPTION
         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 @@ DESCRIPTION
         $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.).
    

    -----END OF PAGE-----