summaryrefslogtreecommitdiff
path: root/ext/ncurses/ncurses.c
Commit message (Collapse)AuthorAgeFilesLines
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-1/+1
| | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Fixed bug #21146.Ilia Alshanetsky2002-12-221-6/+4
|
* WS fixMoriyoshi Koizumi2002-12-221-179/+179
|
* Fixed bug #21144Moriyoshi Koizumi2002-12-221-0/+8
|
* email address changeHartmut Holzgraefe2002-11-251-1/+1
|
* More ncurses functions and constants.Wez Furlong2002-09-271-2/+0
|
* Implement some more window routines, add pad functions.Wez Furlong2002-09-271-4/+18
| | | | | | Add panel functions when libpanel is also detected. Register STDSCR constant during ncurses_init().
* Maintain headers.Sebastian Bergmann2002-02-281-3/+2
|
* - Remove duplicate constantDerick Rethans2002-02-141-1/+0
|
* 1) fixed bugs in soft label key functionsGeorg Richter2001-12-291-3/+125
| | | | | | 2) insert new slk-functions 3) defined new key-constants
* activated ncurses_instrGeorg Richter2001-12-251-0/+28
| | | | | New functions: ncurses_longname, ncurses_termname, ncurses_mousemask
* cleanupHartmut Holzgraefe2001-12-151-24/+0
|
* Update headers.Sebastian Bergmann2001-12-111-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)
* whitespaceHartmut Holzgraefe2001-09-171-40/+40
|
* some keyboard constantsHartmut Holzgraefe2001-09-171-0/+8
|
* some more function implementationsHartmut Holzgraefe2001-09-171-1/+1
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+2
|
* Killed compile warning.foobar2001-07-301-0/+1
|
* 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
* initial version of ncurses extension,Hartmut Holzgraefe2001-06-121-0/+179
see example1 for whats possible right now