summaryrefslogtreecommitdiff
path: root/usr.bin/tset/tset.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Remove unnecessary termcap.h includes inherited from extern.h and otherXin LI2009-12-111-0/+1
* ANSIify function definitions.David Malone2002-09-041-10/+4
* remove __PWarner Losh2002-03-221-3/+3
* WARNS=2 fixes, use __FBSDID().Mark Murray2001-12-111-13/+16
* Nuke unused variables.Dima Dorfman2001-06-241-1/+1
* Changed variable killchar to killch and erasechar to erasech to avoidDavid Greenman2000-11-111-4/+4
* Take a shot at making this work under termcap/terminfo ncurses. ItPeter Wemm1999-08-301-14/+22
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use err(3) insteadof local redefinition. Sync usage string with man page.Philippe Charnier1997-08-181-14/+20
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Remove _set_ospeed, done in tgetent now.Andrey A. Chernov1995-08-051-1/+0
* Make tset works with non-fixed termios speeds too.Andrey A. Chernov1995-08-041-28/+1
* Fix false backspace reportingAndrey A. Chernov1995-05-141-3/+1
* Set given term name exactly, not first name from termcap entry.Andrey A. Chernov1994-11-071-13/+0
* Back out ospeed changeAndrey A. Chernov1994-10-061-2/+1
* PC/ospeed code ifdefed out, our libtermcap use usleep nowAndrey A. Chernov1994-10-061-1/+2
* Back out 'not choose first (two-letter) name' fix, all two-letter namesAndrey A. Chernov1994-09-151-9/+4
* Speed matching code never successful, because ospeed range is [0..17]Andrey A. Chernov1994-09-091-1/+30
* Use second terminal name instead of obsoleted and duplicatedAndrey A. Chernov1994-09-091-4/+9
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+303