Enabling enacs and adding compatibility to xterm and urxvt for alternative

charsets.
This commit is contained in:
Christoph Lohmann
2012-09-25 21:17:43 +02:00
parent 2ca5d9463d
commit efe3937183
2 changed files with 2 additions and 0 deletions

1
st.c
View File

@ -1700,6 +1700,7 @@ tputc(char *c, int len) {
strescseq.type = ascii;
term.esc |= ESC_STR;
break;
case ')':
case '(':
term.esc |= ESC_ALTCHARSET;
break;