aboutsummaryrefslogtreecommitdiff
path: root/tecterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'tecterm.c')
-rw-r--r--tecterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tecterm.c b/tecterm.c
index 9227e79..25e9849 100644
--- a/tecterm.c
+++ b/tecterm.c
@@ -1411,7 +1411,7 @@ char *termcap =
* NOTE: This clears the ENTIRE screen, but term_clrtobot()
* is practically only used after term_goto(0,0), so it will be safe.
*/
-":cd=\\E[2J:"
+":cd=\\E[2J:te=\\E[2J:"
/*
* Some NANSI.SYS extensions, i.e. not supported by MS-DOS ANSI.SYS.
* They are enabled dynamically by overwriting the leading null byte.