aboutsummaryrefslogtreecommitdiffstats
path: root/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'term.c')
-rwxr-xr-xterm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/term.c b/term.c
index d7b0304c8..8a4701d21 100755
--- a/term.c
+++ b/term.c
@@ -40,6 +40,8 @@ int term_init(void)
vt100compat = 1; else
if (!strncasecmp(term, "xterm", 5))
vt100compat = 1; else
+ if (!strncasecmp(term, "crt", 3))
+ vt100compat = 1; else
if (!strncasecmp(term, "vt", 2))
vt100compat = 1;
if (vt100compat) {