Browse Source

Add terminfo entries for bracketed paste mode

Helps Vim (and hopefully others) to discover that this feature exists
without further user configuration.
master
Peter Hofmann 2 years ago
committed by Hiltjo Posthuma
parent
commit
9846a56bd7
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      st.info

+ 4
- 0
st.info View File

@ -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)


Loading…
Cancel
Save