summaryrefslogtreecommitdiff
path: root/ext/ncurses/ncurses_fe.c
Commit message (Collapse)AuthorAgeFilesLines
* ncurses goes sibiria^WpeclHartmut Holzgraefe2006-01-051-238/+0
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Nuke php3 legacyfoobar2005-12-061-1/+1
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* Use new infrastructure.Zeev Suraski2003-08-031-8/+23
| | | | | There are bound to be some messups, please report build/runtime bugs!
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* A variety of CS style fixes, which include:Ilia Alshanetsky2002-12-241-139/+149
| | | | | | | | | | | | | * Changed all argument parsing to use the new zend_parse_parameters() * If a function is unavailable due to lack of support for a certain feature, do not make the function avaliable, rather then making it print an error saying that the functionality offered by the function is not avaliable. * Lots of WS fixes all over the file. * Change strcpy() to strncpy() to prevent possible buffer overflows. Fixed a bug in ncurses_pair_content(), 1st parameter was wrong. Fixed several function prototypes that failed to indicate that functions accepted arguments by reference.
* email address changeHartmut Holzgraefe2002-11-251-1/+1
|
* And some more ncurses functions.Wez Furlong2002-10-301-0/+5
|
* Expose some more ncurses functions.Wez Furlong2002-10-271-0/+3
|
* Added ncurses_getyx().Wez Furlong2002-09-281-0/+1
|
* More ncurses functions and constants.Wez Furlong2002-09-271-0/+4
|
* Implement some more window routines, add pad functions.Wez Furlong2002-09-271-0/+25
| | | | | | Add panel functions when libpanel is also detected. Register STDSCR constant during ncurses_init().
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
|
* 1) fixed bugs in soft label key functionsGeorg Richter2001-12-291-0/+1
| | | | | | 2) insert new slk-functions 3) defined new key-constants
* mouse support for ncurses added:Georg Richter2001-12-281-1/+8
| | | | | ncurses_getmouse, ncurses_ungetmouse, ncurses_mouse_trafo, ncurses_wmouse_trafo
* Added new functions: ncurses_waddstr, ncurses_wnoutrefresh, ncurses_wclear,Georg Richter2001-12-271-0/+7
| | | | | | | | | ncurses_wcolorset, ncurses_wgetch, ncurses_keypad, ncurses_wmove minor changes in protos. Special Thanx to Mathieu Kooiman for submitting his patches!
* activated ncurses_instrGeorg Richter2001-12-251-6/+7
| | | | | New functions: ncurses_longname, ncurses_termname, ncurses_mousemask
* cleanupHartmut Holzgraefe2001-12-151-1/+0
|
* Got some undefined symbol without this patch..foobar2001-12-141-0/+4
| | | | | # Also, shouldn't this extension be only available when building a CGI ?
* Update headers.Sebastian Bergmann2001-12-111-1/+1
|
* editor hints addedHartmut Holzgraefe2001-09-171-0/+9
|
* whitespaceHartmut Holzgraefe2001-09-171-114/+114
|
* some more function implementationsHartmut Holzgraefe2001-09-171-82/+112
|
* Remove duplicate function entry.foobar2001-07-311-1/+0
|
* more functions, most of the simple ones (parameterwise) are now inHartmut Holzgraefe2001-06-131-0/+71
|
* initial version of ncurses extension,Hartmut Holzgraefe2001-06-121-0/+47
see example1 for whats possible right now