diff options
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 */ |