st

[fork] customized build of st, the simple terminal
git clone git://src.adamsgaard.dk/st
Log | Files | Refs | README | LICENSE Back to index

commit ca0e40509ac1fae0f5d40b8df3ac787ce0a084c2
parent 8d971068c60f64dee3e8751b54548d86f6fecd6f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 19 Jun 2020 13:52:28 +0200

Update config with allowwindowops option

Diffstat:
Mconfig.h | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/config.h b/config.h @@ -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