diff options
author | Wez Furlong <wez@php.net> | 2002-10-27 18:15:35 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-10-27 18:15:35 +0000 |
commit | 7a71b3ba38b4030b974a7bfd67182e3c79908c62 (patch) | |
tree | 32fdd79e661558ca999fb4626d52a61a25b74fd1 /ext/ncurses/php_ncurses_fe.h | |
parent | 50dced2eea84ec494fd7efe007035db5d1bb15b4 (diff) | |
download | php-git-7a71b3ba38b4030b974a7bfd67182e3c79908c62.tar.gz |
Expose some more ncurses functions.
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); |