-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: fb991afcf68245d47acadea9810e01ef20309a7b:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit fb991afcf68245d47acadea9810e01ef20309a7b
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Sun Nov 20 10:58:58 2011 +0000

    Look for perl extensions also in $HOME/.urxvt/ext.

diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod

index c655c7ae0257a868a97e7a1e45a469a83021099b..

index ..8f7bf8eb2a06814f02a87b2e72728d34ff871944 100644

--- a/doc/rxvt.1.pod
+++ b/doc/rxvt.1.pod
@@ -1301,8 +1301,8 @@ the @@RXVT_NAME@@perl(3) manpage.
 =item B<perl-lib>: I<path>

 Colon-separated list of additional directories that hold extension
-scripts. When looking for extensions specified by the C<perl> resource,
-@@RXVT_NAME@@ will first look in these directories and then in
+scripts. When looking for perl extensions, @@RXVT_NAME@@ will first
+look in these directories, then in $HOME/.urxvt/ext and lastly in
 F<@@RXVT_LIBDIR@@/urxvt/perl/>.

 See the @@RXVT_NAME@@perl(3) manpage.
diff --git a/src/urxvt.pm b/src/urxvt.pm

index b98adaa38402a7af91016d34c52df762bc419f04..

index ..4f1351465f06bc02e2e15a680a808839a7e92d3c 100644

--- a/src/urxvt.pm
+++ b/src/urxvt.pm
@@ -977,7 +977,7 @@ sub invoke {
    my $htype = shift;

    if ($htype == 0) { # INIT
-      my @dirs = ((split /:/, $TERM->resource ("perl_lib")), "$LIBDIR/perl");
+      my @dirs = ((split /:/, $TERM->resource ("perl_lib")), "$ENV{HOME}/.urxvt/ext", "$LIBDIR/perl");

       my %ext_arg;

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

-- Response ended

-- Page fetched on Sun Jun 2 13:53:18 2024