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

git.thebackupbox.net

rxvt-unicode-sixel

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

commit c7b5cec4c6a2ef31e73057fe51178ac3dafa1860
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Tue Dec 7 17:42:05 2010 +0000

    *** empty log message ***

diff --git a/Changes b/Changes

index 5a4ad2bcd645cb23fbc47446b2b010cb2619d75b..

index ..4fdb7e0e53920d3d5b85297916a546e98a21b995 100644

--- a/Changes
+++ b/Changes
@@ -22,6 +22,9 @@ TODO: command line editing when icanon?
 TODO: decrqm
 http://ue.tst.eu/71d7dbd1fcfeaa7d2a4b96eb957d570c.txt
 	- the "schmorp=north korea dickey=south korea" release.
+	- if options were compiled out, this could lead to options
+          receiving duplicate values. This is likely behind the
+          failures with gcc 4.5.
         - explicitly depend on fontconfig and xrender when xft support
           is enabled. Although the public Xft api uses types from
           both, in recent Xft releases these libs are private
diff --git a/src/rxvt.h b/src/rxvt.h

index 712703088f5eda5fe8fa1b6e9deba57a461f4f48..

index ..8455ed668f9a891fec02ef032bec918f4c45dad8 100644

--- a/src/rxvt.h
+++ b/src/rxvt.h
@@ -954,7 +954,7 @@ struct selection_t
 /* rxvt_vars.options */
 enum {
 # define def(name,idx) Opt_ ## name = idx,
-# define nodef(name)   Opt_ ## name = 0,
+# define nodef(name)   Opt_prev_ ## name, Opt_ ## name = 0, Opt_next_ ## name = Opt_prev_ ## name - 1,
 # include "optinc.h"
 # undef nodef
 # undef def

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

-- Response ended

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