aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2023-10-07 07:41:02 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2023-10-07 12:16:59 +0200
commit9846a56bd7fdc86bf788db04bbbcbde7b7eb9952 (patch)
tree8c921f611f1395906c26a0672b616ea796be68ac
parent559fdc278681c98470749adb59f01cd071720458 (diff)
downloadst-9846a56bd7fdc86bf788db04bbbcbde7b7eb9952.tar.zst
Add terminfo entries for bracketed paste mode
Helps Vim (and hopefully others) to discover that this feature exists without further user configuration.
-rw-r--r--st.info4
1 files changed, 4 insertions, 0 deletions
diff --git a/st.info b/st.info
index 8201ad6..efab2cf 100644
--- a/st.info
+++ b/st.info
@@ -184,6 +184,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)