st

My fork of st.
git clone git://git.alex.balgavy.eu/st.git
Log | Files | Refs | README | LICENSE

commit 073b29409d24fdcdfd359aa024601a3a8a5ea3af
parent e37caad8ac58230d262013701cb3c51fe7c8049a
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Fri, 20 Sep 2024 17:47:15 +0200

Allow OSC52

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -49,7 +49,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.