diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2 index f6399c8..8e41747 100644 --- a/ncurses-5.9-patches.tar.bz2 +++ b/ncurses-5.9-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5907d184b04f0f8695c2dcf577e8409b53968223eab27ab39cc92942d00a41c9 -size 3908267 +oid sha256:0cd1185a3c20b46192fd391526e7797275a29e16236d1c3157512a1d7c3e4b2a +size 3916934 diff --git a/ncurses.changes b/ncurses.changes index 3e64d2c..bf25852 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Sep 30 14:15:11 UTC 2014 - werner@suse.de + +- Add upstream patch 20140927 + + implement curs_set in win_driver.c + + implement flash in win_driver.c + + fix an infinite loop in win_driver.c if the command-window loses + focus. + + improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of + win_driver.c by temporarily changing the buffer-size to match the + window-size to eliminate the scrollback. Also enforce a minimum + screen-size of 24x80 in the non-buffered mode. + + modify generated misc/Makefile to suppress install.data from the + dependencies if the --disable-db-install option is used, compensating + for the top-level makefile changes used to add ncurses*-config in the + 20140920 changes (report by Steven Honeyman). + ------------------------------------------------------------------- Tue Sep 23 08:22:42 UTC 2014 - werner@suse.de