diff options
author | Terry Ellison <Terry@ellisons.org.uk> | 2014-02-02 16:35:28 +0000 |
---|---|---|
committer | Terry Ellison <Terry@ellisons.org.uk> | 2014-02-02 16:35:28 +0000 |
commit | 88bd558a73e9b29c05b5cc3e9bb78aee46ac5ee0 (patch) | |
tree | 9d0bd8aa565f639345518f16a96f5be5b4922c3d /phpdbg_utils.h | |
parent | 261a5305c6b3528ec45d6e185c50dbac61916dd6 (diff) | |
download | php-git-88bd558a73e9b29c05b5cc3e9bb78aee46ac5ee0.tar.gz |
Work in progress chekpoint of changes to help module. To allow peer review and feedback
Diffstat (limited to 'phpdbg_utils.h')
-rw-r--r-- | phpdbg_utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpdbg_utils.h b/phpdbg_utils.h index c5164c3ac3..ee7ff3f5bd 100644 --- a/phpdbg_utils.h +++ b/phpdbg_utils.h @@ -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 */ |