From 63c75784e658e278336e99713aca1d7287153e12 Mon Sep 17 00:00:00 2001
From: root
Date: Sat, 2 Jun 2007 05:23:11 +0000
Subject: [PATCH] *** empty log message ***
---
doc/rxvtperl.3.html | 5 +++++
doc/rxvtperl.3.man.in | 6 +++++-
doc/rxvtperl.3.txt | 4 ++++
src/urxvt.pm | 4 ++++
4 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/doc/rxvtperl.3.html b/doc/rxvtperl.3.html
index dc9dedc7..88a2f00d 100644
--- a/doc/rxvtperl.3.html
+++ b/doc/rxvtperl.3.html
@@ -431,6 +431,11 @@ supported in this mode. Example:
rxvt -pixmap background.xpm -pe automove-background
+
+http://wiki.archlinux.org/index.php/Perl_Background_Rotation/Extensions
+shows how this extension can be used to implement an automatically blurred
+transparent background.
+
block-graphics-to-ascii
diff --git a/doc/rxvtperl.3.man.in b/doc/rxvtperl.3.man.in
index 4f66301a..579b626c 100644
--- a/doc/rxvtperl.3.man.in
+++ b/doc/rxvtperl.3.man.in
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.IX Title "@@RXVT_NAME@@ 3"
-.TH @@RXVT_NAME@@ 3 "2007-02-17" "8.2" "RXVT-UNICODE"
+.TH @@RXVT_NAME@@ 3 "2007-06-02" "8.2" "RXVT-UNICODE"
.SH "NAME"
@@RXVT_NAME@@perl \- rxvt\-unicode's embedded perl interpreter
.SH "SYNOPSIS"
@@ -461,6 +461,10 @@ supported in this mode. Example:
.Vb 1
\& @@RXVT_NAME@@ -pixmap background.xpm -pe automove-background
.Ve
+.Sp
+
+shows how this extension can be used to implement an automatically blurred
+transparent background.
.IP "block-graphics-to-ascii" 4
.IX Item "block-graphics-to-ascii"
A not very useful example of filtering all text output to the terminal
diff --git a/doc/rxvtperl.3.txt b/doc/rxvtperl.3.txt
index 8fc29ee4..60e80826 100644
--- a/doc/rxvtperl.3.txt
+++ b/doc/rxvtperl.3.txt
@@ -284,6 +284,10 @@ PREPACKAGED EXTENSIONS
rxvt -pixmap background.xpm -pe automove-background
+ shows how this extension can be used to implement an
+ automatically blurred transparent background.
+
block-graphics-to-ascii
A not very useful example of filtering all text output to the
terminal by replacing all line-drawing characters (U+2500 .. U+259F)
diff --git a/src/urxvt.pm b/src/urxvt.pm
index bb8879a3..05d6f460 100644
--- a/src/urxvt.pm
+++ b/src/urxvt.pm
@@ -308,6 +308,10 @@ supported in this mode. Example:
@@RXVT_NAME@@ -pixmap background.xpm -pe automove-background
+L
+shows how this extension can be used to implement an automatically blurred
+transparent background.
+
=item block-graphics-to-ascii
A not very useful example of filtering all text output to the terminal
--
2.34.1