Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -16/+16 |
| | |||||
* | Fixed some protos. | Egon Schmid | 2001-12-31 | 1 | -119/+119 |
| | |||||
* | some prototypes changed | Georg Richter | 2001-12-30 | 1 | -13/+13 |
| | |||||
* | 1) fixed bugs in soft label key functions | Georg Richter | 2001-12-29 | 1 | -10/+30 |
| | | | | | | 2) insert new slk-functions 3) defined new key-constants | ||||
* | mouse support for ncurses added: | Georg Richter | 2001-12-28 | 1 | -5/+139 |
| | | | | | ncurses_getmouse, ncurses_ungetmouse, ncurses_mouse_trafo, ncurses_wmouse_trafo | ||||
* | Added new functions: ncurses_waddstr, ncurses_wnoutrefresh, ncurses_wclear, | Georg Richter | 2001-12-27 | 1 | -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_instr | Georg Richter | 2001-12-25 | 1 | -18/+71 |
| | | | | | New functions: ncurses_longname, ncurses_termname, ncurses_mousemask | ||||
* | functions ncurses_erasechar, ncurses_inch, mcurses_killchar: | Georg Richter | 2001-12-25 | 1 | -8/+22 |
| | | | | | changed return values from bool to string (char) | ||||
* | more proto descriptions and fixes | Hartmut Holzgraefe | 2001-12-13 | 1 | -48/+65 |
| | |||||
* | - new parameter parsing api used | Hartmut Holzgraefe | 2001-12-13 | 1 | -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 Bergmann | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | yet another ncurses 4.x fix | Hartmut Holzgraefe | 2001-09-17 | 1 | -0/+5 |
| | |||||
* | editor hints added | Hartmut Holzgraefe | 2001-09-17 | 1 | -0/+8 |
| | |||||
* | whitespace | Hartmut Holzgraefe | 2001-09-17 | 1 | -524/+524 |
| | |||||
* | some more function implementations | Hartmut Holzgraefe | 2001-09-17 | 1 | -7/+545 |
| | |||||
* | will now configure out functions not available in ncurses 4.2 | Hartmut Holzgraefe | 2001-09-17 | 1 | -0/+15 |
| | |||||
* | more functions, most of the simple ones (parameterwise) are now in | Hartmut Holzgraefe | 2001-06-13 | 1 | -0/+745 |
| | |||||
* | initial version of ncurses extension, | Hartmut Holzgraefe | 2001-06-12 | 1 | -0/+183 |
see example1 for whats possible right now |