summaryrefslogtreecommitdiffstats
path: root/lib/libocurses/curses.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adapt things to use __type_t instead of _BSD_TYPE_T_millert2006-01-061-3/+3
| | | | | Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-5/+1
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-1/+1
|
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-80/+80
|
* Move definitions of bool, TRUE, and FALSE out from behind a commentmillert1999-11-291-7/+7
| | | | stating that they are only for backward compatibility--they are not.
* kill reg #define, nothing uses it and it causes problems elswhere; jwise@unicast.commillert1998-12-281-1/+0
|
* _OCURSES_H_, not _CURSES_H_millert1998-07-271-3/+3
|
* Install ncurses as -lcurses and <curses.h>tholo1996-06-021-0/+341
Install BSD curses library as -locurses and <ocurses.h>