| tUpdate config with allowwindowops option - st - [fork] customized build of st,… | |
| git clone git://src.adamsgaard.dk/st | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit ca0e40509ac1fae0f5d40b8df3ac787ce0a084c2 | |
| parent 8d971068c60f64dee3e8751b54548d86f6fecd6f | |
| Author: Anders Damsgaard <[email protected]> | |
| 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(-) | |
| --- | |
| 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 |