diff options
author | Felipe Pena <felipensp@gmail.com> | 2013-11-24 12:54:14 -0200 |
---|---|---|
committer | Felipe Pena <felipensp@gmail.com> | 2013-11-24 12:54:14 -0200 |
commit | 795e12b85e436badf24fae5377d359337f35d459 (patch) | |
tree | f2a52a4381e90de5b6650577b637a65886585bf9 /phpdbg_utils.h | |
parent | 97f733e60d103ce2ebac7a11c26dbd707cd469e5 (diff) | |
download | php-git-795e12b85e436badf24fae5377d359337f35d459.tar.gz |
- Added "set prompt" command
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 b9c87b7284..e59a7ed412 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_G(flags) & PHPDBG_IS_COLOURED) ? "\033[1;64mphpdbg>\033[0m" : "phpdbg>") /* }}} */ /* {{{ For separation */ #define SEPARATE "------------------------------------------------" /* }}} */ |