summaryrefslogtreecommitdiffstats
path: root/lib/libocurses/setterm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libocurses can go to the Attic. last consumer of it was ramdisk more(1)deraadt2015-11-141-232/+0
| | | | conceptual ok guenther millert nicm
* Remove struct ttysize which was introduced for compatibility withnaddy2013-12-131-6/+6
| | | | SunOS < 3.2 (1986). ok millert@, guenther@
* zap sccsid, okay deraadt@espie2005-08-141-4/+1
|
* Use more standard TIOCGSIZE instead of the older TIOCGWINSZ.millert2004-12-181-7/+7
| | | | They are the same thing on OpenBSD anyway...
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-5/+1
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* use strlcpy/snprintf; deraadt@ OKmillert2003-04-041-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-1/+1
|
* ignore out-of-range environment LINES and COLUMNSderaadt1998-11-191-4/+11
|
* Install ncurses as -lcurses and <curses.h>tholo1996-06-021-0/+232
Install BSD curses library as -locurses and <ocurses.h>