SHA256
1
0
forked from pool/ncurses
Dr. Werner Fink 2014-03-18 17:21:06 +00:00 committed by Git OBS Bridge
parent 3880c7ffe6
commit 6b8bf2f07a
2 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:320a7d61e0282cbd4ee839a35093cdfe2f5c2c9fdc50e2e231bed4b01ce6acc7
size 3189737
oid sha256:b75852ccfba088f4a86140393b58cd7f418b02310fcf88c8e4e1218be56d7d6c
size 3199264

View File

@ -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