Update to ncurses 6.2 patch 20211002

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=571
This commit is contained in:
Dr. Werner Fink 2021-10-04 07:53:22 +00:00 committed by Git OBS Bridge
parent 39f7c02acb
commit bea00e8ccb
2 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b133f9b02075796b92aedde3dc7d01d246bb23a6569194261314e4d4023704fc
size 3585350
oid sha256:83ef27a0480e2e907334b01a75357ff4fc48d455c56267470ba67875ce10a00a
size 3594030

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Oct 4 05:45:27 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- 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 <werner@suse.de>