[asterisk-commits] twilson: branch 10 r330108 - in /branches/10: ./ main/term.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jul 28 16:44:34 CDT 2011


Author: twilson
Date: Thu Jul 28 16:44:31 2011
New Revision: 330108

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=330108
Log:
Merged revisions 330107 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r330107 | twilson | 2011-07-28 16:42:41 -0500 (Thu, 28 Jul 2011) | 2 lines
  
  Make console colors work for TERM=xterm-256color
........

Modified:
    branches/10/   (props changed)
    branches/10/main/term.c

Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/10/main/term.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/main/term.c?view=diff&rev=330108&r1=330107&r2=330108
==============================================================================
--- branches/10/main/term.c (original)
+++ branches/10/main/term.c Thu Jul 28 16:44:31 2011
@@ -143,6 +143,8 @@
 		} else if (!strcmp(term, "xterm")) {
 			vt100compat = 1;
 		} else if (!strcmp(term, "xterm-color")) {
+			vt100compat = 1;
+		} else if (!strcmp(term, "xterm-256color")) {
 			vt100compat = 1;
 		} else if (!strncmp(term, "Eterm", 5)) {
 			/* Both entries which start with Eterm support color */




More information about the asterisk-commits mailing list