summaryrefslogtreecommitdiff
path: root/lib/libocurses/setterm.c
AgeCommit message (Collapse)Author
2004-12-18Use more standard TIOCGSIZE instead of the older TIOCGWINSZ.Todd C. Miller
They are the same thing on OpenBSD anyway...
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-04use strlcpy/snprintf; deraadt@ OKTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
1998-11-19ignore out-of-range environment LINES and COLUMNSTheo de Raadt
1996-06-02Install ncurses as -lcurses and <curses.h>Thorsten Lockert
Install BSD curses library as -locurses and <ocurses.h>