From 48bb5ce060bffb576d4ce77059eacb6cb795b80b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 13 Apr 2026 10:13:28 -0500 Subject: allowwindowops = 1 for OSC 52 support --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') 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. -- cgit v1.2.3