X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=st.info;h=1df490b476ab26d7f300421e1f5b30ed2afa9f90;hb=019449a7e64a881be8cc5d715fe9de32726ba190;hp=52fc6177cca093580a948024495f486bc3cc5a2c;hpb=c0882f2ed1d7a2dd0fa2efa52157e6fc6fde3652;p=st.git diff --git a/st.info b/st.info index 52fc617..1df490b 100644 --- a/st.info +++ b/st.info @@ -189,10 +189,10 @@ st| simpleterm, rmxx=\E[29m, smxx=\E[9m, # tmux extensions, see TERMINFO EXTENSIONS in tmux(1) - Se, - Ss, Tc, Ms=\E]52;%p1%s;%p2%s\007, + Se=\E[2 q, + Ss=\E[%p1%d q, st-256color| simpleterm with 256 colors, use=st, @@ -220,3 +220,13 @@ st-meta-256color| simpleterm with meta key and 256 colors, smm=\E[?1034h, rs2=\E[4l\E>\E[?1034h, is2=\E[4l\E>\E[?1034h, + +st-bs| simpleterm with backspace as backspace, + use=st, + kbs=\010, + kdch1=\177, + +st-bs-256color| simpleterm with backspace as backspace and 256colors, + use=st-256color, + kbs=\010, + kdch1=\177,