terminology: display ACS_*. should fix ncurses issues

SVN revision: 73369
This commit is contained in:
Boris Faure 2012-07-05 16:22:57 +00:00
parent 0dd23fb9bc
commit e48f693aea
1 changed files with 1 additions and 0 deletions

View File

@ -1620,6 +1620,7 @@ _handle_esc(Termpty *ty, const Eina_Unicode *c, Eina_Unicode *ce)
case '(': // charset 0
ty->state.chset[0] = c[2];
ty->state.multibyte = 0;
ty->state.charsetch = c[2];
return 3;
case ')': // charset 1
ty->state.chset[1] = c[2];