diff options
author | Felipe Pena <felipensp@gmail.com> | 2013-11-24 13:49:30 -0200 |
---|---|---|
committer | Felipe Pena <felipensp@gmail.com> | 2013-11-24 13:49:30 -0200 |
commit | 19a923de46bf8b8a885605718568743cc956d627 (patch) | |
tree | ac302a9391e6bd11f29ae3eb2b75d4d3cc68ae9f /phpdbg_utils.h | |
parent | c72c2687dadcee9e75d1eb9e914a825c78bab7cc (diff) | |
download | php-git-19a923de46bf8b8a885605718568743cc956d627.tar.gz |
- Keep the color
Diffstat (limited to 'phpdbg_utils.h')
-rw-r--r-- | phpdbg_utils.h | 2 |
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 "------------------------------------------------" /* }}} */ |