terminology: display ACS_*. should fix ncurses issues
authorbilliob <billiob@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 Jul 2012 16:22:57 +0000 (16:22 +0000)
committerbilliob <billiob@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 Jul 2012 16:22:57 +0000 (16:22 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/terminology@73369 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/termpty.c

index c105fda..efb5f18 100644 (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];