tput reset leaves the terminal in nicer state. - vtv-tools - virtual terminal video tools
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3bafd285f4cc95dfc3cd34dccb5f878e908d2fb1
 (DIR) parent 316ac104daa62edf5d30bf8c8ee8729d29a305c0
 (HTM) Author: Troels Henriksen <athas@sigkill.dk>
       Date:   Tue, 15 Aug 2023 00:29:13 +0200
       
       tput reset leaves the terminal in nicer state.
       
       Diffstat:
         M bin/vtv-player                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/bin/vtv-player b/bin/vtv-player
       @@ -6,7 +6,7 @@
        #
        # Released under the GPLv3 or later.
        
       -trap 'clear; tput cvvis; exit 0' SIGINT
       +trap 'clear; tput reset; exit 0' SIGINT
        
        fps=20