summaryrefslogtreecommitdiffstats
path: root/usr.bin/tset/set.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
| | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson
* Remove unnecessary termcap.h includes inherited from extern.h and otherdelphij2009-12-111-6/+6
| | | | | unneeded headers. While I'm there, make function definations ANSI prototypes.
* remove __Pimp2002-03-221-1/+1
|
* WARNS=2 fixes, use __FBSDID().markm2001-12-111-7/+9
|
* Changed variable killchar to killch and erasechar to erasech to avoiddg2000-11-111-8/+8
| | | | | | a name clash with the library functions of the same name (in libncurses). This problem was masked when building tset shared (the local symbols had precedence), but caused tset to core dump when it was built -static.
* Take a shot at making this work under termcap/terminfo ncurses. Itpeter1999-08-301-7/+7
| | | | | cheats a bit by accessing the termcap string buffer. A better solution is needed.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use err(3) insteadof local redefinition. Sync usage string with man page.charnier1997-08-181-0/+4
|
* Fix erase determination code: don't look atache1995-03-271-4/+2
| | | | system defaults which is always the same
* Back out ospeed changeache1994-10-061-2/+1
|
* PC/ospeed code ifdefed out, our libtermcap use usleep nowache1994-10-061-1/+2
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+322
OpenPOWER on IntegriCloud