tUse large terminus as font - st - [fork] customized build of st, the simple terminal
 (HTM) git clone git://src.adamsgaard.dk/st
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 477eaafaf569ee371fcbdf4ca1b0cee30fae3d47
 (DIR) parent 7f47ffe7418ff0859b4a3ef31906e6fe47d2c373
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu, 24 Sep 2020 12:18:56 +0200
       
       Use large terminus as font
       
       Diffstat:
         M config.h                            |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (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 = "dina:size=9:antialias=false";
       +/* static char *font = "dina:size=9:antialias=false"; */
       +static char *font = "terminus:size=24";
        static int borderpx = 2;
        
        /*