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

git.thebackupbox.net

rxvt-unicode-sixel

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

commit d4edf716e0eeb422f6ac1f136e5f5cc8293c50dd
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Fri Aug 10 19:06:06 2012 +0000

    *** empty log message ***

diff --git a/Changes b/Changes

index 8060a631211f8ccdae7df6bfc76568e597cad5a8..

index ..35b1c929cc9c42af2ba377be2a2878b1bb1184f4 100644

--- a/Changes
+++ b/Changes
@@ -28,10 +28,9 @@ TODO: pack rxvt_fatal messages into the exception object

 TODO: provide something like % for easy access for parse_keysym
 TODO: description into --help output?
-TODO: tint, shade
-TODO: load must not cache, but global image cache
+TODO: shade
+TODO: load must not cache, but global image cache must be cleaned
 TODO: manpages for perl extensions
-TODO: ->on MUST pass the extension as first argument, somehow
 9.16
 	- the "so much new stuff your eyes will pop out" release.
         - INCOMPATIBLE CHANGE: renamed urlLauncher resource to url-launcher.
diff --git a/src/urxvt.pm b/src/urxvt.pm

index a444c7134f32778626588a0f82b0efc16259cc23..

index ..807415ad925f5a8f56a0b29e724ffe0bee16b460 100644

--- a/src/urxvt.pm
+++ b/src/urxvt.pm
@@ -1079,8 +1079,7 @@ sub scan_meta {
       opendir my $fh, $dir
          or next;
       for my $ext (readdir $fh) {
-         $ext ne "."
-            and $ext ne ".."
+         $ext !~ /^\./
             and open my $fh, "<", "$dir/$ext"
             or next;

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

-- Response ended

-- Page fetched on Sun Jun 2 11:27:31 2024