summaryrefslogtreecommitdiff
path: root/ext/ncurses
Commit message (Collapse)AuthorAgeFilesLines
* php_new_extensionSascha Schumann2002-03-122-9/+1
|
* Maintain headers.Sebastian Bergmann2002-02-285-25/+23
|
* - Remove duplicate constantDerick Rethans2002-02-141-1/+0
|
* Modified the build system to make certain extensions (pcntl, ncurses,Edin Kadribasic2002-01-201-3/+2
| | | | | | | pcntl) only with cgi/cli sapi's. This was done by adding 3rd optional parameter to PHP_EXTENSION macro which should be set to "cli" if the extension only makes sense for that class of api's.
* ncurses is useless in webserver modulesHartmut Holzgraefe2002-01-041-0/+2
|
* Fixed some protos.Egon Schmid2001-12-311-119/+119
|
* some prototypes changedGeorg Richter2001-12-301-13/+13
|
* 1) fixed bugs in soft label key functionsGeorg Richter2001-12-294-13/+157
| | | | | | 2) insert new slk-functions 3) defined new key-constants
* mouse support for ncurses added:Georg Richter2001-12-283-6/+151
| | | | | ncurses_getmouse, ncurses_ungetmouse, ncurses_mouse_trafo, ncurses_wmouse_trafo
* Added new functions: ncurses_waddstr, ncurses_wnoutrefresh, ncurses_wclear,Georg Richter2001-12-273-73/+224
| | | | | | | | | 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-254-29/+110
| | | | | New functions: ncurses_longname, ncurses_termname, ncurses_mousemask
* functions ncurses_erasechar, ncurses_inch, mcurses_killchar:Georg Richter2001-12-251-8/+22
| | | | | changed return values from bool to string (char)
* cleanupHartmut Holzgraefe2001-12-154-30/+0
|
* Got some undefined symbol without this patch..foobar2001-12-142-0/+8
| | | | | # Also, shouldn't this extension be only available when building a CGI ?
* more proto descriptions and fixesHartmut Holzgraefe2001-12-131-48/+65
|
* - new parameter parsing api usedHartmut Holzgraefe2001-12-131-743/+622
| | | | | | | - added proto descriptions (not complete) - swapped x/y arguments - indentation style fix (no seperate WS fix as most of the file changed anyway)
* Update headers.Sebastian Bergmann2001-12-115-5/+5
|
* Unified the configure messages.foobar2001-11-301-2/+3
|
* Test before commit..test before commit..foobar2001-11-181-1/+1
|
* Now this might even work.foobar2001-11-181-10/+13
|
* - Fix build on FreeBSD (patch by Markus Fischer)Derick Rethans2001-11-181-1/+1
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* yet another ncurses 4.x fixHartmut Holzgraefe2001-09-172-0/+6
|
* editor hints addedHartmut Holzgraefe2001-09-173-0/+26
|
* whitespaceHartmut Holzgraefe2001-09-176-689/+689
|
* some keyboard constantsHartmut Holzgraefe2001-09-171-0/+8
|
* some more function implementationsHartmut Holzgraefe2001-09-175-125/+723
|
* will now configure out functions not available in ncurses 4.2Hartmut Holzgraefe2001-09-172-0/+20
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* Remove duplicate function entry.foobar2001-07-311-1/+0
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+2
|
* Killed compile warning.foobar2001-07-301-0/+1
|
* Removed duplicate function entry.foobar2001-07-301-1/+0
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-5/+0
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-4/+0
| | | | the way
* more functions, most of the simple ones (parameterwise) are now inHartmut Holzgraefe2001-06-134-264/+1150
|
* initial version of ncurses extension,Hartmut Holzgraefe2001-06-1213-0/+907
see example1 for whats possible right now