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

git.thebackupbox.net

rxvt-unicode-sixel

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

commit f515c732fd852e2c377356664db3a03025417b86
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Fri Feb 16 21:46:05 2007 +0000

    *** empty log message ***

diff --git a/Changes b/Changes

index 255f65bdbe4d3bde158bffb49bd2d464dc60251f..

index ..a1c557c9f1abaa89b88933c81444f3fc0c23b094 100644

--- a/Changes
+++ b/Changes
@@ -47,6 +47,10 @@ DUMB: support tex fonts
         - update iom.C, make it call ptytty::sanitise_stdfd on init.
         - when !XFT, change rounding of colours to use a less correct formula to
           meet user expectancies (#aaa becomes #a000a000a000 not #9f9f9f9f9f9f).
+        - change the starting offset of the pixmap set with backgroundPixmap
+          from (50,50) to (0,0).
+        - fix a typo in button_release, now meta-button2 request the value of
+          the Clipboard selection as it should (patch by Serge Koksharov).

 8.1  Thu Dec  7 22:27:25 CET 2006
         - ケリスマスプレゼント - zomg!!1, it's too early!!!
diff --git a/src/command.C b/src/command.C

index b5e0be9fe93fef4dbf10e5d96357bfedfb3f3d44..

index ..97ff9693e5860cd26b06ba6f4ae36a5236d20e77 100644

--- a/src/command.C
+++ b/src/command.C
@@ -2158,7 +2158,7 @@ rxvt_term::button_release (XButtonEvent &ev)

           case Button2:
             if (IN_RANGE_EXC (ev.x, 0, width) && IN_RANGE_EXC (ev.y, 0, height)) // inside window?
-	      selection_request (ev.time, ev.state & ModMetaMask ? Sel_Primary : Sel_Primary);
+	      selection_request (ev.time, ev.state & ModMetaMask ? Sel_Clipboard : Sel_Primary);
             break;

 #ifdef MOUSE_WHEEL
diff --git a/src/init.C b/src/init.C

index e3f57dff4bb49c32bc23e80e7f535f62202c36ff..

index ..2ae675a404cc7c7ef8073861f33eff14e35b2cae 100644

--- a/src/init.C
+++ b/src/init.C
@@ -208,7 +208,7 @@ rxvt_term::init_vars ()
   oldcursor.row = oldcursor.col = -1;
 #ifdef XPM_BACKGROUND
   /*  bgPixmap.w = bgPixmap.h = 0; */
-  bgPixmap.x = bgPixmap.y = 50;
+  bgPixmap.x = bgPixmap.y = 0;
   bgPixmap.pixmap = None;
 #endif

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

-- Response ended

-- Page fetched on Sun Jun 2 10:52:13 2024