st-noxz

[fork] suckless st - personal fork
git clone https://noxz.tech/git/st-noxz.git
Log | Files | README | LICENSE

commit: 62968169da61094eda5b0037c8c643faeb274e95
parent: 62006d8d9f9a8af1e2514ff56027c4b5a1d4ad72
author: Chris Noxz <chris@noxz.tech>
date:   Thu, 14 Dec 2023 13:16:31 +0100
add terminfo entries for bracketed paste mode

Helps Vim (and hopefully others) to discover that this feature exists
without further user configuration.
Mst.info4++++
1 file changed, 4 insertions(+)
diff --git a/st.info b/st.info
@@ -185,6 +185,10 @@ st-mono| simpleterm monocolor,
 # XTerm extensions
 	rmxx=\E[29m,
 	smxx=\E[9m,
+	BE=\E[?2004h,
+	BD=\E[?2004l,
+	PS=\E[200~,
+	PE=\E[201~,
 # disabled rep for now: causes some issues with older ncurses versions.
 #	rep=%p1%c\E[%p2%{1}%-%db,
 # tmux extensions, see TERMINFO EXTENSIONS in tmux(1)