repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: d21136e8b04fb6ee9e988c3f7b63d36221d2643d: path_to: revision_to:
commit d21136e8b04fb6ee9e988c3f7b63d36221d2643d Author: Marc LehmannDate: Wed Nov 5 12:45:36 2008 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- 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
--- 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-----