Update to ncurses-6.2 patch 20210206

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=529
This commit is contained in:
2021-02-08 13:52:37 +00:00
committed by Git OBS Bridge
parent 3978374aae
commit a482db674d
4 changed files with 37 additions and 14 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Feb 8 08:46:27 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20210206
+ provide for wide-characters as background character in wbkgrnd
(report/testcase by Anton Vidovic)
+ add name for Fedora's pcre2 to configure check for "--with-pcre2"
option, from xterm #363 -TD
+ modify adjustment in PutCharLR to restore the cursor position before
writing to the lower-right corner, rather than decrementing the
cursor column, in case it was a double-width character (cf: 20210130).
-------------------------------------------------------------------
Mon Feb 1 07:58:24 UTC 2021 - Dr. Werner Fink <werner@suse.de>