1GNU NCURSES 5.9
2===============
3
4Original source can be downloaded from:
5http://ftp.gnu.org/pub/gnu/ncurses
6
7file = ncurses-6.0-20160305.tgz
8date = 6 March 2016
9size = 3153972
10sha1 = dbbaff96c4e447148243a9b5a8babb014f5b4bdc
11
12A list of files and directories removed is in README.DELETED
13
14The .h files copied into base where created using configure opts:
15	--enable-widec
16	--enable-const
17	--with-sysmouse
18	--enable-termcap
19	--enable-bsdpad
20	--enable-getcap
21	--with-default-terminfo-dir=/usr/share/terminfo
22	--with-terminfo-dirs=/usr/share/terminfo
23
24The following files have been modified:
25	ncurses/base/Mklib_gen.sh
26	ncurses/tinfo/comp_scan.c
27	misc/terminfo.src [1]
28	progs/dump_entry.c [2]
29	progs/tic.c [2]
30
31[1] smcup and rmcup were removed from xterm-basic to disable the
32    restoration of the console after less, more, man, and other
33    utilities are executed.  It was rendering them useless.
34
35[2] tic can't be built with ncurses 5.9 headers.  Since it is a
36    bootstrap tool, it had to be modified so that it can be, but
37    only during the bootstrap tool building phase.
38