diff options
author | Georg Richter <georg@php.net> | 2001-12-25 23:30:55 +0000 |
---|---|---|
committer | Georg Richter <georg@php.net> | 2001-12-25 23:30:55 +0000 |
commit | 1ca88c9276c314119018c2931d90fae918b259c5 (patch) | |
tree | cba1a68a02790bad6f8f14eb0d2cfb437d5d6861 /ext/ncurses/php_ncurses_fe.h | |
parent | e1e02af55b43174ebab7df8076b26442be64fee3 (diff) | |
download | php-git-1ca88c9276c314119018c2931d90fae918b259c5.tar.gz |
activated ncurses_instr
New functions: ncurses_longname, ncurses_termname, ncurses_mousemask
Diffstat (limited to 'ext/ncurses/php_ncurses_fe.h')
-rw-r--r-- | ext/ncurses/php_ncurses_fe.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ext/ncurses/php_ncurses_fe.h b/ext/ncurses/php_ncurses_fe.h index aa979c539c..3572938f65 100644 --- a/ext/ncurses/php_ncurses_fe.h +++ b/ext/ncurses/php_ncurses_fe.h @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Hartmut Holzgraefe <hartmut@six.de> | - | | + | Georg Richter <georg.richter@php-ev.de> | +----------------------------------------------------------------------+ */ @@ -122,11 +122,7 @@ PHP_FUNCTION(ncurses_mvgetch); PHP_FUNCTION(ncurses_mvinch); PHP_FUNCTION(ncurses_mvwaddstr); PHP_FUNCTION(ncurses_insstr); - -#if 0 PHP_FUNCTION(ncurses_instr); -#endif - PHP_FUNCTION(ncurses_mvhline); PHP_FUNCTION(ncurses_mvcur); PHP_FUNCTION(ncurses_init_color); @@ -136,6 +132,9 @@ PHP_FUNCTION(ncurses_define_key); PHP_FUNCTION(ncurses_hline); PHP_FUNCTION(ncurses_vline); PHP_FUNCTION(ncurses_keyok); +PHP_FUNCTION(ncurses_termname); +PHP_FUNCTION(ncurses_longname); +PHP_FUNCTION(ncurses_mousemask); #endif /* |