aboutsummaryrefslogtreecommitdiffstats
path: root/st.info
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero <k0ga@shike2.com>2014-10-08 11:35:45 +0200
committerRoberto E. Vargas Caballero <k0ga@shike2.com>2014-10-08 11:35:45 +0200
commitdcfe505d3c97506918d5aff24ab62e17e5f58fdb (patch)
tree77b58bf98c9423cbda363b35f3bfb97ea07e324c /st.info
parent88429cdcbf937c4042cc315b31fcb8c662bd51fb (diff)
downloadst-dcfe505d3c97506918d5aff24ab62e17e5f58fdb.tar.gz
Use G1 for alternate charset
St has enacs, which must be printed if a program requires to use the alternate charset (graphic charset), that in st case was to select charset graphic for G1, but it was not useful at all because smacs and rmacs were always redefining the value of G0.
Diffstat (limited to 'st.info')
-rw-r--r--st.info4
1 files changed, 2 insertions, 2 deletions
diff --git a/st.info b/st.info
index 3b754db..c5a9c2d 100644
--- a/st.info
+++ b/st.info
@@ -159,7 +159,7 @@ st| simpleterm,
rev=\E[7m,
ri=\EM,
ritm=\E[23m,
- rmacs=\E(B,
+ rmacs=^O,
rmcup=\E[?1049l,
rmir=\E[4l,
rmkx=\E[?1l\E>,
@@ -175,7 +175,7 @@ st| simpleterm,
sgr0=\E[0m,
sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m,
sitm=\E[3m,
- smacs=\E(0,
+ smacs=^N,
smcup=\E[?1049h,
smir=\E[4h,
smkx=\E[?1h\E=,
remember that computers suck.