diff options
-rw-r--r-- | st.info | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,10 +4,13 @@ st| simpleterm, | |||
4 | bel=^G, | 4 | bel=^G, |
5 | bold=\E[1m, | 5 | bold=\E[1m, |
6 | cbt=\E[Z, | 6 | cbt=\E[Z, |
7 | civis=\E[?25l | ||
7 | clear=\E[H\E[2J, | 8 | clear=\E[H\E[2J, |
9 | cnorm=\E[?12l\E[?25h, | ||
8 | colors#8, | 10 | colors#8, |
9 | cols#80, | 11 | cols#80, |
10 | cr=^M, | 12 | cr=^M, |
13 | csr=\E[%i%p1%d;%p2%dr, | ||
11 | cub1=\E[D, | 14 | cub1=\E[D, |
12 | cud1=\E[B, | 15 | cud1=\E[B, |
13 | cuf1=\E[C, | 16 | cuf1=\E[C, |