summaryrefslogtreecommitdiff
path: root/ext/ncurses/php_ncurses.h
Commit message (Collapse)AuthorAgeFilesLines
* MFH: - Fixed bug #25752 (ext/ncurses: ncurses.h instead of curses.h with BSD).foobar2003-10-041-1/+5
|
* Fix use of ZEND_EXTERN_MODULE_GLOBALS which mysteriously includes aSascha Schumann2003-05-201-1/+1
| | | | | | | trailing semicolon. Also add a do {} while (0) construct in php_session.h
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* MFH (fix for bug #21146).Ilia Alshanetsky2002-12-221-1/+0
| | | | | # Approved by Andrei
* MFHMoriyoshi Koizumi2002-12-221-0/+1
|
* ZTS build fixHartmut Holzgraefe2002-10-211-1/+1
|
* More ncurses functions and constants.Wez Furlong2002-09-271-7/+3
|
* Implement some more window routines, add pad functions.Wez Furlong2002-09-271-1/+7
| | | | | | Add panel functions when libpanel is also detected. Register STDSCR constant during ncurses_init().
* Maintain headers.Sebastian Bergmann2002-02-281-3/+2
|
* cleanupHartmut Holzgraefe2001-12-151-4/+0
|
* Update headers.Sebastian Bergmann2001-12-111-1/+1
|
* whitespaceHartmut Holzgraefe2001-09-171-5/+5
|
* initial version of ncurses extension,Hartmut Holzgraefe2001-06-121-0/+83
see example1 for whats possible right now