mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
example colour output
This commit is contained in:
parent
de61c0c28a
commit
5596b2e716
3 changed files with 24 additions and 1 deletions
|
@ -96,7 +96,8 @@ typedef struct _phpdbg_color_t {
|
|||
|
||||
PHPDBG_API const phpdbg_color_t* phpdbg_get_color(const char *name, size_t name_length TSRMLS_DC);
|
||||
PHPDBG_API void phpdbg_set_color(int element, const phpdbg_color_t *color TSRMLS_DC);
|
||||
PHPDBG_API void phpdbg_set_color_ex(int element, const char *name, size_t name_length TSRMLS_DC); /* }}} */
|
||||
PHPDBG_API void phpdbg_set_color_ex(int element, const char *name, size_t name_length TSRMLS_DC);
|
||||
PHPDBG_API const phpdbg_color_t* phpdbg_get_colors(TSRMLS_D); /* }}} */
|
||||
|
||||
/* {{{ Prompt Management */
|
||||
PHPDBG_API void phpdbg_set_prompt(const char* TSRMLS_DC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue