t* st + patches and config
       
   URI git clone git://git.codevoid.de/st-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 0b5c2b0108624c1a91d4ef781674cd9cfbce716c
   DIR parent c19e301c94ac888c84f32f45771fef8965967ce3
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Tue, 21 Aug 2018 23:30:15 +0200
       
       Switch back to Fira Code, change scale
       
       Diffstat:
         M config.h                            |       7 +++----
       
       1 file changed, 3 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -5,8 +5,7 @@
         *
         * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
         */
       -// static char *font = "Fira Mono:size=11";
       -static char *font = "Terminus:embeddedbitmap=true:size=9";
       +static char *font = "Fira Mono:pixelsize=22";
        static int borderpx = 2;
        static int borderperc = 20;
        #define histsize 2000
       t@@ -27,8 +26,8 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
        char *vtiden = "\033[?6c";
        
        /* Kerning / character bounding-box multipliers */
       -static float cwscale = 1;
       -static float chscale = 1;
       +static float cwscale = 0.95;
       +static float chscale = 0.95;
        
        /*
         * word delimiter string