Implementing 8 bit mode for meta.

This commit is contained in:
Christoph Lohmann
2013-04-23 15:22:14 +02:00
parent b596d6ba3c
commit 2bd6afd1c9
2 changed files with 22 additions and 4 deletions

View File

@ -147,6 +147,7 @@ st| simpleterm,
kich1=\E[2~,
knp=\E[6~,
kmous=\E[M,
km,
kpp=\E[5~,
lines#24,
mir,
@ -162,6 +163,7 @@ st| simpleterm,
rmcup=\E[?1049l,
rmir=\E[4l,
rmkx=\E[?1l\E>,
rmm=\E[?1034l,
rmso=\E[27m,
rmul=\E[m,
rs1=\Ec,
@ -178,6 +180,7 @@ st| simpleterm,
smcup=\E[?1049h,
smir=\E[4h,
smkx=\E[?1h\E=,
smm=\E[?1034h,
smso=\E[7m,
smul=\E[4m,
tbc=\E[3g,