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

git.thebackupbox.net

rxvt-unicode-sixel

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

commit a03089125315e7cd2c03730a5293adfcfaf6a4ac
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Tue Jun 5 21:06:15 2012 +0000

    *** empty log message ***

diff --git a/src/urxvt.pm b/src/urxvt.pm

index c1fd05b6379fd898820d43404f3142a970bd7e1c..

index ..5736f160732249f4de3f9b73cb1743ff113ff163 100644

--- a/src/urxvt.pm
+++ b/src/urxvt.pm
@@ -945,6 +945,14 @@ BEGIN {

 no warnings 'utf8';

+sub resource {
+   my ($term, $name, $isarg, $flag, $value) = @_;
+
+   warn "resourece<@_>\n";#d#
+
+   0
+}
+
 my $verbosity = $ENV{URXVT_PERL_VERBOSITY};

 sub verbose {
@@ -1102,7 +1110,7 @@ sub enable {
       defined $htype
          or Carp::croak "unsupported hook type '$name'";

-      $self->modify_should_invoke_count ($htype, +1)
+      $self->set_should_invoke ($htype, +1)
          unless exists $self->{term}{_hook}[$htype]{$pkg};

       $self->{term}{_hook}[$htype]{$pkg} = $cb;
@@ -1118,7 +1126,7 @@ sub disable {
       defined $htype
          or Carp::croak "unsupported hook type '$name'";

-      $self->modify_should_invoke_count ($htype, -1)
+      $self->set_should_invoke ($htype, -1)
          if delete $self->{term}{_hook}[$htype]{$pkg};
    }
 }

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

-- Response ended

-- Page fetched on Sun Jun 2 10:30:46 2024