Work in progress chekpoint of changes to help module. To allow peer review and feedback

This commit is contained in:
Terry Ellison 2014-02-02 16:35:28 +00:00
parent 261a5305c6
commit 88bd558a73
16 changed files with 948 additions and 723 deletions

View file

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