freebsd-dev/contrib/ncurses/tack
2007-01-20 07:32:02 +00:00
..
ansi.c Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
charset.c Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
color.c Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
control.c Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
COPYING Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
crum.c Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
edit.c Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
fun.c Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
HISTORY Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
init.c Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
Makefile.in Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
menu.c Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
modes.c Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
modules Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
output.c Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
pad.c Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
README Import the most recent ncurses 5.1 prerelease (20000701). 2000-07-03 09:24:12 +00:00
scan.c Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
sync.c Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
sysdep.c Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
tack.1 Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
tack.c Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00
tack.h Import ncurses 5.6-20061217 onto the vender branch 2007-01-20 07:32:02 +00:00

-- $Id: README,v 1.2 2000/03/12 02:39:12 Daniel.Weaver Exp $

The 'tack' program is a diagnostic that is designed to create and
verify the correctness of terminfo's.  This program can be used to
create new terminal descriptions that are not included in the standard
release.  Although 'tack' is distributed with ncurses, it is not an
integral part of ncurses.  It may be removed from the release without
limiting the usefulness of ncurses on those terminals described in the
terminfo data base.  The best way to remove 'tack' from the build is
to delete or rename the 'tack' directory before running the configure
script.

Unlike most of ncurses the 'tack' program is covered under the GNU
Public License.