summaryrefslogtreecommitdiff
path: root/usr.bin/window/tttermcap.c
AgeCommit message (Collapse)Author
2012-02-16Remove window(1).jmmv
window(1) was replaced by tmux(1) on March 2011. The source code has been reimported into othersrc/usr.bin/window and an up-to-date package is available in pkgsrc/misc/window. This removal was approved by core@, with the condition that it be done once netbsd-6 had been brached. And the branching has just happened!
2009-04-14Fix WARNS=4 issues (-Wcast-qual -Wshadow -Wsign-compare)lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22365, verified by myself.
2002-06-14Remove #if __STDC__. De-__P() and ANSIfy, and fix a mismatching prototypewiz
uncovered by this (p_assign).
2000-07-03Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,matt
etc. as appropriate to get exit,srncmp,abs,abort,etc. Add -I${.CURDIR} to a few Makefiles
1999-10-04update after change to return value of tputs() third argumentlukem
1997-11-21* WARNSify, KNFifylukem
* deprecate register * replace berkeley string funcs with ansi equivs * use getopt rather than home grown cruft * use foo(char *, ...) rather than foo(char *, long, long, long, [long, ...])
1995-09-28Sync with 4.4BSD-Lite2tls
1993-08-01Add RCS identifiers.mycroft
1993-04-09added, from net/2 (patch 124).cgd