aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-04-13 10:13:28 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-04-13 10:13:28 -0500
commit48bb5ce060bffb576d4ce77059eacb6cb795b80b (patch)
treef8886d69fce028679650d3171545ecdb86296ca6
parent55fcd19dfb5ea88768dc77ce2c6b78e7249c5610 (diff)
downloadst-master.tar.xz
st-master.zip
allowwindowops = 1 for OSC 52 supportHEADtj-0.9.3.1master
-rw-r--r--config.def.h2
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.