aboutsummaryrefslogtreecommitdiffstats
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
commitce3f4fc647be3ab28f934db9365445a56ebd85bf (patch)
tree6e58a363b7cf818e0a3ff32bdcab95a68db8e64e /st.info
parentd2f157c7418e2762316e5471f819ec1e5c49e93c (diff)
downloadst-ce3f4fc647be3ab28f934db9365445a56ebd85bf.tar.gz
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,
il1=\E[L,
ind=^J,
invis=\E[8m,
- kbs=^H,
+ kbs=\177,
kcub1=\E[D,
kcud1=\E[B,
kcuf1=\E[C,
@@ -52,3 +52,10 @@ st| simpleterm,
smso=\E[7m,
smul=\E[4m,
tbc=\E[2g,
+
+st-256color| simpleterm with 256 colors,
+ colors#256,
+# Nicked from xterm-256color
+ setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m,
+ setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m,
+ use=st,
remember that computers suck.