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

git.thebackupbox.net

rxvt-unicode-sixel

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

commit c5a435ba5cc66c5d9edb5f2e205bff25a693b507
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Thu Mar 11 20:26:49 2004 +0000

    *** empty log message ***

diff --git a/README.configure b/README.configure

index 4bb9e94c9af19cedeb1c9cd89ba951334e2a5f66..

index ..8207a2f315984a9d9a1f87a94fd1dbb69c2e2b21 100644

--- a/README.configure
+++ b/README.configure
@@ -1,3 +1,10 @@
+General hint: if you get compile errors, then likely your configuration
+hasn't been tested well. Either try with --enable-everything or use the
+./reconf script as a base for experiments. ./reconf is used by myself,
+so it should generally be a working config. Of course, you should always
+report when a combination doesn't work, so it cnya be fixed. Marc Lehmann
+<rxvt@schmorp.de>.
+
 --enable-everything
         add support for all non-multichoice options listed in "./configure
         --help".  Note that unlike other enable options this is order
diff --git a/src/defaultfont.C b/src/defaultfont.C

index 65065b80959fd7e6864dbdb559f52a141814278e..

index ..e0183c6e521ad5ea0336dad1935fbadbed0cb22a 100644

--- a/src/defaultfont.C
+++ b/src/defaultfont.C
@@ -315,7 +315,9 @@ rxvt_font_default::draw (rxvt_drawable &d, int x, int y,

   while (len--)
     {
+#if ENABLE_COMBINING
       compose_char *cc;
+#endif
       text_t t = *text++;

       // is it in our linedrawing table?
@@ -354,6 +356,7 @@ rxvt_font_default::draw (rxvt_drawable &d, int x, int y,
           gcv.line_width = 0;
           XChangeGC (d.display->display, GC, GCLineWidth, &gcv);
         }
+#if ENABLE_COMBINING
       else if (IS_COMPOSE (t) && (cc = rxvt_composite[t]))
         {
           rxvt_font *f1 = (*fs)[fs->find_font (cc->c1)];
@@ -368,6 +371,7 @@ rxvt_font_default::draw (rxvt_drawable &d, int x, int y,
               f2->draw (d, x, y, &(t = cc->c2), 1, fg, -1);
             }
         }
+#endif
       else
         switch (t)
           {

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

-- Response ended

-- Page fetched on Sun Jun 2 09:55:26 2024