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

git.thebackupbox.net

rxvt-unicode-sixel

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

commit a5bdc95279c3180ba3e0fa8aa8d93fc35a470f77
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Sat Jul 28 20:04:00 2007 +0000

    Make --disable-iso14755 always disable the ISO 14755 overlay.

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

index f5c2b4920174e42ec7f862dd502c445fc4ec8835..

index ..c91318665f882612cef4b6484e45b199df5d98b8 100644

--- a/src/command.C
+++ b/src/command.C
@@ -521,7 +521,7 @@ rxvt_term::key_press (XKeyEvent &ev)
             }
           else
             {
-# if ENABLE_OVERLAY
+# if ISO_14755
               scr_overlay_off ();
 # endif
               iso14755buf = 0;
@@ -532,7 +532,7 @@ rxvt_term::key_press (XKeyEvent &ev)
         if (!(iso14755buf & ISO_14755_STARTED))
           {
             iso14755buf |= ISO_14755_STARTED;
-# if ENABLE_OVERLAY
+# if ISO_14755
             scr_overlay_new (0, -1, sizeof ("ISO 14755 mode") - 1, 1);
             scr_overlay_set (0, 0, "ISO 14755 mode");
 # endif
@@ -936,7 +936,7 @@ rxvt_term::key_release (XKeyEvent &ev)
   if (iso14755buf)
     if (iso14755buf & ISO_14755_52)
       {
-# if ENABLE_OVERLAY
+# if ISO_14755
         scr_overlay_off ();
 # endif
 # if ISO_14755
@@ -969,7 +969,7 @@ rxvt_term::key_release (XKeyEvent &ev)
       }
     else if ((ev.state & (ShiftMask | ControlMask)) != (ShiftMask | ControlMask))
       {
-# if ENABLE_OVERLAY
+# if ISO_14755
         scr_overlay_off ();
 # endif
         if (iso14755buf & ISO_14755_51)
@@ -1781,7 +1781,7 @@ rxvt_term::focus_out ()
       if (iso14755buf)
         {
           iso14755buf = 0;
-# if ENABLE_OVERLAY
+# if ISO_14755
           scr_overlay_off ();
 # endif
         }

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

-- Response ended

-- Page fetched on Sun Jun 2 12:44:23 2024