-- 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: d95be93135afa8a2dcec1654c61e4d13c8a76687:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit d95be93135afa8a2dcec1654c61e4d13c8a76687
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Mon May 24 20:21:51 2021 +0000

    *** empty log message ***

diff --git a/Changes b/Changes

index f33d916451e3ee1011543a1bcc77ef50ed88f1b6..

index ..ba0ff63f14d7b1e40c1fb7701ab59f1558666232 100644

--- a/Changes
+++ b/Changes
@@ -44,6 +44,10 @@ TODO: confirm-paste should be the default
 TODO: xterm-osc does not autoload background
 TODO: think about daemon delaying urxvt client exit.

+	- allow perl-ext and perl-ext-common to override autoloaded extensions.
+          this allwos tabbed to disable itself in subtabs, avoiding recursive
+          loading.
+
 9.26 Fri May 14 19:14:14 CEST 2021
 	- ev_iouring.c was wrongly required during compilation, and wrongly
           not packaged.
diff --git a/src/urxvt.pm b/src/urxvt.pm

index ec13b094b700f2df47d4268d88655565b23fb5de..

index ..4e4c56d96535b5cd597437f1aa6e5080e9d40758 100644

--- a/src/urxvt.pm
+++ b/src/urxvt.pm
@@ -731,8 +731,8 @@ sub invoke {
       }

       for (
+         @{ delete $TERM->{perl_ext_3} },
          (grep $_, map { split /,/, $TERM->resource ("perl_ext_$_") } 1, 2),
-         @{ delete $TERM->{perl_ext_3} }
       ) {
          if ($_ eq "default") {

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

-- Response ended

-- Page fetched on Sun Jun 2 10:14:32 2024