URI:
       tUpdate config with allowwindowops option - st - [fork] customized build of st, the simple terminal
  HTML git clone git://src.adamsgaard.dk/st
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit ca0e40509ac1fae0f5d40b8df3ac787ce0a084c2
   DIR parent 8d971068c60f64dee3e8751b54548d86f6fecd6f
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri, 19 Jun 2020 13:52:28 +0200
       
       Update config with allowwindowops option
       
       Diffstat:
         M config.h                            |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -43,6 +43,10 @@ static unsigned int tripleclicktimeout = 600;
        /* alt screens */
        int allowaltscreen = 1;
        
       +/* allow certain non-interactive (insecure) window operations such as:
       +   setting the clipboard text */
       +int allowwindowops = 0;
       +
        /*
         * draw latency range in ms - from new content/keypress/etc until drawing.
         * within this range, st draws when content stops arriving (idle). mostly it's