diff options
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. |