- Added "set prompt" command

This commit is contained in:
Felipe Pena 2013-11-24 12:54:14 -02:00
parent 97f733e60d
commit 795e12b85e
8 changed files with 31 additions and 8 deletions

View file

@ -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 "------------------------------------------------" /* }}} */