summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-11-24 15:09:30 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-11-24 15:09:30 +0000
commit733e641beb49be509779caa4de52554f6d57f5f9 (patch)
treed9a56a7d2b1fe3e62aa341a07ff21ce656b028d1
parent4abc71c00895e7c3ccbc99cd122a1a78fbd282fc (diff)
Notes
-rw-r--r--lib/libncurses/lib_vidattr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libncurses/lib_vidattr.c b/lib/libncurses/lib_vidattr.c
index a3bd4c7ed526..e3efebb636f2 100644
--- a/lib/libncurses/lib_vidattr.c
+++ b/lib/libncurses/lib_vidattr.c
@@ -64,6 +64,8 @@ chtype turn_off, turn_on;
T(("previous attribute was %s", _traceattr(previous_attr)));
if (newmode == A_NORMAL && exit_attribute_mode) {
+ if((previous_attr & A_ALTCHARSET) && exit_alt_charset_mode)
+ tputs(exit_alt_charset_mode, 1, outc);
tputs(exit_attribute_mode, 1, outc);
current_pair = -1;
goto set_color;