summaryrefslogtreecommitdiff
path: root/phpdbg_utils.h
diff options
context:
space:
mode:
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 "------------------------------------------------" /* }}} */