[hackers] [st] Enabling enacs and adding compatibility to xterm and urxvt for alternative || Christoph Lohmann
changeset: 333:4c4b06de9174
tag: tip
user: Christoph Lohmann <20h_AT_r-36.net>
date: Tue Sep 25 21:17:43 2012 +0200
files: st.c st.info
description:
Enabling enacs and adding compatibility to xterm and urxvt for alternative
charsets.
diff -r b0814434287b -r 4c4b06de9174 st.c
--- a/st.c Tue Sep 25 21:04:35 2012 +0200
+++ b/st.c Tue Sep 25 21:17:43 2012 +0200
_AT_@ -1700,6 +1700,7 @@
strescseq.type = ascii;
term.esc |= ESC_STR;
break;
+ case ')':
case '(':
term.esc |= ESC_ALTCHARSET;
break;
diff -r b0814434287b -r 4c4b06de9174 st.info
--- a/st.info Tue Sep 25 21:04:35 2012 +0200
+++ b/st.info Tue Sep 25 21:17:43 2012 +0200
_AT_@ -33,6 +33,7 @@
ed=\E[J,
el=\E[K,
el1=\E[1K,
+ enacs=\E)0,
flash=\E[?5h\E[?5l,
fsl=^G,
home=\E[H,
Received on Tue Sep 25 2012 - 21:20:07 CEST
This archive was generated by hypermail 2.3.0
: Tue Sep 25 2012 - 21:24:06 CEST