summaryrefslogtreecommitdiffstats
path: root/usr.bin/tset (follow)
Commit message (Expand)AuthorAgeFilesLines
* a few depend:-related thingies that were still in.espie2019-12-211-3/+1
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-13/+14
* Almost all terminals now support hardware tabs so default to OXTABSnicm2019-03-121-2/+2
* mark files as BUILDFIRST, or write explicit dependencies, so that mostespie2017-06-161-1/+3
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* Change /usr/share/misc/terminfo.db to /usr/share/terminfo.nicm2015-12-031-4/+4
* pledge "stdio rpath wpath tty"deraadt2015-11-161-1/+4
* Simplify TIOCGWINSZ codeblock by removing support for SCO Unix.deraadt2015-11-151-30/+8
* add missing NAME entries; ok schwarzejmc2015-11-091-3/+4
* Do not need to cast malloc(). stdlib.h is brought in via a local .h file.deraadt2015-08-201-3/+3
* Reduce instances of `` '' in manuals.bentley2014-11-151-5/+7
* Remove "tset -S" compatibility I added years ago. Most convertedmillert2013-09-184-339/+44
* Complete documenting the HISTORY of what remains of the 1BSD heritage;schwarze2011-12-281-4/+21
* Update to ncurses 5.7, with local changes reapplied.nicm2010-01-122-125/+262
* Fix memory leaks found by parfait.nicm2009-11-111-1/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* add missing flags to the output of usage() and sort them as usualsobrado2009-05-061-3/+4
* Use getttynam() from libc instead of the private version in tset.millert2009-05-061-2/+2
* specifying int instead of just unsigned is better stylederaadt2007-10-151-3/+3
* remove some warnings:chl2007-09-141-2/+1
* use strcspn to properly overwrite '\n' in fgets returned buffergilles2007-09-111-3/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* remove some bogus *p tests from charles longeautedu2007-03-201-4/+4
* Change hard coded numbers to sizeof(buf). Also change someray2007-02-201-2/+2
* fgets(3) returns NULL on error, not 0. No functional change, but it makescloder2006-10-101-3/+3
* .br workaround no longer necessary;jmc2004-04-041-2/+1
* escape punctuation;jmc2003-09-021-5/+5
* de-register and ansification; millert okderaadt2003-06-121-2/+2
* - section reorderjmc2003-06-101-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-033-19/+7
* easy snprintf; tedu okderaadt2003-04-041-4/+4
* typo police; jmchenning2003-01-101-2/+2
* kill more registersmpech2001-11-191-2/+2
* -Wall cleanup; ok millertpvalchev2001-07-162-6/+6
* ncurses-5.2-20010224millert2001-02-281-7/+7
* $OpenBSD$niklas2001-01-291-0/+2
* Update to ncurses-5.2-20010114millert2001-01-221-3/+3
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* update to ncurses-5.1-20001007millert2000-10-082-41/+41
* $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeromillert2000-08-021-2/+3
* Update to ncurses-5.1-20000722millert2000-07-241-10/+18
* avoid non-formatter printf, use fputsderaadt2000-07-071-1/+1
* Repair mdoc botch.aaron2000-03-151-2/+2
* update to ncurses-5.0-20000311millert2000-03-131-5/+8
* Various cleanups and standardizations.aaron2000-03-111-40/+45
* Update to ncurses-5.0-20000304millert2000-03-101-730/+725
* Add termsort.c to CLEANFILES (tic already had this); ho@openbsd.orgmillert2000-02-201-1/+2
* Avoid an oflow in failed(). There's really no need to make a temporarymillert1999-12-041-2/+2
* getopt(3) returns -1, not EOFaaron1999-05-231-1/+1
* ncurses-4.2-990314millert1999-03-151-10/+3