-- 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: 3c3998c777453e9c67796e91f38e6ede664214ed:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit 3c3998c777453e9c67796e91f38e6ede664214ed
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Sat Mar 4 22:39:52 2006 +0000

    *** empty log message ***

diff --git a/Changes b/Changes

index 1a4a1f1e7b6993e7ea0f7827f99d2d983a642d9c..

index ..6ee32b155eec05d66d1dbf46db8f8cfe5997a1e0 100644

--- a/Changes
+++ b/Changes
@@ -23,6 +23,8 @@ DUMB: support tex fonts
           generic osc_seq.
         - fix a bug causing double callback invocations when perl hooks
           were invoked recursively.
+        - the automove-background extension now properly works when the
+          pixmap gets reset with an osc sequence (sqweek).

 7.7  Tue Feb 21 12:32:49 CET 2006
 	- use double-buffered drawing (xft fonts only). On many driver/hardware
diff --git a/src/perl/automove-background b/src/perl/automove-background

index d6cc6d40c3a37b2b86bb7a6bd9a3151f3e8ca7a2..

index ..33793df5a0eda645f63ec5abc586b505545d97c6 100644

--- a/src/perl/automove-background
+++ b/src/perl/automove-background
@@ -5,13 +5,11 @@ sub on_osc_seq {

    if ($op == 20) {
       my ($pic, $commands) = split(/;/, $args, 2);
-      warn "   pic=$pic commands=$commands";
       if ($pic !~ /^$/ && $commands !~ /[+\-]/) {
          my ($x, $y) = $self->XTranslateCoordinates (
             $self->vt, $self->DefaultRootWindow,
             0, 0
          );
-         warn "      $x $y \\033]20;$pic;=+$x+$y\\007";
          $self->cmd_parse ("\033]20;$pic;=+$x+$y\007");
          return 1;
       }

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

-- Response ended

-- Page fetched on Sun Jun 2 12:01:26 2024