Enabling enacs and adding compatibility to xterm and urxvt for alternative

charsets.
Christoph Lohmann 14 years ago
parent 2ca5d9463d
commit efe3937183

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

@ -33,6 +33,7 @@ st| simpleterm,
ed=\E[J,
el=\E[K,
el1=\E[1K,
enacs=\E)0,
flash=\E[?5h\E[?5l,
fsl=^G,
home=\E[H,

Loading…
Cancel
Save