mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Add "crt" to list that knows colorization (#410)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1645 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
term.c
2
term.c
@@ -40,6 +40,8 @@ int term_init(void)
|
|||||||
vt100compat = 1; else
|
vt100compat = 1; else
|
||||||
if (!strncasecmp(term, "xterm", 5))
|
if (!strncasecmp(term, "xterm", 5))
|
||||||
vt100compat = 1; else
|
vt100compat = 1; else
|
||||||
|
if (!strncasecmp(term, "crt", 3))
|
||||||
|
vt100compat = 1; else
|
||||||
if (!strncasecmp(term, "vt", 2))
|
if (!strncasecmp(term, "vt", 2))
|
||||||
vt100compat = 1;
|
vt100compat = 1;
|
||||||
if (vt100compat) {
|
if (vt100compat) {
|
||||||
|
Reference in New Issue
Block a user