[Asterisk-cvs] asterisk term.c,1.5,1.6

markster at lists.digium.com markster at lists.digium.com
Wed Sep 22 01:07:14 CDT 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv17441

Modified Files:
	term.c 
Log Message:
Support colors in eterm


Index: term.c
===================================================================
RCS file: /usr/cvsroot/asterisk/term.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- term.c	22 Jun 2004 18:48:59 -0000	1.5
+++ term.c	22 Sep 2004 05:10:50 -0000	1.6
@@ -40,6 +40,8 @@
 		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))




More information about the svn-commits mailing list