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

git.thebackupbox.net

rxvt-unicode-sixel

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

commit aec73ce4a045a6a16a4502fbd55384a214d8e0e9
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Thu Jun 30 16:56:41 2016 +0000

    *** empty log message ***

diff --git a/src/command.C b/src/command.C

index 70ff277c9d5173178728e14738eaaf08bafb2c6a..

index ..c5febcd3b5eee16e2429bec1d3ea7520b81f16af 100644

--- a/src/command.C
+++ b/src/command.C
@@ -3374,12 +3374,12 @@ rxvt_term::map_rgb24_color (unsigned int r, unsigned int g, unsigned int b)
   /* to replace the current color, if they not used recently */
   static const signed char dxyz[][3] = {
      0,  0,  0,
-     0,  0, -1,
      0,  0, +1,
-     0, -1,  0,
+     0,  0, -1,
      0, +1,  0,
-    -1,  0,  0,
+     0, -1,  0,
     +1,  0,  0,
+    -1,  0,  0,
   };

   for (int n = 0; n < ecb_array_length (dxyz); ++n)
@@ -3421,9 +3421,7 @@ update:

   idx += minTermCOLOR24;
   pix_colors_focused [idx].free (this);
-  pix_colors_focused [idx].set (this, rgba (r * 0x0101,
-                                            g * 0x0101,
-                                            b * 0x0101));
+  pix_colors_focused [idx].set (this, rgba (r * 0x0101, g * 0x0101, b * 0x0101));
   update_fade_color (idx, false);

   return idx;

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

-- Response ended

-- Page fetched on Sun Jun 2 12:08:51 2024