aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2010-12-08 18:41:55 +0100
committerAurélien Aptel <aurelien.aptel@gmail.com>2010-12-08 18:41:55 +0100
commit77e8d5be181f51e73308408b89eaecac7cd63fb4 (patch)
tree5cdb43d806ab1922d9670f6d95d1719fd7ac48d7
parent111a8b00a264289e325b969a295a6f1083bf2e13 (diff)
downloadst-patched-77e8d5be181f51e73308408b89eaecac7cd63fb4.tar.bz2
st-patched-77e8d5be181f51e73308408b89eaecac7cd63fb4.tar.xz
st-patched-77e8d5be181f51e73308408b89eaecac7cd63fb4.zip
update terminfo entry.
-rw-r--r--st.info7
1 files changed, 7 insertions, 0 deletions
diff --git a/st.info b/st.info
index 3dc92f8..39402eb 100644
--- a/st.info
+++ b/st.info
@@ -8,6 +8,7 @@ st| simpleterm,
8# blink=\E[5m, 8# blink=\E[5m,
9 bold=\E[1m, 9 bold=\E[1m,
10 cbt=\E[Z, 10 cbt=\E[Z,
11 cvvis=\E[?25h,
11 civis=\E[?25l, 12 civis=\E[?25l,
12 clear=\E[H\E[2J, 13 clear=\E[H\E[2J,
13 cnorm=\E[?12l\E[?25h, 14 cnorm=\E[?12l\E[?25h,
@@ -15,6 +16,7 @@ st| simpleterm,
15 cols#80, 16 cols#80,
16 cr=^M, 17 cr=^M,
17 csr=\E[%i%p1%d;%p2%dr, 18 csr=\E[%i%p1%d;%p2%dr,
19 cub=\E[%p1%dD,
18 cub1=^H, 20 cub1=^H,
19 cud1=^J, 21 cud1=^J,
20 cud=\E[%p1%dB, 22 cud=\E[%p1%dB,
@@ -23,10 +25,14 @@ st| simpleterm,
23 cup=\E[%i%p1%d;%p2%dH, 25 cup=\E[%i%p1%d;%p2%dH,
24 cuu1=\E[A, 26 cuu1=\E[A,
25 cuu=\E[%p1%dA, 27 cuu=\E[%p1%dA,
28 dch=\E[%p1%dP,
26 dch1=\E[P, 29 dch1=\E[P,
30 dl=\E[%p1%dM,
27 dl1=\E[M, 31 dl1=\E[M,
32 ech=\E[%p1%dX,
28 ed=\E[J, 33 ed=\E[J,
29 el=\E[K, 34 el=\E[K,
35 el1=\E[1K,
30 home=\E[H, 36 home=\E[H,
31 hpa=\E[%i%p1%dG, 37 hpa=\E[%i%p1%dG,
32 ht=^I, 38 ht=^I,
@@ -68,6 +74,7 @@ st| simpleterm,
68 pairs#64, 74 pairs#64,
69 rc=\E8, 75 rc=\E8,
70 rev=\E[7m, 76 rev=\E[7m,
77 ri=\EM,
71 rmacs=\E(B, 78 rmacs=\E(B,
72 rmso=\E[m, 79 rmso=\E[m,
73 rmul=\E[m, 80 rmul=\E[m,