From df1512ca9c40cafa6a8f1e27962c0b8ac1bed559 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 5 Nov 2008 12:45:36 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 1 + src/urxvt.pm | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/Changes b/Changes index f81bfa60..a693c268 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 1b149b50..e8b6e0d3 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 -- 2.34.1