summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2023-10-07 07:41:02 +0200
committerRafael Marçalo <raroma09@gmail.com>2023-10-08 23:32:19 +0100
commit1c74e1bf4cbee344d05abf5744165ab4277332e0 (patch)
tree88616b8db11c18a1b648e3f29f20baf5580f2bec
parenta382ea817b47f308808b3656334b1c61d85fd880 (diff)
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)