diff --git a/ncurses-6.0-patches.tar.bz2 b/ncurses-6.0-patches.tar.bz2 index 914af0a..b708069 100644 --- a/ncurses-6.0-patches.tar.bz2 +++ b/ncurses-6.0-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8351dfe461df7fffee174428a9c45153202c7f26f328b7c72ee52b4a5de79fdb -size 3000225 +oid sha256:87c2dc3a09b3a45006c7e5e8668c6e88e78f0bd336cb2e0c40c74c5bf8c8f70a +size 3015203 diff --git a/ncurses.changes b/ncurses.changes index 8ee54b2..31d404e 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Oct 29 18:19:12 UTC 2017 - werner@suse.de + +- Add ncurses patch 20171028 + + improve man/curs_inwstr.3x, correct end-logic for lib_inwstr.c + (report by Midolikawa H). + + fix typo in a few places for "improvements" (patch by Sven Joachim). + + clear the other half of a double-width character on which a line + drawing character is drawn. + + make test/ncurses.c "s" test easier to understand which subtests are + available; add a "S" wide-character overlap test-screen. + + modify test/ncurses.c C/c tests to allow for extended color pairs. + + add endwin() call in error-returns from test/ncurses.c omitted in + recent redesign of its menu (cf: 20170923). + + improve install of hashed-db by removing the ".db" file as done for + directory-tree terminal databases. + + repair a few overlooked items in include/ncurses_defs from recent + port/refactoring of test-programs (cf: 20170909). + + add test/padview.c, to compare pads with direct updates in view.c + ------------------------------------------------------------------- Sun Oct 22 11:41:09 UTC 2017 - werner@suse.de