summaryrefslogtreecommitdiffstats
path: root/lib/libtermcap/termcap.3
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* The __set_ospeed() function is coded against the speed_t type declaredjb1998-05-051-1/+1
| | | | | | | | in termios.h, but it's prototype in termcap.h and the main file use the underlying definition (which is now an int, not a long for compatibility with NetBSD). Really termcap.h should use speed_t too, but I guess that this might break sources that don't include termios.h first.
* Fixed bitrot in synopsis.bde1998-03-231-1/+1
|
* Fixed spelling of __set_ospeed (was _set_ospeed) and improvedbde1997-04-131-14/+15
| | | | nearby English.
* Fixed wrong return type for tputs() in synopsis.bde1997-03-191-1/+1
|
* General -Wall warning cleanup, part I.jkh1996-07-121-1/+1
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Add non-standard function: _set_ospeed(speed)ache1995-08-041-1/+11
| | | | | | | | | Basically all termios+termcap pgms needs it. It set ospeed variable using nearest-matched stty speeds, which helps termcap pgms works with non-fixed termios speeds and not duplicate ospeed switch into every pgm. Also it isn't standard function, its source code is too big to include it in whole to every termcap+termios pgm.
* tputs: (char) -> (int)ache1994-12-101-1/+1
|
* Fix tputs declarationache1994-12-091-1/+1
|
* Describe tparmache1994-12-041-0/+17
|
* Add termcap.h & tparmache1994-12-041-7/+15
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+254
OpenPOWER on IntegriCloud