forked from pool/ncurses
Update to ncurses-6.2-20200711
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=498
This commit is contained in:
parent
666ee6acc3
commit
03cecc5405
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:144ac9cdbb11a58d1ce50bd05cc945f88275f94a10c0dc4e62fc77ae82d0645d
|
||||
size 532105
|
||||
oid sha256:7e123544d2bde8999bf7bb8a615ac59ce4b9cea2d4115c414c88263c69dae1d1
|
||||
size 537488
|
||||
|
@ -429,8 +429,8 @@
|
||||
# Linux 2.6.x has a fix for SI/SO to work with UTF-8 encoding added here:
|
||||
# http://lkml.iu.edu/hypermail/linux/kernel/0602.2/0738.html
|
||||
@@ -1032,6 +1040,7 @@ linux2.6|linux 2.6.x console,
|
||||
acsc=++\,\,--..00__``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwx
|
||||
xyyzz{{||}c~~,
|
||||
acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
|
||||
yzz{{||}}~~,
|
||||
enacs=\E)0, rmacs=^O,
|
||||
+ cvvis=\E[?25h\E[?8c,
|
||||
sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5
|
||||
@ -846,7 +846,7 @@
|
||||
#include <curses.priv.h>
|
||||
|
||||
#include <ctype.h>
|
||||
@@ -105,6 +109,30 @@ _nc_basename(char *path)
|
||||
@@ -111,6 +115,30 @@ _nc_basename(char *path)
|
||||
return path + _nc_pathlast(path);
|
||||
}
|
||||
|
||||
@ -976,7 +976,7 @@
|
||||
|
||||
--- test/test.priv.h
|
||||
+++ test/test.priv.h 2020-03-09 09:17:28.753300070 +0000
|
||||
@@ -994,12 +994,12 @@ extern char *_nc_strstr(const char *, co
|
||||
@@ -1001,12 +1001,12 @@ extern char *_nc_strstr(const char *, co
|
||||
#endif
|
||||
|
||||
/* out-of-band values for representing absent capabilities */
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 13 09:20:28 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Add ncurses patch 20200711
|
||||
+ fix pound-sign mapping in acsc of linux2.6 entry (report by Ingo
|
||||
Bruckl).
|
||||
+ additional changes for building with Visual Studio C++ and msys2
|
||||
(reports/patches by "Maarten Anonymous")
|
||||
+ build-improvements for Windows 10 and MinGW (patch by Juergen
|
||||
Pfeifer).
|
||||
+ fix a typo in curs_printw.3x (patch by William Pursell).
|
||||
+ fix two errors in infotocap which allowed indexing outside the
|
||||
buffer (report/testcases by Zhang Gan).
|
||||
+ update length of strings in infocmp's usage function to restore a
|
||||
trailing null on the longest string (report/testcase by Zhang Gen).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 7 09:11:13 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user