diff options
author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-09-01 22:54:07 +0200 |
---|---|---|
committer | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-09-01 22:54:07 +0200 |
commit | 42344b715420a26a5711bb687a0e5f68bbcd3c86 (patch) | |
tree | d32ae758915c8b30570b968448ac2fcee0091d03 /st.info | |
parent | a79bc96c94e786c0e542539f80b622147d7385ac (diff) | |
download | st-42344b715420a26a5711bb687a0e5f68bbcd3c86.tar.gz st-42344b715420a26a5711bb687a0e5f68bbcd3c86.zip |
started to go through st.info and fix things.
Diffstat (limited to 'st.info')
-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, |