aboutsummaryrefslogtreecommitdiff
path: root/st.info
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2010-08-19 12:46:54 +0200
committerAurélien Aptel <aurelien.aptel@gmail.com>2010-08-19 12:46:54 +0200
commit66efdff768c305b785234a918c67a687d437380d (patch)
tree6e58a363b7cf818e0a3ff32bdcab95a68db8e64e /st.info
parentb0672d093221133dd58c01ca5498ebf9ebb29ee5 (diff)
downloadst-patched-66efdff768c305b785234a918c67a687d437380d.tar.bz2
st-patched-66efdff768c305b785234a918c67a687d437380d.tar.xz
st-patched-66efdff768c305b785234a918c67a687d437380d.zip
fixed backspace problem, updated terminfo entry and moved TNAME in config.h.
Diffstat (limited to 'st.info')
-rw-r--r--st.info9
1 files changed, 8 insertions, 1 deletions
diff --git a/st.info b/st.info
index 1cf6344..b2669dd 100644
--- a/st.info
+++ b/st.info
@@ -30,7 +30,7 @@ st| simpleterm,
30 il1=\E[L, 30 il1=\E[L,
31 ind=^J, 31 ind=^J,
32 invis=\E[8m, 32 invis=\E[8m,
33 kbs=^H, 33 kbs=\177,
34 kcub1=\E[D, 34 kcub1=\E[D,
35 kcud1=\E[B, 35 kcud1=\E[B,
36 kcuf1=\E[C, 36 kcuf1=\E[C,
@@ -52,3 +52,10 @@ st| simpleterm,
52 smso=\E[7m, 52 smso=\E[7m,
53 smul=\E[4m, 53 smul=\E[4m,
54 tbc=\E[2g, 54 tbc=\E[2g,
55
56st-256color| simpleterm with 256 colors,
57 colors#256,
58# Nicked from xterm-256color
59 setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m,
60 setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m,
61 use=st,