Add terminfo entries for bracketed paste mode - st - personal variant of st
 (HTM) git clone https://git.drkhsh.at/st.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9846a56bd7fdc86bf788db04bbbcbde7b7eb9952
 (DIR) parent 559fdc278681c98470749adb59f01cd071720458
 (HTM) Author: Peter Hofmann <scm@uninformativ.de>
       Date:   Sat,  7 Oct 2023 07:41:02 +0200
       
       Add terminfo entries for bracketed paste mode
       
       Helps Vim (and hopefully others) to discover that this feature exists
       without further user configuration.
       
       Diffstat:
         M st.info                             |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git 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)