started to go through st.info and fix things.
This commit is contained in:
parent
a79bc96c94
commit
42344b7154
3
st.info
3
st.info
|
@ -4,10 +4,13 @@ st| simpleterm,
|
||||||
bel=^G,
|
bel=^G,
|
||||||
bold=\E[1m,
|
bold=\E[1m,
|
||||||
cbt=\E[Z,
|
cbt=\E[Z,
|
||||||
|
civis=\E[?25l
|
||||||
clear=\E[H\E[2J,
|
clear=\E[H\E[2J,
|
||||||
|
cnorm=\E[?12l\E[?25h,
|
||||||
colors#8,
|
colors#8,
|
||||||
cols#80,
|
cols#80,
|
||||||
cr=^M,
|
cr=^M,
|
||||||
|
csr=\E[%i%p1%d;%p2%dr,
|
||||||
cub1=\E[D,
|
cub1=\E[D,
|
||||||
cud1=\E[B,
|
cud1=\E[B,
|
||||||
cuf1=\E[C,
|
cuf1=\E[C,
|
||||||
|
|
Loading…
Reference in New Issue