summaryrefslogtreecommitdiff
path: root/phpdbg_utils.h
diff options
context:
space:
mode:
authorFelipe Pena <felipensp@gmail.com>2013-11-24 13:49:30 -0200
committerFelipe Pena <felipensp@gmail.com>2013-11-24 13:49:30 -0200
commit19a923de46bf8b8a885605718568743cc956d627 (patch)
treeac302a9391e6bd11f29ae3eb2b75d4d3cc68ae9f /phpdbg_utils.h
parentc72c2687dadcee9e75d1eb9e914a825c78bab7cc (diff)
downloadphp-git-19a923de46bf8b8a885605718568743cc956d627.tar.gz
- Keep the color
Diffstat (limited to 'phpdbg_utils.h')
-rw-r--r--phpdbg_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_utils.h b/phpdbg_utils.h
index e59a7ed412..b014319041 100644
--- a/phpdbg_utils.h
+++ b/phpdbg_utils.h
@@ -70,7 +70,7 @@ int phpdbg_print(int TSRMLS_DC, FILE*, const char*, ...) PHP_ATTRIBUTE_FORMAT(pr
#define EMPTY "" /* }}} */
/* {{{ For prompt lines */
-#define PROMPT ((PHPDBG_G(flags) & PHPDBG_IS_COLOURED) ? "\033[1;64mphpdbg>\033[0m" : "phpdbg>") /* }}} */
+#define PROMPT "phpdbg>" /* }}} */
/* {{{ For separation */
#define SEPARATE "------------------------------------------------" /* }}} */