From 980c5956ed4eb0c1e748f1e5c550fabdaaf4ef14 Mon Sep 17 00:00:00 2001 From: Christoph Lohmann Date: Tue, 25 Sep 2012 21:17:43 +0200 Subject: Enabling enacs and adding compatibility to xterm and urxvt for alternative charsets.--- st.c | 1 + 1 file changed, 1 insertion(+) (limited to 'st.c') diff --git a/st.c b/st.c index a0bd69f..efe309f 100644 --- a/st.c +++ b/st.c @@ -1700,6 +1700,7 @@ tputc(char *c, int len) { strescseq.type = ascii; term.esc |= ESC_STR; break; + case ')': case '(': term.esc |= ESC_ALTCHARSET; break; -- cgit v1.2.3