diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-04-13 10:13:28 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-04-13 10:13:28 -0500 |
| commit | 48bb5ce060bffb576d4ce77059eacb6cb795b80b (patch) | |
| tree | f8886d69fce028679650d3171545ecdb86296ca6 /config.def.h | |
| parent | 55fcd19dfb5ea88768dc77ce2c6b78e7249c5610 (diff) | |
| download | st-48bb5ce060bffb576d4ce77059eacb6cb795b80b.tar.xz st-48bb5ce060bffb576d4ce77059eacb6cb795b80b.zip | |
allowwindowops = 1 for OSC 52 supportHEADtj-0.9.3.1master
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 779056e..13fddc4 100644 --- a/config.def.h +++ b/config.def.h @@ -45,7 +45,7 @@ int allowaltscreen = 1; /* allow certain non-interactive (insecure) window operations such as: setting the clipboard text */ -int allowwindowops = 0; +int allowwindowops = 1; /* * draw latency range in ms - from new content/keypress/etc until drawing. |
