summaryrefslogtreecommitdiff
path: root/lib/libocurses
AgeCommit message (Collapse)Author
1998-11-19ignore out-of-range environment LINES and COLUMNSTheo de Raadt
1998-11-19add missing spaceTodd C. Miller
1998-11-19For issetugid case, only ignore $TERMCAP if it is a pathTodd C. Miller
1998-11-04Some -Wall and use strlcpyTodd C. Miller
1998-11-02From ken@FreeBSD.ORG:Todd C. Miller
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)
1998-10-08ignore $TERMCAP if issetugid()Todd C. Miller
1998-07-27_OCURSES_H_, not _CURSES_H_Todd C. Miller
1998-07-23unified libtermcap/libocursesTodd C. Miller
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
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.
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-06-02Install ncurses as -lcurses and <curses.h>Thorsten Lockert
Install BSD curses library as -locurses and <ocurses.h>