]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add "crt" to list that knows colorization (#410)
authorMark Spencer <markster@digium.com>
Wed, 22 Oct 2003 03:04:45 +0000 (03:04 +0000)
committerMark Spencer <markster@digium.com>
Wed, 22 Oct 2003 03:04:45 +0000 (03:04 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1645 65c4cc65-6c06-0410-ace0-fbb531ad65f3

term.c

diff --git a/term.c b/term.c
index d7b0304c81f37096bd15d4a5af00cfc4a42d4e87..8a4701d2161be8cfe8c30c1c33cd95c81163ac25 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, "crt", 3))
+               vt100compat = 1; else
        if (!strncasecmp(term, "vt", 2))
                vt100compat = 1;
        if (vt100compat) {