--- rxvt-unicode/src/urxvt.pm 2007/01/09 16:18:56 1.152 +++ rxvt-unicode/src/urxvt.pm 2007/08/01 17:55:37 1.156 @@ -28,6 +28,9 @@ Each script will only ever be loaded once, even in @@RXVT_NAME@@d, where scripts will be shared (but not enabled) for all terminals. +You can disable the embedded perl interpreter by setting both "perl-ext" +and "perl-ext-common" resources to the empty string. + =head1 PREPACKAGED EXTENSIONS This section describes the extensions delivered with this release. You can @@ -151,7 +154,7 @@ bottom. C leaves search mode and returns to the point where search was started, while C or C stay at the current position and additionally stores the first match in the current line into the primary -selection. +selection if the C modifier is active. The regex defaults to "(?i)", resulting in a case-insensitive search. To get a case-sensitive search you can delete this prefix using C @@ -258,6 +261,9 @@ with numbered patterns, in a manner similar to the "selection" extension. The launcher can also be overridden on a per-pattern basis. +It is possible to activate the most recently seen match from the keyboard. +Simply bind a keysym to "perl:matcher" as seen in the example below. + Example configuration: URxvt.perl-ext: default,matcher @@ -308,6 +314,10 @@ @@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