diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2 index 7a58c07..85d7441 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:320a7d61e0282cbd4ee839a35093cdfe2f5c2c9fdc50e2e231bed4b01ce6acc7 -size 3189737 +oid sha256:b75852ccfba088f4a86140393b58cd7f418b02310fcf88c8e4e1218be56d7d6c +size 3199264 diff --git a/ncurses.changes b/ncurses.changes index 3fb4caf..ce9fb9f 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Mar 18 17:18:00 UTC 2014 - werner@suse.de + +- Add ncurses patch 20140315 + + modify _nc_New_TopRow_and_CurrentItem() to ensure that the menu's + top-row is adjusted as needed to ensure that the current item is + on the screen (patch by Johann Klammer). + + add wgetdelay() to retrieve _delay member of WINDOW if it happens to + be opaque, e.g., in the pthread configuration (prompted by patch by + Soren Brinkmann). + +------------------------------------------------------------------- +Wed Mar 12 08:53:39 UTC 2014 - werner@suse.de + +- Add ncurses patch 20140308 + + modify ifdef in read_entry.c to handle the case where + NCURSES_USE_DATABASE is not defined (patch by Xin Li). + + add cast in form_driver_w() to fix ARM build (patch by Xin Li). + + add logic to win_driver.c to save/restore screen contents when not + allocating a console-buffer (cf: 20140215). + ------------------------------------------------------------------- Mon Mar 3 16:21:40 UTC 2014 - werner@suse.de