]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Support colors in eterm
authorMark Spencer <markster@digium.com>
Wed, 22 Sep 2004 05:10:50 +0000 (05:10 +0000)
committerMark Spencer <markster@digium.com>
Wed, 22 Sep 2004 05:10:50 +0000 (05:10 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3816 65c4cc65-6c06-0410-ace0-fbb531ad65f3

term.c

diff --git a/term.c b/term.c
index 5522111b5f0fb989be363fbb36a75e0131bbb862..f57493d97b7a54b3e348eca096b1ba7d4c74082b 100755 (executable)
--- 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, "Eterm", 5))
+               vt100compat = 1; else
        if (!strncasecmp(term, "crt", 3))
                vt100compat = 1; else
        if (!strncasecmp(term, "vt", 2))