diff options
author | Akshay <[email protected]> | 2025-01-14 17:46:42 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2025-01-14 17:46:42 +0000 |
commit | f2815e157fcdec51d59b791cb3f7d931014235ea (patch) | |
tree | b06c85de4c6bfd490dae7e6dce81b13023efd21d /programs/st | |
parent | 5514b8f6849c904146d5f4c2fcfff0105f8177e1 (diff) |
mantis: .
Diffstat (limited to 'programs/st')
-rw-r--r-- | programs/st/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/st/config.h b/programs/st/config.h index e7f79e3..d6402f9 100644 --- a/programs/st/config.h +++ b/programs/st/config.h | |||
@@ -46,7 +46,7 @@ int allowaltscreen = 1; | |||
46 | 46 | ||
47 | /* allow certain non-interactive (insecure) window operations such as: | 47 | /* allow certain non-interactive (insecure) window operations such as: |
48 | setting the clipboard text */ | 48 | setting the clipboard text */ |
49 | int allowwindowops = 0; | 49 | int allowwindowops = 1; |
50 | 50 | ||
51 | /* | 51 | /* |
52 | * draw latency range in ms - from new content/keypress/etc until drawing. | 52 | * draw latency range in ms - from new content/keypress/etc until drawing. |