Closed irizwaririz closed 2 years ago
st (simple terminal) supports the OSC 52 sequence. See: https://git.suckless.org/st/file/st.c.html#l1895
It used to be enabled by default, but the maintainers changed it to be disabled by default for security purposes. See: https://git.suckless.org/st/commit/a2a704492b9f4d2408d180f7aeeacf4c789a1d67.html
It can be enabled by setting allowwindowops to 1.
allowwindowops
1
Thanks!
st (simple terminal) supports the OSC 52 sequence. See: https://git.suckless.org/st/file/st.c.html#l1895
It used to be enabled by default, but the maintainers changed it to be disabled by default for security purposes. See: https://git.suckless.org/st/commit/a2a704492b9f4d2408d180f7aeeacf4c789a1d67.html
It can be enabled by setting
allowwindowops
to1
.