aboutsummaryrefslogtreecommitdiff
path: root/st.info
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2013-04-23 15:22:14 +0200
committerChristoph Lohmann <20h@r-36.net>2013-04-23 15:22:14 +0200
commit2bd6afd1c9eb341d9e2c5d89bc16bb7758691e1f (patch)
treeb05dd112d8ed8c318fafdd6236c186bb650fc9b7 /st.info
parentb596d6ba3c50bc379adc298a4e2ba7c122b116ab (diff)
downloadst-patched-2bd6afd1c9eb341d9e2c5d89bc16bb7758691e1f.tar.bz2
st-patched-2bd6afd1c9eb341d9e2c5d89bc16bb7758691e1f.tar.xz
st-patched-2bd6afd1c9eb341d9e2c5d89bc16bb7758691e1f.zip
Implementing 8 bit mode for meta.
Diffstat (limited to 'st.info')
-rw-r--r--st.info3
1 files changed, 3 insertions, 0 deletions
diff --git a/st.info b/st.info
index 1c83dc1..26db8cc 100644
--- a/st.info
+++ b/st.info
@@ -147,6 +147,7 @@ st| simpleterm,
147 kich1=\E[2~, 147 kich1=\E[2~,
148 knp=\E[6~, 148 knp=\E[6~,
149 kmous=\E[M, 149 kmous=\E[M,
150 km,
150 kpp=\E[5~, 151 kpp=\E[5~,
151 lines#24, 152 lines#24,
152 mir, 153 mir,
@@ -162,6 +163,7 @@ st| simpleterm,
162 rmcup=\E[?1049l, 163 rmcup=\E[?1049l,
163 rmir=\E[4l, 164 rmir=\E[4l,
164 rmkx=\E[?1l\E>, 165 rmkx=\E[?1l\E>,
166 rmm=\E[?1034l,
165 rmso=\E[27m, 167 rmso=\E[27m,
166 rmul=\E[m, 168 rmul=\E[m,
167 rs1=\Ec, 169 rs1=\Ec,
@@ -178,6 +180,7 @@ st| simpleterm,
178 smcup=\E[?1049h, 180 smcup=\E[?1049h,
179 smir=\E[4h, 181 smir=\E[4h,
180 smkx=\E[?1h\E=, 182 smkx=\E[?1h\E=,
183 smm=\E[?1034h,
181 smso=\E[7m, 184 smso=\E[7m,
182 smul=\E[4m, 185 smul=\E[4m,
183 tbc=\E[3g, 186 tbc=\E[3g,