diff --git a/ncurses-6.2-patches.tar.bz2 b/ncurses-6.2-patches.tar.bz2 index 2327e52..79b5f0b 100644 --- a/ncurses-6.2-patches.tar.bz2 +++ b/ncurses-6.2-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7400447eca28922c8647427d7b2c3c02987ec97deb2c222ac122811fc0dd654c -size 358126 +oid sha256:d2f56ae2b88ecc74622179a3bcc41d227282544da527d6f2f3836bf0e417541f +size 366830 diff --git a/ncurses.changes b/ncurses.changes index 3c720d7..2131444 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Apr 20 06:39:46 UTC 2020 - Dr. Werner Fink + +- Add ncurses patch 20200418 + + improve tracemunch logic for "RUN" compaction. + + fix a special case in wresize() where copying the old text did not + check if the last cell on a row was the beginning of a fullwidth + character (adapted from patch by Benno Schulenberg). + + use vt52+keypad in xterm-vt52, from xterm #354 -TD + + improve see-also section of user_caps.5 +- Add ncurses patch 20200411 + + fix find_pair(), overlooked when refactoring for _nc_reserve_pairs() + (report/testcase by Brad Town, cf: 20170812). + + add a trailing null for magic-string in putwin, flagged by gcc 10 + + update check for gcc version versus gnat to work with gcc 10.x + ------------------------------------------------------------------- Tue Apr 7 08:42:40 UTC 2020 - Dr. Werner Fink