summaryrefslogtreecommitdiffstats
path: root/usr.bin/tput/tput.c
Commit message (Collapse)AuthorAgeFilesLines
* At least one argument is required.ru2006-10-121-0/+3
|
* ANSIify function definitions.dwmalone2002-09-041-9/+4
| | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5
* Adjust the exit status to conform to SUSv3 and document the fact it takestjr2002-06-141-2/+2
| | | | multiple `argument' operands.
* Skip %pN comes from ncursesache2002-06-031-0/+5
| | | | PR: 15418
* remove __Pimp2002-03-221-3/+3
|
* Silence some WFORMAT=1 warningskris2002-02-041-3/+3
|
* WARNS=2 fixes, use __FBSDID().markm2001-12-111-10/+12
|
* 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