Working patched implementation of st

This commit is contained in:
Alex Selimov 2024-11-10 15:04:17 -05:00
parent 9846a56bd7
commit b8616f7b15
10 changed files with 625 additions and 309 deletions

View file

@ -184,10 +184,6 @@ 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)