Update to ncurses-6.2 patch 20210130

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=527
This commit is contained in:
2021-02-01 08:55:32 +00:00
committed by Git OBS Bridge
parent 169cba0b42
commit 3978374aae
3 changed files with 40 additions and 156 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Feb 1 07:58:24 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20210130
+ correct an off-by-one in comparison in waddch_literal() which caused
scrolling when a double-cell character would not fit at the lower
right corner of the screen (report by Benno Schulenberg).
+ split-out att610+cvis, vt220+cvis, vt220+cvis8 -TD
+ add vt220-base, for terminal emulators which generally have not
supported att610's blinking cursor control -TD
+ use vt220+cvis in vt220, etc -TD
+ use att610+cvis, xterm+tmux and ansi+enq in kitty -TD
+ use vt220+cvis in st, terminology, termite since they ignore
blinking-cursor detail in att610+cvis -TD
- Port patch ncurses-6.2.dif
* Skip cvvis entries where vt220+cvis is used
* Skip function keys in rxvt-basic as rxvt+pcfkeys and use=vt220+keypadcw
is used
-------------------------------------------------------------------
Mon Jan 25 13:04:21 UTC 2021 - Dr. Werner Fink <werner@suse.de>