summaryrefslogtreecommitdiff
path: root/ext/ncurses/php_ncurses_fe.h
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2001-12-29 11:48:30 +0000
committerGeorg Richter <georg@php.net>2001-12-29 11:48:30 +0000
commitdf9dc889e02319a20fb6aaec83089c5acd0a2b1e (patch)
tree85453e00b30c7d7ccc96f19d705051fb279ca139 /ext/ncurses/php_ncurses_fe.h
parentc6f1e68e75e12119006e85b6e2fc090dba9c40cb (diff)
downloadphp-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.h1
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);