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

git.thebackupbox.net

rxvt-unicode-sixel

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

commit f663b35b0afa3a340504ba67a6eb4afe16b687b9
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Thu Apr 1 00:29:22 2010 +0000

    still broken

diff --git a/src/rxvt.h b/src/rxvt.h

index c0b837b380b5201a7c813847ed2a7329e80ef2c0..

index ..3c30aad7ce095065230b9d4641c5cc181a6b63bb 100644

--- a/src/rxvt.h
+++ b/src/rxvt.h
@@ -331,10 +331,10 @@ enum {
 // must have space for rxvt_fontset::fontCount * 2 + 2 values
 #define RS_fontMask             0x007c0000UL    // includes RS_Careful
 #define RS_fontShift            18
-#define RS_Careful		0x00010000UL	/* be careful when drawing these */
+#define RS_Careful		(1UL << RS_fontShift)	/* be careful when drawing these */

 // toggle this to force redraw, must be != RS_Careful and otherwise "pretty neutral"
-#define RS_redraw               0x00020000UL
+#define RS_redraw		(2UL << RS_fontShift)

 #define RS_styleCount		4
 #define RS_styleMask		(RS_Bold | RS_Italic)

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

-- Response ended

-- Page fetched on Sun Jun 2 11:34:33 2024