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 c19e301c94ac888c84f32f45771fef8965967ce3
   DIR parent 03ffa3e685b5c418867dba843daa14f2ee5ca7fb
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Mon, 25 Jun 2018 22:05:01 +0200
       
       Switch to Terminus bitmap font
       
       Diffstat:
         M config.h                            |       7 ++++---
       
       1 file changed, 4 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -5,7 +5,8 @@
         *
         * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
         */
       -static char *font = "Fira Mono:size=11";
       +// static char *font = "Fira Mono:size=11";
       +static char *font = "Terminus:embeddedbitmap=true:size=9";
        static int borderpx = 2;
        static int borderperc = 20;
        #define histsize 2000
       t@@ -26,8 +27,8 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
        char *vtiden = "\033[?6c";
        
        /* Kerning / character bounding-box multipliers */
       -static float cwscale = 0.9;
       -static float chscale = 0.9;
       +static float cwscale = 1;
       +static float chscale = 1;
        
        /*
         * word delimiter string