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 5e403146500560d5a435c07252d6c98d399a8645
   DIR parent 7ec3de8b09e80b37b6a6f6aa5b1b70bb1a1e527b
   URI Author: Stefan Hagen <github@textmail.me>
       Date:   Mon, 14 May 2018 22:02:33 +0200
       
       reduce fps
       
       Diffstat:
         M config.h                            |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -34,7 +34,7 @@ static float chscale = 1.0;
         *
         * More advanced example: " `'\"()[]{}"
         */
       -char *worddelimiters = " `'\"()[]{}¬";
       +char *worddelimiters = " `'\"()[]{}:¬";
        
        /* selection timeouts (in milliseconds) */
        static unsigned int doubleclicktimeout = 300;
       t@@ -44,8 +44,8 @@ static unsigned int tripleclicktimeout = 600;
        int allowaltscreen = 1;
        
        /* frames per second st should at maximum draw to the screen */
       -static unsigned int xfps = 120;
       -static unsigned int actionfps = 60;
       +static unsigned int xfps = 60;
       +static unsigned int actionfps = 30;
        
        /*
         * blinking timeout (set to 0 to disable blinking) for the terminal blinking