]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20161210
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 11 Dec 2016 02:45:02 +0000 (02:45 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 11 Dec 2016 02:45:02 +0000 (02:45 +0000)
commit1b540608eae9a714c0c4195310f25c1a1897ae89
treefe2e1f4c1f4c665c3f5230b6da7820a8f00dd611
parent1dd25cc0259e0683290fe889707b04979b5fda0a
ncurses 6.0 - patch 20161210

+ add configure script option --disable-wattr-macros for use in cases
  where one wants to use the same headers for ncurses5/ncurses6
  development, by suppressing the wattr* macros which differ due to
  the introduction of extended colors (prompted by comments in
  Debian #230990, Redhat #1270534).
+ add test/tput-initc to demonstrate tput used to initialize palette
  from a data file.
+ modify test/xterm*.dat to use the newer color4/color12 values.
19 files changed:
INSTALL
MANIFEST
NEWS
VERSION
configure
configure.in
dist.mk
include/curses.h.in
ncurses/base/MKlib_gen.sh
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
test/tput-initc [new file with mode: 0644]
test/xterm-16color.dat
test/xterm-256color.dat
test/xterm-88color.dat