[xdebug-dev] svn: /xdebug/trunk/ xdebug_var.c

From: Michael Maclean <mgdm[@]php.net>
Date: Wed, 05 Jan 2011 23:24:51 +0000

mgdm Wed, 05 Jan 2011 23:24:51 +0000

Revision: http://svn.xdebug.org/cgi-bin/viewvc.cgi?view=rev&revision=3382&root=xdebug

Log:
Arrows should not be black

Changed paths:
    U xdebug/trunk/xdebug_var.c

Modified: xdebug/trunk/xdebug_var.c
===================================================================
--- xdebug/trunk/xdebug_var.c 2011-01-03 22:53:28 UTC (rev 3381)
+++ xdebug/trunk/xdebug_var.c 2011-01-05 23:24:51 UTC (rev 3382)
@@ -525,7 +525,7 @@
 ** ANSI colored variable printing routines
 */

-#define ANSI_COLOR_POINTER "\e[30m"
+#define ANSI_COLOR_POINTER "\e[0m"
 #define ANSI_COLOR_BOOL "\e[35m"
 #define ANSI_COLOR_LONG "\e[32m"
 #define ANSI_COLOR_NULL "\e[34m"
Received on Wed Jan 05 2011 - 23:24:51 GMT

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST