summaryrefslogtreecommitdiff
path: root/ext/ncurses/ncurses_functions.c
Commit message (Collapse)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-281-16/+16
|
* 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-291-10/+30
| | | | | | 2) insert new slk-functions 3) defined new key-constants
* mouse support for ncurses added:Georg Richter2001-12-281-5/+139
| | | | | ncurses_getmouse, ncurses_ungetmouse, ncurses_mouse_trafo, ncurses_wmouse_trafo
* Added new functions: ncurses_waddstr, ncurses_wnoutrefresh, ncurses_wclear,Georg Richter2001-12-271-73/+208
| | | | | | | | | 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-18/+71
| | | | | 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)
* 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-111-1/+1
|
* yet another ncurses 4.x fixHartmut Holzgraefe2001-09-171-0/+5
|
* editor hints addedHartmut Holzgraefe2001-09-171-0/+8
|
* whitespaceHartmut Holzgraefe2001-09-171-524/+524
|
* some more function implementationsHartmut Holzgraefe2001-09-171-7/+545
|
* will now configure out functions not available in ncurses 4.2Hartmut Holzgraefe2001-09-171-0/+15
|
* more functions, most of the simple ones (parameterwise) are now inHartmut Holzgraefe2001-06-131-0/+745
|
* initial version of ncurses extension,Hartmut Holzgraefe2001-06-121-0/+183
see example1 for whats possible right now