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

git.thebackupbox.net

rxvt-unicode-sixel

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

commit 7a959e44111e6704b180f24c9689a8e42ea8b7ee
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Wed Jun 23 12:37:32 2021 +0000

    *** empty log message ***

diff --git a/Changes b/Changes

index 5b1863324447b59ad1e2849cfe75074470c6c468..

index ..b902eb2ef9c426500d65ff390b85299b0382999e 100644

--- a/Changes
+++ b/Changes
@@ -78,6 +78,8 @@ TODO: xOff caching. for ascii only? fr basefont only?
           cs_koi8_u_from_unicode).
         - unicode characters > 0x100000 were not handled correctly w.r.t.
           font rendering.
+        - replace bitstream vera by dejavu sans, as it has replaced the former
+          almost everywhere.

 9.26 Fri May 14 19:14:14 CEST 2021
 	- ev_iouring.c was wrongly required during compilation, and wrongly
diff --git a/src/rxvtfont.C b/src/rxvtfont.C

index c4870b27cad0cb614cc992bcf25ee3b3cc7f96c6..

index ..3373227ce15c38881cb9c3890b553ba22f2956d7 100644

--- a/src/rxvtfont.C
+++ b/src/rxvtfont.C
@@ -136,10 +136,10 @@ static const struct rxvt_fallback_font {

   //{ CS_UNICODE,      "-*-unifont-*-*-*-*-*-*-*-*-c-*-iso10646-1"   }, // this gem of a font has actual dotted circles within the combining character glyphs.
 #if XFT
-  { CS_UNICODE,      "xft:Bitstream Vera Sans Mono:antialias=false:autohint=true" },
-  { CS_UNICODE,      "xft:Courier New:antialias=false:autohint=true"              },
-  { CS_UNICODE,      "xft:Andale Mono:antialias=false:autohint=false"             },
-  { CS_UNICODE,      "xft:Arial Unicode MS:antialias=false:autohint=false"        },
+  { CS_UNICODE,      "xft:DejaVu Sans Mono:antialias=false:autohint=true"  },
+  { CS_UNICODE,      "xft:Courier New:antialias=false:autohint=true"       },
+  { CS_UNICODE,      "xft:Andale Mono:antialias=false:autohint=false"      },
+  { CS_UNICODE,      "xft:Arial Unicode MS:antialias=false:autohint=false" },

   // FreeMono is usually uglier than x fonts, so try after the others
   { CS_UNICODE,      "xft:FreeMono:autohint=true"                  },

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

-- Response ended

-- Page fetched on Sun Jun 2 13:25:32 2024