Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
Update FAQ with the last modifications
[st.git]
/
st.info
diff --git
a/st.info
b/st.info
index
4d77eae
..
1df490b
100644
(file)
--- a/
st.info
+++ b/
st.info
@@
-25,6
+25,7
@@
st| simpleterm,
cuu=\E[%p1%dA,
dch=\E[%p1%dP,
dch1=\E[P,
cuu=\E[%p1%dA,
dch=\E[%p1%dP,
dch1=\E[P,
+ dim=\E[2m,
dl=\E[%p1%dM,
dl1=\E[M,
ech=\E[%p1%dX,
dl=\E[%p1%dM,
dl1=\E[M,
ech=\E[%p1%dX,
@@
-142,7
+143,6
@@
st| simpleterm,
khome=\E[1~,
kil1=\E[2;5~,
krmir=\E[2;2~,
khome=\E[1~,
kil1=\E[2;5~,
krmir=\E[2;2~,
- kich1=\E[2~,
knp=\E[6~,
kmous=\E[M,
kpp=\E[5~,
knp=\E[6~,
kmous=\E[M,
kpp=\E[5~,
@@
-185,11
+185,14
@@
st| simpleterm,
tsl=\E]0;,
xenl,
vpa=\E[%i%p1%dd,
tsl=\E]0;,
xenl,
vpa=\E[%i%p1%dd,
-# Tmux unofficial extensions, see TERMINFO EXTENSIONS in tmux(1)
- Se,
- Ss,
+# XTerm extensions
+ rmxx=\E[29m,
+ smxx=\E[9m,
+# tmux extensions, see TERMINFO EXTENSIONS in tmux(1)
Tc,
Ms=\E]52;%p1%s;%p2%s\007,
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,
st-256color| simpleterm with 256 colors,
use=st,
@@
-217,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,
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,