summaryrefslogtreecommitdiff
path: root/ext/ncurses/ncurses_fe.c
Commit message (Collapse)AuthorAgeFilesLines
* 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