mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
Work in progress chekpoint of changes to help module. To allow peer review and feedback
This commit is contained in:
parent
261a5305c6
commit
88bd558a73
16 changed files with 948 additions and 723 deletions
|
@ -107,4 +107,7 @@ PHPDBG_API const phpdbg_color_t* phpdbg_get_colors(TSRMLS_D); /* }}} */
|
|||
PHPDBG_API void phpdbg_set_prompt(const char* TSRMLS_DC);
|
||||
PHPDBG_API const char *phpdbg_get_prompt(TSRMLS_D); /* }}} */
|
||||
|
||||
/* {{{ Console Width */
|
||||
PHPDBG_API int phpdbg_get_terminal_width(TSRMLS_D); /* }}} */
|
||||
|
||||
#endif /* PHPDBG_UTILS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue