SHA256
3
0
forked from pool/ncurses

Update to 6.1-20190511

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=424
This commit is contained in:
Dr. Werner Fink 2019-05-13 07:52:50 +00:00 committed by Git OBS Bridge
parent 6cfc406a93
commit b263cbbb56
4 changed files with 26 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:058a81f0ef36f12eb4034e23123f3cfe9404c1c8efe534097f43229b23140c81
size 1456650
oid sha256:dbc0a08f023e71a98d10fec35cd0da19d63886f925d3aa7af9708a2397f076db
size 1463006

View File

@ -795,7 +795,7 @@
$(SHELL) -e $(base)/MKlib_gen.sh "$(CPP) $(CPPFLAGS)" "$(AWK)" generated <../include/curses.h >$@
--- ncurses/curses.priv.h
+++ ncurses/curses.priv.h 2019-04-01 07:18:56.553106962 +0000
@@ -2229,6 +2229,8 @@ extern NCURSES_EXPORT(char *) _nc_tracec
@@ -2235,6 +2235,8 @@ extern NCURSES_EXPORT(char *) _nc_tracec
extern NCURSES_EXPORT(char *) _nc_tracemouse (SCREEN *, MEVENT const *);
extern NCURSES_EXPORT(char *) _nc_trace_mmask_t (SCREEN *, mmask_t);
extern NCURSES_EXPORT(int) _nc_access (const char *, int);

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon May 13 07:51:13 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20190511
+ fix a spurious blank line seen with "infocmp -1fx xterm+x11mouse"
+ add checks in repair_subwindows() to keep the current position and
scroll-margins inside the resized subwindow.
+ add a limit check in newline_forces_scroll() for the case where the
row is inside scroll-margins, but not at the end (report by Toshio
Kuratomi, cf: 20170729).
+ corrected a warning message in tic for extended capabilities versus
number of parameters.
-------------------------------------------------------------------
Fri May 10 07:55:17 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20190504
+ improve workaround for Solaris wcwidth versus line-drawing characters
(report by Pavel Stehule).
+ add special case in tic to validate RGB string-capability extension.
+ corrected string/parameter-field for RGB in Caps-ncurses.
-------------------------------------------------------------------
Mon Apr 29 07:04:37 UTC 2019 - Dr. Werner Fink <werner@suse.de>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#