forked from pool/ncurses
Update to ncurses 6.1-20190223
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=414
This commit is contained in:
parent
f65359b605
commit
225127ed5b
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eef95a9bedd2beadf0adb4b9a5260600b21f9c5c078ea699b1cffb51163730fa
|
||||
size 1303656
|
||||
oid sha256:f11b88636676d5e3401aeca2a0b5dfa1a517acca6b8cef754e2e0d60e14ce619
|
||||
size 1307017
|
||||
|
@ -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-02-06 07:51:48.453355178 +0000
|
||||
@@ -2205,6 +2205,8 @@ extern NCURSES_EXPORT(char *) _nc_tracec
|
||||
@@ -2207,6 +2207,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);
|
||||
@ -994,7 +994,7 @@
|
||||
|
||||
--- test/test.priv.h
|
||||
+++ test/test.priv.h 2019-02-06 07:51:48.457355102 +0000
|
||||
@@ -940,12 +940,12 @@ extern char *strnames[], *strcodes[], *s
|
||||
@@ -944,12 +944,12 @@ extern char *strnames[], *strcodes[], *s
|
||||
#endif
|
||||
|
||||
/* out-of-band values for representing absent capabilities */
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 08:18:08 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Add ncurses patch 20190223
|
||||
+ fix typo in adds200 -TD
|
||||
+ add tic check for consistent alternate character set capabilities.
|
||||
+ improve check in mvcur() to decide whether to use hard-tabs, using
|
||||
xt, tbc and hts as clues.
|
||||
+ replace check in reset command for obsolete "pt" capability using
|
||||
tbc and hts capabilities as clues (report by Nicolas Marriott).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 18 08:56:21 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user