summaryrefslogtreecommitdiffstats
path: root/lib/libocurses (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* document libotermcap and say why it is deprecatedmillert1998-11-302-2/+276
|
* Link -ltermcap to -lcurses and -lotermcap to -locurses. This fixesmillert1998-11-301-2/+2
| | | | | problems with 3rd party programs that want to link with both -ltermcap and -lcurses.
* ignore out-of-range environment LINES and COLUMNSderaadt1998-11-191-4/+11
|
* add missing spacemillert1998-11-191-2/+2
|
* For issetugid case, only ignore $TERMCAP if it is a pathmillert1998-11-192-34/+34
|
* Some -Wall and use strlcpymillert1998-11-044-28/+27
|
* From ken@FreeBSD.ORG:millert1998-11-021-2/+2
| | | | | | Fix a curses bug exposed by the ":numbers" display of systat -iostat. This bug showed up when you had more than 3 devices displayed. (thus requiring a second line of display)
* ignore $TERMCAP if issetugid()millert1998-10-081-34/+39
|
* _OCURSES_H_, not _CURSES_H_millert1998-07-271-3/+3
|
* unified libtermcap/libocursesmillert1998-07-2310-11/+923
|
* COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPmillert1997-04-271-1/+1
| | | | | | | This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
* install -> ${INSTALL}, -c -> ${COPY}downsj1996-12-081-1/+1
|
* Install ncurses as -lcurses and <curses.h>tholo1996-06-0272-0/+9920
Install BSD curses library as -locurses and <ocurses.h>