SHA256
1
0
forked from pool/ncurses
Dr. Werner Fink 2016-05-10 09:03:46 +00:00 committed by Git OBS Bridge
parent 8cde5b52bc
commit 4d7626dbfe
2 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a3c8b4e6e71e6c801f068af7a8e0607f79cb4795a70cdbb1131bbf45c296df1
size 562246
oid sha256:aebaac387379c8167a7f39c4803aebffec5412f14c5168855e92fdab7c29fab1
size 564140

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 10 08:29:56 UTC 2016 - werner@suse.de
- Add ncurses patch 20160507
+ amend change to _nc_do_color to restore the early return for the
special case used in _nc_screen_wrap (report by Dick Streefland,
cf: 20151017).
+ modify test/ncurses.c:
+ check return-value of putwin
+ correct ifdef which made the 'g' test's legend not reflect changes
to keypad- and scroll-modes.
+ correct return-value of extended putwin (report by Mike Gran).
-------------------------------------------------------------------
Tue Apr 26 11:39:18 UTC 2016 - werner@suse.de