-- 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: 7670a9972bc2c0b35ed465cbb5af077f535814f0:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit 7670a9972bc2c0b35ed465cbb5af077f535814f0
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Sun May 23 00:25:48 2010 +0000

    paranoia

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

index 9c7d744501fa1eb4ff7b9c4c916fa332eea0b3ae..

index ..45fa44e87919b9a4a008fbd8c50fa9359ee05a25 100644

--- a/src/main.C
+++ b/src/main.C
@@ -37,6 +37,7 @@

 #include <limits>

+#include <cassert>
 #include <csignal>
 #include <cstring>

@@ -480,6 +481,9 @@ char **rxvt_environ; // startup environment
 void
 rxvt_init ()
 {
+  assert (("fontMask must not overlap other RS masks",
+           0 == (RS_fontMask & (RS_Sel | RS_baseattrMask | RS_customMask | RS_bgMask | RS_fgMask))));
+
   ptytty::init ();

   if (!ev_default_loop (0))

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

-- Response ended

-- Page fetched on Sun Jun 2 09:32:30 2024