summaryrefslogtreecommitdiff
path: root/st.info
diff options
context:
space:
mode:
authorAiden Gall <aiden@aidengall.xyz>2023-11-16 04:10:21 +0000
committerAiden Gall <aiden@aidengall.xyz>2023-11-16 04:10:21 +0000
commitccea59806e190d44d6fceb782a2a894b13257e42 (patch)
tree8640d1d0f73258a2a1e11ac6ba83eae917a8792d /st.info
parent425fceb39d64b88dc3fc4c6715ccef64ad4a0897 (diff)
merge commits ea7cd7b through 9846a56 from master
Diffstat (limited to 'st.info')
-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)