summaryrefslogtreecommitdiff
path: root/lib/libtermcap/termcap.h
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.5_cvscvs2svn1997-10-211-1/+1
| | | | | | | 'RELENG_2_2_5_RELEASE'. This commit was manufactured to restore the state of the 2.2.5-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* Change the last -Wall cleanup so that the tputs declaration doesn'tPeter Wemm1996-09-101-2/+2
| | | | | | | | | | | | conflict with the other declarations in other files. tputs() is traditionally declared to return int, not void. curses.h has it as int. ncurses has int and actually sets the return value. This problem has been causing the ircII port to not compile. (I've only minimally tested this, I do not have libtermcap on my systems) Notes: svn path=/head/; revision=18209
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-2/+2
| | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> Notes: svn path=/head/; revision=17141
* Do a little trick which covers 99% cases: initialize ospeedAndrey A. Chernov1995-08-051-3/+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
* Add non-standard function: _set_ospeed(speed)Andrey A. Chernov1995-08-041-3/+5
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=9887
* tputs: (char) -> (int)Andrey A. Chernov1994-12-101-2/+2
| | | | Notes: svn path=/head/; revision=5025
* Fix tputs declarationAndrey A. Chernov1994-12-091-2/+2
| | | | Notes: svn path=/head/; revision=5022
* Add $Id$Andrey A. Chernov1994-12-041-1/+1
| | | | Notes: svn path=/head/; revision=4943
* Add termcap.h & tparmAndrey A. Chernov1994-12-041-0/+51
Notes: svn path=/head/; revision=4940