Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | document libotermcap and say why it is deprecated | 1998-11-30 | 2 | -2/+276 | ||
| | ||||||
* | Link -ltermcap to -lcurses and -lotermcap to -locurses. This fixes | 1998-11-30 | 1 | -2/+2 | ||
| | | | | | problems with 3rd party programs that want to link with both -ltermcap and -lcurses. | |||||
* | ignore out-of-range environment LINES and COLUMNS | 1998-11-19 | 1 | -4/+11 | ||
| | ||||||
* | add missing space | 1998-11-19 | 1 | -2/+2 | ||
| | ||||||
* | For issetugid case, only ignore $TERMCAP if it is a path | 1998-11-19 | 2 | -34/+34 | ||
| | ||||||
* | Some -Wall and use strlcpy | 1998-11-04 | 4 | -28/+27 | ||
| | ||||||
* | From ken@FreeBSD.ORG: | 1998-11-02 | 1 | -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() | 1998-10-08 | 1 | -34/+39 | ||
| | ||||||
* | _OCURSES_H_, not _CURSES_H_ | 1998-07-27 | 1 | -3/+3 | ||
| | ||||||
* | unified libtermcap/libocurses | 1998-07-23 | 10 | -11/+923 | ||
| | ||||||
* | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | 1997-04-27 | 1 | -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} | 1996-12-08 | 1 | -1/+1 | ||
| | ||||||
* | Install ncurses as -lcurses and <curses.h> | 1996-06-02 | 72 | -0/+9920 | ||
Install BSD curses library as -locurses and <ocurses.h> |