summaryrefslogtreecommitdiffstats
path: root/usr.bin/tset/set.c
Commit message (Collapse)AuthorAgeFilesLines
* 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