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 e766f5eee363d08bff8310c3670947048a5fcdd2
   DIR parent 1ba04986ac35ac7e14dc46d3e85d59b16570492b
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Mon, 21 Oct 2019 07:57:26 +0200
       
       changes
       
       Diffstat:
         M config.h                            |      14 +++++++-------
       
       1 file changed, 7 insertions(+), 7 deletions(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -5,13 +5,13 @@
         *
         * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
         */
       -static char *font = "FiraCode-15";
       +static char *font = "GoMono-13";
        static int borderpx = 2;
        static int borderperc = 20;
        
       -int disablebold = 1;
       -int disableitalic = 1;
       -int disableroman = 1;
       +int disablebold = 0;
       +int disableitalic = 0;
       +int disableroman = 0;
        
        #define histsize 2000
        
       t@@ -31,8 +31,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
       t@@ -70,7 +70,7 @@ static unsigned int cursorthickness = 2;
         * 0: disable (render all U25XX glyphs normally from the font).
         */
        const int boxdraw = 1;
       -const int boxdraw_bold = 0;
       +const int boxdraw_bold = 1;
        
        /* braille (U28XX):  1: render as adjacent "pixels",  0: use font */
        const int boxdraw_braille = 1;