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 9e80d3d24ddcc46b9a7b6a0d00d61c68f339dc3b
   DIR parent ab02b7c8f77bd87b819fe0651813191e748a400a
   URI Author: Stefan Hagen <github@textmail.me>
       Date:   Fri, 18 May 2018 06:54:43 +0200
       
       Setting altscreen = 1
       
       Lessons learned: Altscreen is resposible for clearing up
       tthe screen after existing a curses application (like vim).
       
       Diffstat:
         M config.h                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -41,7 +41,7 @@ static unsigned int doubleclicktimeout = 300;
        static unsigned int tripleclicktimeout = 600;
        
        /* alt screens */
       -int allowaltscreen = 0;
       +int allowaltscreen = 1;
        
        /* frames per second st should at maximum draw to the screen */
        static unsigned int xfps = 60;