summaryrefslogtreecommitdiffstats
path: root/usr.bin/tput/tput.c
Commit message (Collapse)AuthorAgeFilesLines
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | builtins (e.g., exit, strcmp).
* getopt and friends are declared in <unistd.h>imp2000-09-041-2/+4
| | | | getopt returns -1 not EOF.
* add comment about the brokeness of some termcap entires that require ajmg1997-04-021-1/+1
| | | | | | | `%' to be just that... make tput just warn about an unknown type modifier instead of breaking... this allows you to `tput init' on a tek4107...
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Remove _set_ospeed, done in tgetent now.ache1995-08-051-13/+0
|
* Replace ospeed switch with _set_ospeedache1995-08-041-28/+1
|
* Fix includes, tputs argument, ospeed setting, printingache1994-12-121-7/+35
| | | | attributes started with 'l'
* Fixed warnings about prototype mismatch by eliminating outc routinedg1994-09-231-8/+2
| | | | and calling putchar directly.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+226
OpenPOWER on IntegriCloud