summaryrefslogtreecommitdiff
path: root/usr.bin/tput
AgeCommit message (Expand)Author
2024-08-23Fix some program names that were not expanded correctly when ncurses wasNicholas Marriott
2024-04-29install accidentally dropped tput(1) man page againChristian Weisgerber
2024-04-27add a man page from curses source for clear(1);Jason McIntyre
2023-10-17Update ncurses and associated libraries (form, panel, menu) toNicholas Marriott
2023-09-06remove unused variableJonathan Gray
2023-02-08Use _nc_tparm_analyze() instead of trying to do it ourselves in process().Todd C. Miller
2023-02-03Fix tput when compiled with clang-15 -O2Theo Buehler
2022-12-22Denote multiple arguments with 'arg ...' not 'args'Klemens Nanni
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-07-25If a command or interface first appeared in PWB/UNIX, UNIX System III orJonathan Gray
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2017-08-21Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(),Theo de Raadt
2016-12-28fix the remaining cases of .Xr with only one argumentIngo Schwarze
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-11-16pledge "stdio rpath wpath tty"Theo de Raadt
2015-08-24Document clear(1) a bit more prominently.Jeremie Courreges-Anglas
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-10-08userland reallocarray audit.Doug Hogan
2014-06-03document "longname" as an extension; while here, tidy up EXAMPLES and addJason McIntyre
2013-11-27unsigned char cast was on a wrong place.YASUOKA Masahiko
2013-11-27unsigned char for ctypeTheo de Raadt
2012-01-15Document what remains of the 2BSD heritage.Ingo Schwarze
2010-09-29various EXIT STATUS fixes; from Daniel DickmanJason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-09STANDARDS: these applications are no longer optional in posixJason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31- note some apps which are xpg4, not posixJason McIntyre
2007-03-15sort options and remove some unneccessary markup; from Igor SobradoJason McIntyre
2004-10-05fix an overflow in the handling of -SJared Yanovich
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-08-03o) We always closes .Bl and .Bd tags;Mike Pechkin
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-03-06Some section re-ordering.Aaron Campbell
1999-09-12correct exit value; noted by shinobi@monkey.orgTodd C. Miller
1999-08-18comma splices, formatting nits, et alAaron Campbell
1999-07-02For "tput init" set margins and 8 character tabs, for "tput reset" set marginsTodd C. Miller
1999-06-29Heavily modified to support both terminfo and termcap attributes.Todd C. Miller
1999-06-05- remove trailing white spaceAaron Campbell
1999-03-06back out changes that should not have escaped my local treeTodd C. Miller
1999-03-06add missing reference to infocmpTodd C. Miller
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1998-07-25use ocurses correctlyTodd C. Miller