diff options
Diffstat (limited to 'ext/ncurses/php_ncurses_fe.h')
| -rw-r--r-- | ext/ncurses/php_ncurses_fe.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/ncurses/php_ncurses_fe.h b/ext/ncurses/php_ncurses_fe.h index 49247fbd4a..f92ace7053 100644 --- a/ext/ncurses/php_ncurses_fe.h +++ b/ext/ncurses/php_ncurses_fe.h @@ -48,6 +48,7 @@ PHP_FUNCTION(ncurses_deleteln); PHP_FUNCTION(ncurses_doupdate); PHP_FUNCTION(ncurses_echo); PHP_FUNCTION(ncurses_erase); +PHP_FUNCTION(ncurses_werase); PHP_FUNCTION(ncurses_erasechar); PHP_FUNCTION(ncurses_flash); PHP_FUNCTION(ncurses_flushinp); @@ -63,6 +64,7 @@ PHP_FUNCTION(ncurses_noecho); PHP_FUNCTION(ncurses_nonl); PHP_FUNCTION(ncurses_noraw); PHP_FUNCTION(ncurses_raw); +PHP_FUNCTION(ncurses_meta); PHP_FUNCTION(ncurses_resetty); PHP_FUNCTION(ncurses_savetty); PHP_FUNCTION(ncurses_termattrs); @@ -162,6 +164,7 @@ PHP_FUNCTION(ncurses_wborder); PHP_FUNCTION(ncurses_whline); PHP_FUNCTION(ncurses_wvline); PHP_FUNCTION(ncurses_getyx); +PHP_FUNCTION(ncurses_getmaxyx); #if HAVE_NCURSES_PANEL PHP_FUNCTION(ncurses_update_panels); PHP_FUNCTION(ncurses_panel_window); |
