diff --git a/ncurses-6.2-patches.tar.bz2 b/ncurses-6.2-patches.tar.bz2 index b9848b2..57001b3 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:b133f9b02075796b92aedde3dc7d01d246bb23a6569194261314e4d4023704fc -size 3585350 +oid sha256:83ef27a0480e2e907334b01a75357ff4fc48d455c56267470ba67875ce10a00a +size 3594030 diff --git a/ncurses.changes b/ncurses.changes index ba52887..dbb80f3 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Oct 4 05:45:27 UTC 2021 - Dr. Werner Fink + +- Add ncurses patch 20211002 + + use return-value from vsnprintf to reallocate as needed to allow for + buffers larger than the screen size (report by "_RuRo_"). + + modify tset "-q" option to refrain from modifying terminal modes, to + match the documentation. + + add section on margins to terminfo.5, adapted from X/Open Curses. + + make tput/tset warning messages consistently using alias names when + those are used, rather than the underlying program's name. + + improve tput usage message for aliases such as clear, by eliminating + tput-specific portions. + + add a check in toe to ensure that a "termcap file" is text rather + than binary. + + further build-fixes for OpenBSD 6.9, whose header files differ from + ------------------------------------------------------------------- Mon Sep 27 07:27:36 UTC 2021 - Dr. Werner Fink