diff options
author | Georg Richter <georg@php.net> | 2001-12-29 11:48:30 +0000 |
---|---|---|
committer | Georg Richter <georg@php.net> | 2001-12-29 11:48:30 +0000 |
commit | df9dc889e02319a20fb6aaec83089c5acd0a2b1e (patch) | |
tree | 85453e00b30c7d7ccc96f19d705051fb279ca139 /ext/ncurses/php_ncurses_fe.h | |
parent | c6f1e68e75e12119006e85b6e2fc090dba9c40cb (diff) | |
download | php-git-df9dc889e02319a20fb6aaec83089c5acd0a2b1e.tar.gz |
1) fixed bugs in soft label key functions
2) insert new slk-functions
3) defined new key-constants
Diffstat (limited to 'ext/ncurses/php_ncurses_fe.h')
-rw-r--r-- | ext/ncurses/php_ncurses_fe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ncurses/php_ncurses_fe.h b/ext/ncurses/php_ncurses_fe.h index 0b595f06db..cefbdbc516 100644 --- a/ext/ncurses/php_ncurses_fe.h +++ b/ext/ncurses/php_ncurses_fe.h @@ -92,6 +92,7 @@ PHP_FUNCTION(ncurses_slk_attron); PHP_FUNCTION(ncurses_slk_attrset); PHP_FUNCTION(ncurses_slk_color); PHP_FUNCTION(ncurses_slk_init); +PHP_FUNCTION(ncurses_slk_set); PHP_FUNCTION(ncurses_typeahead); PHP_FUNCTION(ncurses_ungetch); PHP_FUNCTION(ncurses_vidattr); |