diff options
| author | Wez Furlong <wez@php.net> | 2002-10-30 02:54:48 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2002-10-30 02:54:48 +0000 |
| commit | 54f02722f61687e4e23de4c6b4e5f70253581993 (patch) | |
| tree | 6b15e9eca19dd84ca49a1ef5a0d1209c9e30bf34 /ext/ncurses/php_ncurses_fe.h | |
| parent | 880855f5ee875ab29a9f6e986ceac60a1fe34f60 (diff) | |
| download | php-git-54f02722f61687e4e23de4c6b4e5f70253581993.tar.gz | |
And some more ncurses functions.
Diffstat (limited to 'ext/ncurses/php_ncurses_fe.h')
| -rw-r--r-- | ext/ncurses/php_ncurses_fe.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/ncurses/php_ncurses_fe.h b/ext/ncurses/php_ncurses_fe.h index f92ace7053..55526f9fa1 100644 --- a/ext/ncurses/php_ncurses_fe.h +++ b/ext/ncurses/php_ncurses_fe.h @@ -28,6 +28,8 @@ PHP_FUNCTION(ncurses_getch); PHP_FUNCTION(ncurses_has_colors); PHP_FUNCTION(ncurses_init); PHP_FUNCTION(ncurses_init_pair); +PHP_FUNCTION(ncurses_color_content); +PHP_FUNCTION(ncurses_pair_content); PHP_FUNCTION(ncurses_move); PHP_FUNCTION(ncurses_newwin); PHP_FUNCTION(ncurses_refresh); @@ -42,7 +44,9 @@ PHP_FUNCTION(ncurses_clear); PHP_FUNCTION(ncurses_clrtobot); PHP_FUNCTION(ncurses_clrtoeol); PHP_FUNCTION(ncurses_def_prog_mode); +PHP_FUNCTION(ncurses_reset_prog_mode); PHP_FUNCTION(ncurses_def_shell_mode); +PHP_FUNCTION(ncurses_reset_shell_mode); PHP_FUNCTION(ncurses_delch); PHP_FUNCTION(ncurses_deleteln); PHP_FUNCTION(ncurses_doupdate); |
