repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: d21136e8b04fb6ee9e988c3f7b63d36221d2643d:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit d21136e8b04fb6ee9e988c3f7b63d36221d2643d
Author: Marc Lehmann 
Date:   Wed Nov 5 12:45:36 2008 +0000

    *** empty log message ***

diff --git a/Changes b/Changes
index f81bfa6068bb04c507d49484e649386b8d25ad74..
index ..a693c2687cf7e6f7e7ae9aba9d96465a2dc7c239 100644
--- a/Changes
+++ b/Changes
@@ -56,6 +56,7 @@ TODO: cursor restore/rendition restore on rmcup
           droppings when urxvt viewed the scrollback buffer.
         - use current rendition style in DCH sequence.
         - the 132/80 mode switch no longer forces a screen reset.
+        - new perl extension "overlay-osc", for status displays and the like.

 9.05 Sun Jun 15 20:09:20 CEST 2008
 	- new option --cd/chdir to set the starting working directory.
diff --git a/src/urxvt.pm b/src/urxvt.pm
index 1b149b5060dc77c1c4c3d9e4940cf8be237874dc..
index ..e8b6e0d370e0ce33d5d3b011bc339f7a9d14dadb 100644
--- a/src/urxvt.pm
+++ b/src/urxvt.pm
@@ -305,6 +305,12 @@ extension will actually grab a physical key just for this function.
 If you want a quake-like animation, tell your window manager to do so
 (fvwm can do it).

+=item overlay-osc
+
+This extension implements some OSC commands to display timed popups on the
+screen - useful for status displays from within scripts. You have to read
+the sources for more info.
+
 =item block-graphics-to-ascii

 A not very useful example of filtering all text output to the terminal

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