aboutsummaryrefslogtreecommitdiff
path: root/tecterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'tecterm.c')
-rw-r--r--tecterm.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/tecterm.c b/tecterm.c
index fe48e6c..88ff362 100644
--- a/tecterm.c
+++ b/tecterm.c
@@ -173,6 +173,8 @@ term_init()
terminfo_magic_cookie_glitch = magic_cookie_glitch > 0 ?
magic_cookie_glitch : 0;
+ tputs(enter_ca_mode,1,term_putc);
+
#endif
}/* End Routine */
@@ -205,6 +207,12 @@ term_finish()
#endif
+#ifdef TERMINFO
+
+ tputs(exit_ca_mode,1,term_putc);
+
+#endif
+
/*
* Now flush that all out
*/