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 | |
get_version_number.sh | 0000000817 817 Bytes | |
handle.linux | 0000002278 2.22 KB | |
ncurses-5.7-tack.dif | 0000001550 1.51 KB | |
ncurses-5.9-ibm327x.dif | 0000000418 418 Bytes | |
ncurses-6.2-patches.tar.bz2 | 0000501045 489 KB | |
ncurses-6.2.dif | 0000035734 34.9 KB | |
ncurses-6.2.tar.gz | 0003425862 3.27 MB | |
ncurses-rpmlintrc | 0000000218 218 Bytes | |
ncurses.changes | 0000296194 289 KB | |
ncurses.spec | 0000038298 37.4 KB | |
tack-1.09-20200202.tgz | 0000237953 232 KB |
Revision 174 (latest revision is 277)
Dominique Leuenberger (dimstar_suse)
accepted
request 810717
from
Dr. Werner Fink (WernerFink)
(revision 174)
- Add ncurses patch 20200531 + correct configure version-check/warnng for g++ to allow for 10.x + re-enable "bel" in konsole-base (report by Nia Huang) + add linux-s entry (patch by Alexandre Montaron). + drop long-obsolete convert_configure.pl + add test/test_parm.c, for checking tparm changes. + improve parameter-checking for tparm, adding function _nc_tiparm() to handle the most-used case, which accepts only numeric parameters (report/testcase by "puppet-meteor"). + use a more conservative estimate of the buffer-size in lib_tparm.c's save_text() and save_number(), in case the sprintf() function passes-through unexpected characters from a format specifier (report/testcase by "puppet-meteor"). + add a check for end-of-string in cvtchar to handle a malformed string in infotocap (report/testcase by "puppet-meteor"). - Add ncurses patch 20200523 + update version-check for gnat to allow for gnat 10.x to 99.x + fix an uninitialized variable in lib_mouse.c changes (cf: 20200502) + add a check in EmitRange to guard against repeat_char emitting digits which could be interpreted as BSD-style padding when --enable-bsdpad is configured (report/patch by Hiltjo Posthuma). + add --disable-pkg-ldflags to suppress EXTRA_LDFLAGS from the generated pkg-config and ncurses*-config files, to simplify configuring in the case where rpath is used but the packager wants to hide the feature (report by Michael Stapelberg). > fixes for building with Visual Studio C++ and msys2 (patches by "Maarten Anonymous"): + modify CF_SHARED_OPTS to generate a script which translates linker options into Visual Studio's dialect.
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.