aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tset
Commit message (Expand)AuthorAgeFilesLines
* Take a shot at making this work under termcap/terminfo ncurses. ItPeter Wemm1999-08-304-25/+33
* $Id$ -> $FreeBSD$Peter Wemm1999-08-287-7/+7
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-2/+3
* Add the 'reset' command to the NAME section.Mike Pritchard1999-06-241-1/+2
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
* Use err(3) insteadof local redefinition. Sync usage string with man page.Philippe Charnier1997-08-188-76/+73
* 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
* Change outc to match prototypeAndrey A. Chernov1995-08-041-2/+2
* Make tset works with non-fixed termios speeds too.Andrey A. Chernov1995-08-043-61/+8
* Fix false backspace reportingAndrey A. Chernov1995-05-141-3/+1
* Fix erase determination code: don't look atAndrey A. Chernov1995-03-271-4/+2
* 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-063-6/+2
* PC/ospeed code ifdefed out, our libtermcap use usleep nowAndrey A. Chernov1994-10-063-2/+6
* 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-092-10/+46
* 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-279-0/+1729