]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20170930
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 1 Oct 2017 01:37:33 +0000 (01:37 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 1 Oct 2017 01:37:33 +0000 (01:37 +0000)
commit12b49d3c56a6130feb2d39fbe2d6c1bc0838f0fa
treeeaea7ce16d9f1ff931d481d5991cf24ba5520d1b
parent93ed44d781ca36f55021e0ad55f1ce33de62f7ba
ncurses 6.0 - patch 20170930

+ fix a symbol conflict that made ncurses.c C/c menu not work with
  Solaris xpg4 curses.
+ add refresh() call to dots_mvcur.c, needed to use mvcur() with
  Solaris xpg4 curses after calling newterm().
+ minor fixes for configure script from work on ncurses-examples and
  tin.
+ improve animation in test/xmas.c by adding a time-delay in blinkit().
+ modify several test programs to reflect that ncurses honors existing
  signal handlers in initscr(), while other implementations do not.
+ modify bs.c to make it easier to quit.
+ change ncurses-examples to use attr_t vs chtype to follow X/Open
  documentation more closely since Solaris xpg4-curses uses different
  values for WA_xxx vs A_xxx that rely on attr_t being an unsigned
  short.  Tru64 aka OSF1, HPUX, AIX did as ncurses does, equating the
  two sets.
42 files changed:
Ada95/aclocal.m4
NEWS
VERSION
aclocal.m4
dist.mk
include/ncurses_defs
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
test/aclocal.m4
test/background.c
test/blue.c
test/bs.c
test/chgat.c
test/clip_printw.c
test/configure
test/configure.in
test/demo_new_pair.c
test/dots.c
test/dots_curses.c
test/dots_mvcur.c
test/dots_termcap.c
test/echochar.c
test/filter.c
test/firework.c
test/gdc.c
test/hashtest.c
test/key_names.c
test/ncurses.c
test/newdemo.c
test/railroad.c
test/rain.c
test/savescreen.c
test/test.priv.h
test/test_addchstr.c
test/test_get_wstr.c
test/test_getstr.c
test/view.c
test/xmas.c