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

git.thebackupbox.net

rxvt-unicode-sixel

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

commit ac095942417d93e5ec638f4b941747b053793f89
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Sat Dec 27 19:27:42 2014 +0000

    *** empty log message ***

diff --git a/Changes b/Changes

index 34fd575b01aa49abe0d31f9a6bdf779246e9c7b1..

index ..11ee8fa321c51867d055ce06cfd580fc8121dc04 100644

--- a/Changes
+++ b/Changes
@@ -36,12 +36,9 @@ TODO IMPL: recalc bg always on bg colour change
 TODO: document typical actions in rxvt.1.pod keysyms
 TODO: warn with a graphical message when env has been modified
 TODO: c&c perl socket via daemon-ext mechanism
+TODO: simplify extension metainfo cache, cache on disk
+TODO: URxvt::Ext::Name installs urxvt ext name and provides pod/manpage for URxvt::Ext::Name

-TODO: axe :BINDING:, move to init hook
-TODO: no autloading for binding, maybe futgure for resource
-TODO: unbundle tabbed to other name, or maybe not...
-TODO: URxvt::Ext::Name::Part2 installs urxvt ext name-part2 and provides pod/manpage for URxvt::Ext::Name::Part2
-TODO: think aboiut actions - are thesy tetx vstrings (utf-8) or octets
 	- the "moa redraw 8-bit british vintage colour management" release.
 	- NOTICE: this release updates terminfo.
 	- fix pixel droppings on overdraw when a secondary core font has the
diff --git a/src/urxvt.pm b/src/urxvt.pm

index 1c7c01a35d633bd1427687b956f23302cba66110..

index ..529cef91c846e5ae32708be3a9e932353425d6d9 100644

--- a/src/urxvt.pm
+++ b/src/urxvt.pm
@@ -1136,7 +1136,7 @@ sub scan_extensions {
    return if exists $self->{meta};

    my @urxvtdirs = perl_libdirs $self;
-   my @cpandirs = grep -d, map "$_/URxvt/Ext", @INC;
+#   my @cpandirs = grep -d, map "$_/URxvt/Ext", @INC;

    $self->{meta} = \my %meta;

@@ -1183,7 +1183,7 @@ sub scan_extensions {
       }
    };

-   $gather->($_, 0) for @cpandirs;
+#   $gather->($_, 0) for @cpandirs;
    $gather->($_, 1) for @urxvtdirs;

    # and now merge resources

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

-- Response ended

-- Page fetched on Sun Jun 2 10:20:11 2024