Skip to content
Snippets Groups Projects
Commit a2297d67 authored by Mark Spencer's avatar Mark Spencer
Browse files

Support colors in eterm

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3816 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent ef889d66
Branches
Tags
No related merge requests found
......@@ -40,6 +40,8 @@ int term_init(void)
vt100compat = 1; else
if (!strncasecmp(term, "xterm", 5))
vt100compat = 1; else
if (!strncasecmp(term, "Eterm", 5))
vt100compat = 1; else
if (!strncasecmp(term, "crt", 3))
vt100compat = 1; else
if (!strncasecmp(term, "vt", 2))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment