]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20160806
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 7 Aug 2016 01:26:32 +0000 (01:26 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 7 Aug 2016 01:26:32 +0000 (01:26 +0000)
commit96592d717179f99c8fe1c5a63fc4a26c24867288
tree90412156fd491aa05b145eeec42f4c005be2edea
parentaa70bf3c762c5b6407bf34812d63c20f7ac8ffdd
ncurses 6.0 - patch 20160806

+ improve CF_GNU_SOURCE configure macro to optionally define
  _DEFAULT_SOURCE work around a nuisance in recent glibc releases.
+ move the terminfo-specific parts of tput's "reset" function into
  the shared reset_cmd.c, making the two forms of reset use the same
  strings.
+ split-out the terminal initialization functions from tset as
  progs/reset_cmd.c, as part of changes to merge the reset-feature
  with tput.
23 files changed:
Ada95/aclocal.m4
Ada95/configure
MANIFEST
NEWS
VERSION
aclocal.m4
configure
dist.mk
man/tset.1
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
progs/Makefile.in
progs/modules
progs/reset_cmd.c [new file with mode: 0644]
progs/reset_cmd.h [new file with mode: 0644]
progs/tput.c
progs/tset.c
test/aclocal.m4
test/configure