summaryrefslogtreecommitdiffstats
path: root/lib/libtermcap
Commit message (Collapse)AuthorAgeFilesLines
* Another round of man page cleanups.mpp1996-02-121-1/+1
| | | | Down to only about 100 items left to cleanup! :-)
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-061-1/+1
| | | | | | | specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary.
* Do a little trick which covers 99% cases: initialize ospeedache1995-08-057-48/+53
| | | | | | | 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.
* Add non-standard function: _set_ospeed(speed)ache1995-08-044-6/+89
| | | | | | | | | 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.
* Add missing entries for 38400/57600/115200 bauds to tmspc10[]ache1995-07-231-1/+2
|
* Remove trailing whitespace.rgrimes1995-05-303-12/+12
|
* Bump minor numberache1995-05-031-0/+2
|
* Continue of previous fix: eliminate backslashes too.ache1995-03-261-1/+1
|
* Compact entry returned to user:ache1995-03-261-3/+49
| | | | | | | | | 1) Eliminate spaces and double ':'. 2) Remove duplicated capabilities from tc= expansion. It is needed to not overflow historycal 1024 limit. Add range check and return -1 if entry is too big instead of corrupting user memory.
* tputs: (char) -> (int)ache1994-12-102-3/+3
|
* Fix tputs declarationache1994-12-092-3/+3
|
* Describe tparmache1994-12-041-0/+17
|
* Add $Id$ache1994-12-041-1/+1
|
* Add termcap.h & tparmache1994-12-044-9/+826
|
* Ooops, change back the LIBDIR macro to the SHLIBDIR macro for the sharedats1994-11-191-2/+2
| | | | libs as told by Bruce. Now it works.
* Makefile:ats1994-11-182-2/+3
| | | | | | | | | | Change the reference for the libtermcap libtermlib link from SHLIBDIR to LIBDIR. SHLIBDIR is undefined in the standard case. termcap.c: Initialize a local variable to zero. Otherwise an erroneous free call can happen and clobber the calling program. Seen with vi and gdb. If you have TERMCAP set with a terminal entry and set TERM with something like huhu, vi and gdb core dumps.
* Remove ${DESTDIR} from link-macros. Already applied behind the scenes.phk1994-11-181-4/+4
|
* Install shared libraries in ${SHLIBDIR} instead of in ${LIBDIR}.bde1994-11-141-4/+4
| | | | Add missing ${DESTDIR}'s.
* Forget to change = to += in previous commitache1994-11-081-1/+1
|
* Add missing link for shared libtermlibache1994-11-081-0/+4
|
* Oops, back out ospeed fix, I forget that flushing can occurse _after_ache1994-10-061-5/+27
| | | | usleep, too quick commit :-(
* Change padding mechanism to use usleep, old variant not worksache1994-10-061-27/+5
| | | | | | | on terminals with no pad char (cons25) and quote from tputs.c says so too: ! * Too bad there are no user program accessible programmed delays. ! * Transmitting pad characters slows many ! * terminals down and also loads the system.
* Correct the man page extent.jkh1994-08-081-1/+1
| | | | Submitted by: jkh
* Do not create link for *lib_p.a if you are not installing profiled libraries.rgrimes1994-05-271-2/+4
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-279-0/+1106
OpenPOWER on IntegriCloud