[asterisk-commits] twilson: trunk r330109 - in /trunk: ./ main/term.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jul 28 16:46:31 CDT 2011
Author: twilson
Date: Thu Jul 28 16:46:27 2011
New Revision: 330109
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=330109
Log:
Merged revisions 330108 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10
................
r330108 | twilson | 2011-07-28 16:44:31 -0500 (Thu, 28 Jul 2011) | 9 lines
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:
trunk/ (props changed)
trunk/main/term.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: trunk/main/term.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/term.c?view=diff&rev=330109&r1=330108&r2=330109
==============================================================================
--- trunk/main/term.c (original)
+++ trunk/main/term.c Thu Jul 28 16:46:27 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