From cdda8d4bce04e35c139bfcf7e1298eca5113141d Mon Sep 17 00:00:00 2001 From: billiob Date: Thu, 5 Jul 2012 16:22:57 +0000 Subject: [PATCH] terminology: display ACS_*. should fix ncurses issues git-svn-id: http://svn.enlightenment.org/svn/e/trunk/terminology@73369 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/termpty.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/termpty.c b/src/bin/termpty.c index c105fda..efb5f18 100644 --- a/src/bin/termpty.c +++ b/src/bin/termpty.c @@ -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]; -- 2.7.4