summaryrefslogtreecommitdiff
path: root/lib/libtermcap/tparm.c
Commit message (Collapse)AuthorAgeFilesLines
* Do a little trick which covers 99% cases: initialize ospeedAndrey A. Chernov1995-08-051-0/+1
| | | | | | | | | | variable directly in tgetent by stderr or stdout output speed. It helps hide in non-standard __set_ospeed function and remove it from other sources (coming soon). Do prototype cleanup too. Notes: svn path=/head/; revision=9938
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-7/+7
| | | | Notes: svn path=/head/; revision=8870
* Add termcap.h & tparmAndrey A. Chernov1994-12-041-0/+752
Notes: svn path=/head/; revision=4940