tUse neutral gray for cursor - 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 9ce3046b97b90af84ea42671e6271bc64b5d9bbf
 (DIR) parent ca0e40509ac1fae0f5d40b8df3ac787ce0a084c2
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu,  9 Jul 2020 23:11:01 +0200
       
       Use neutral gray for cursor
       
       Diffstat:
         M config.h                            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/config.h b/config.h
       t@@ -158,8 +158,8 @@ static const char *altcolorname[] = {
         */
        unsigned int defaultfg = 256;
        unsigned int defaultbg = 257;
       -static unsigned int defaultcs = 6;
       -static unsigned int defaultrcs = 14;
       +static unsigned int defaultcs = 256;
       +static unsigned int defaultrcs = 257;
        
        /*
         * Default shape of cursor