mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- Added "set prompt" command
This commit is contained in:
parent
97f733e60d
commit
795e12b85e
8 changed files with 31 additions and 8 deletions
|
@ -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 "------------------------------------------------" /* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue