forked from pool/ncurses
Accepting request 795662 from Base:System
- 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 OBS-URL: https://build.opensuse.org/request/show/795662 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=172
This commit is contained in:
commit
3d473b0679
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7400447eca28922c8647427d7b2c3c02987ec97deb2c222ac122811fc0dd654c
|
||||
size 358126
|
||||
oid sha256:d2f56ae2b88ecc74622179a3bcc41d227282544da527d6f2f3836bf0e417541f
|
||||
size 366830
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:39:46 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- 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 <werner@suse.de>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user