]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20170603
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 4 Jun 2017 02:00:28 +0000 (02:00 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 4 Jun 2017 02:00:28 +0000 (02:00 +0000)
commit2560bc3dae7f4919060c02c91a593566c908091c
treedac756ff0a17cbec2fb7c3d97f860a1b3228f954
parentd62b54c082a8564aa0c715cddadb1160498b057f
ncurses 6.0 - patch 20170603

+ add option to picsmap to use color-palette files, e.g., for mapping
  to xterm-256color.
+ move the data in SCREEN used for the alloc_pair() function to the
  end, to restore compatibility between ncurses/ncursesw libtinfo
  (report/patch by Miroslav Lichvar).
+ add build-time utility "report_offsets" to help show when the various
  configurations of tinfo library are compatible or not.
41 files changed:
MANIFEST
NEWS
VERSION
configure
configure.in
dist.mk
doc/html/man/adacurses6-config.1.html
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.html
doc/html/man/curs_getstr.3x.html
doc/html/man/curs_initscr.3x.html
doc/html/man/curs_util.3x.html
doc/html/man/form.3x.html
doc/html/man/infocmp.1m.html
doc/html/man/infotocap.1m.html
doc/html/man/menu.3x.html
doc/html/man/ncurses.3x.html
doc/html/man/ncurses6-config.1.html
doc/html/man/panel.3x.html
doc/html/man/resizeterm.3x.html
doc/html/man/tabs.1.html
doc/html/man/terminfo.5.html
doc/html/man/tic.1m.html
doc/html/man/toe.1m.html
doc/html/man/tput.1.html
doc/html/man/tset.1.html
man/curs_getstr.3x
man/curs_initscr.3x
man/curs_util.3x
man/ncurses.3x
man/resizeterm.3x
ncurses/Makefile.in
ncurses/curses.priv.h
ncurses/report_offsets.c [new file with mode: 0644]
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
test/picsmap.c