ncursesw-morphos/tack
Thomas E. Dickey 6f8ad7d77b ncurses 5.6 - patch 20061223
+ modify configure script to omit the tic (terminfo compiler) support
  from ncurses library if --without-progs option is given.
+ modify install rule for ncurses5-config to do this via "install.libs"
+ modify shared-library rules to allow FreeBSD 3.x to use rpath.
+ update config.guess, config.sub
2006-12-24 02:11:39 +00:00
..
ansi.c ncurses 5.5 2005-10-09 14:41:57 -04:00
charset.c ncurses 5.6 2006-12-17 23:32:42 -05:00
color.c ncurses 5.6 2006-12-17 23:32:42 -05:00
control.c ncurses 5.6 2006-12-17 23:32:42 -05:00
COPYING ncurses 5.5 2005-10-09 14:41:57 -04:00
crum.c ncurses 5.6 2006-12-17 23:32:42 -05:00
edit.c ncurses 5.6 2006-12-17 23:32:42 -05:00
fun.c ncurses 5.6 2006-12-17 23:32:42 -05:00
HISTORY ncurses 5.6 2006-12-17 23:32:42 -05:00
init.c ncurses 5.6 2006-12-17 23:32:42 -05:00
Makefile.in ncurses 5.6 2006-12-17 23:32:42 -05:00
menu.c ncurses 5.5 2005-10-09 14:41:57 -04:00
modes.c ncurses 5.6 2006-12-17 23:32:42 -05:00
modules ncurses 5.6 - patch 20061223 2006-12-24 02:11:39 +00:00
output.c ncurses 5.6 2006-12-17 23:32:42 -05:00
pad.c ncurses 5.5 2005-10-09 14:41:57 -04:00
README ncurses 5.1 2000-07-08 22:46:08 -04:00
scan.c ncurses 5.5 2005-10-09 14:41:57 -04:00
sync.c ncurses 5.6 2006-12-17 23:32:42 -05:00
sysdep.c ncurses 5.5 2005-10-09 14:41:57 -04:00
tack.1 ncurses 5.6 2006-12-17 23:32:42 -05:00
tack.c ncurses 5.5 2005-10-09 14:41:57 -04:00
tack.h ncurses 5.6 2006-12-17 23:32:42 -05: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.