-- 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: 110ccce33e91349bbbd7d7a7277c0c2969520a26:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit 110ccce33e91349bbbd7d7a7277c0c2969520a26
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Mon Oct 8 07:05:23 2007 +0000

    Fix build with XTERM_COLOR_CHANGE undefined.

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

index 3956f1324df531f765e0b722680f1d9e5b78cf7f..

index ..2a2c5af7d282a463d8d0d41d6160d9b9f15219d9 100644

--- a/src/main.C
+++ b/src/main.C
@@ -944,10 +944,10 @@ rxvt_term::set_icon_name (const char *str)
 #endif
 }

-#ifdef XTERM_COLOR_CHANGE
 void
 rxvt_term::set_window_color (int idx, const char *color)
 {
+#ifdef XTERM_COLOR_CHANGE
   rxvt_color xcol;
   int i;

@@ -994,11 +994,8 @@ done:
   update_fade_color (idx);
   recolour_cursor ();
   scr_recolour ();
-}
-
-#else
-# define set_window_color (idx,color)   ((void)0)
 #endif                          /* XTERM_COLOR_CHANGE */
+}

 void
 rxvt_term::recolour_cursor ()

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

-- Response ended

-- Page fetched on Sun Jun 2 13:45:14 2024