freebsd-dev/contrib/ncurses/tack
2000-10-11 07:31:01 +00:00
..
ansi.c Import the most recent ncurses 5.1 prerelease (20000701). 2000-07-03 09:24:12 +00:00
charset.c Import the most recent ncurses 5.1 prerelease (20000701). 2000-07-03 09:24:12 +00:00
color.c Import the most recent ncurses 5.1 prerelease (20000701). 2000-07-03 09:24:12 +00:00
control.c Import the most recent ncurses 5.1 prerelease (20000701). 2000-07-03 09:24:12 +00:00
COPYING Import unmodified (but trimmed) ncurses 5.0 prerelease 990821. 1999-08-24 01:06:48 +00:00
crum.c Import the most recent ncurses 5.1 prerelease (20000701). 2000-07-03 09:24:12 +00:00
edit.c Import the most recent ncurses 5.1 prerelease (20000701). 2000-07-03 09:24:12 +00:00
fun.c Import the most recent ncurses 5.1 prerelease (20000701). 2000-07-03 09:24:12 +00:00
HISTORY Import the most recent ncurses 5.1 prerelease (20000701). 2000-07-03 09:24:12 +00:00
init.c Import the most recent ncurses 5.1 prerelease (20000701). 2000-07-03 09:24:12 +00:00
Makefile.in Import ncurses-5.1-20001009 onto the vendor branch 2000-10-11 07:31:01 +00:00
menu.c Import the most recent ncurses 5.1 prerelease (20000701). 2000-07-03 09:24:12 +00:00
modes.c Import unmodified (but trimmed) ncurses 5.0 prerelease 990821. 1999-08-24 01:06:48 +00:00
modules Import unmodified (but trimmed) ncurses 5.0 prerelease 990821. 1999-08-24 01:06:48 +00:00
output.c Import the most recent ncurses 5.1 prerelease (20000701). 2000-07-03 09:24:12 +00:00
pad.c Import the most recent ncurses 5.1 prerelease (20000701). 2000-07-03 09:24:12 +00:00
README Import the most recent ncurses 5.1 prerelease (20000701). 2000-07-03 09:24:12 +00:00
scan.c Import unmodified (but trimmed) ncurses 5.0 prerelease 990821. 1999-08-24 01:06:48 +00:00
sync.c Import the most recent ncurses 5.1 prerelease (20000701). 2000-07-03 09:24:12 +00:00
sysdep.c Import ncurses-5.1-20001009 onto the vendor branch 2000-10-11 07:31:01 +00:00
tack.1 Import unmodified (but trimmed) ncurses 5.0 prerelease 990821. 1999-08-24 01:06:48 +00:00
tack.c Import unmodified (but trimmed) ncurses 5.0 prerelease 990821. 1999-08-24 01:06:48 +00:00
tack.h Import the most recent ncurses 5.1 prerelease (20000701). 2000-07-03 09:24:12 +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.