New curses Libraries
As soon as a text application needs to directly control its output to
the screen (if it wants to place the cursor at location (x,y) then
write text), ncurses is used. The panel and the forms libraries are
included in this package. These new libraries support color, special
characters, and panels.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
10
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:zSystems/ncurses && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.devel | 0000002918 2.85 KB | |
baselibs.conf | 0000000503 503 Bytes | |
check-build.sh | 0000000989 989 Bytes | |
edit.sed | 0000000502 502 Bytes | |
handle.linux | 0000002268 2.21 KB | |
ncurses-5.7-tack.dif | 0000001550 1.51 KB | |
ncurses-5.9-ibm327x.dif | 0000000418 418 Bytes | |
ncurses-6.1-patches.tar.bz2 | 0001895002 1.81 MB | |
ncurses-6.1.dif | 0000035505 34.7 KB | |
ncurses-6.1.tar.gz | 0003365395 3.21 MB | |
ncurses-rpmlintrc | 0000000218 218 Bytes | |
ncurses.changes | 0000277796 271 KB | |
ncurses.spec | 0000038765 37.9 KB | |
tack-1.08-20170818.tgz | 0000225919 221 KB |
Revision 162 (latest revision is 277)
Dominique Leuenberger (dimstar_suse)
accepted
request 741817
from
Dr. Werner Fink (WernerFink)
(revision 162)
- Add ncurses patch 20191019 + modify make_hash to not require --disable-leaks, to simplify building with address-sanitizer. + modify tic to exit if it cannot remove a conflicting name, because treating that as a partial success can cause an infinite loop in use-resolution (report/testcase by Hongxu Chen, cf: 20111001). - Add ncurses patch 20191015 + improve buffer-checks in captoinfo.c, for some cases when the input string is shorter than expected. > fix two errata in tic (report/testcases by Hongxu Chen): + check for missing character after backslash in write_it + check for missing characters after "%>" when converting from termcap syntax (cf: 980530). - Avoid recursion trouble in spec file cause by undefined _lto_cflags - Add ncurses patch 20191012 + amend recent changes to ncurses*-config and pc-files to filter out Debian linker-flags (report by Sven Joachim, cf: 20150516). + clarify relationship between tic, infocmp and captoinfo in manpage. + check for invalid hashcode in _nc_find_type_entry and _nc_find_name_entry. > fix several errata in tic (reports/testcases by "zjuchenyuan"): + check for invalid hashcode in _nc_find_entry. + check for missing character after backslash in fmt_entry + check for acsc with odd length in dump_entry in check for one-one mapping (cf: 20060415); + check length when converting from old AIX box_chars_1 capability, overlooked in changes to eliminate strcpy (cf: 20001007).
Comments 1
Is it possible to retrigger build and republish all the packages that claim to buildrequire ncurses-devel ? PCRE posix is still infecting a sizeable amount of packages and those will likely crash under some circumstances as they expect regcomp from glibc and not from pcre.