]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20170909
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 10 Sep 2017 01:23:51 +0000 (01:23 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 10 Sep 2017 01:23:51 +0000 (01:23 +0000)
commit5d8dbcdd9423bf9821db414fd9ec792ccf1f1027
treec8298b2121e7386a5b66b3f197d70d72e7c2e049
parenta4dac84af1b18fb24d56d6251deeb3c61c437158
ncurses 6.0 - patch 20170909

+ improve wide-character implementation of myADDNSTR() in frm_driver.c,
  which was inconsistent with the normal implementation.
+ save/restore cursor position in Undo_Justification(), matching
  behavior of Buffer_To_Window() (report by Leon Winter).
+ modify test/knight to provide the "slow" solution for small screens
  using "R", noting that Warnsdorf's method is easily done with "a".
+ modify several test-programs which call use_default_colors() to
  consistently do this only if "-d" option is given.
+ additional changes to test with non-standard variants of curses:
  + modify a loop limit in firework.c to work around absense of limit
    checks in some libraries.
  + fill the last row of a window with "?" in firstlast if waddch does
    not return ERR on the lower-right corner.
+ add checks in test/configure for some functions not in 4.3BSD curses.
+ fix a regression in test/configure (cf: 20170826).
47 files changed:
NEWS
VERSION
dist.mk
form/frm_driver.c
include/ncurses_defs
man/user_caps.5
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
test/Makefile.in
test/aclocal.m4
test/configure
test/configure.in
test/demo_new_pair.c
test/demo_termcap.c
test/ditto.c
test/echochar.c
test/filter.c
test/firework.c
test/firstlast.c
test/gdc.6
test/gdc.c
test/hanoi.c
test/inchs.c
test/insdelln.c
test/knight.c
test/lrtest.c
test/mk-test.awk
test/movewindow.c
test/ncurses.c
test/newdemo.c
test/picsmap.c
test/popup_msg.c
test/rain.c
test/savescreen.c
test/tclock.c
test/test.priv.h
test/test_addchstr.c
test/test_addstr.c
test/test_instr.c
test/testcurs.c
test/view.c
test/worm.c
test/xmas.c