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:Leap:16.0:FactoryCandidates/ncurses && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
FORTIFY_SOURCE_3-fix.patch | 0000000449 449 Bytes | |
README.devel | 0000002918 2.85 KB | |
baselibs.conf | 0000000503 503 Bytes | |
check-build.sh | 0000000989 989 Bytes | |
cursescheck | 0000008795 8.59 KB | |
edit.sed | 0000000490 490 Bytes | |
get_version_number.sh | 0000000856 856 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.4.dif | 0000027910 27.3 KB | |
ncurses-6.5-patches.tar.bz2 | 0001485551 1.42 MB | |
ncurses-6.5.tar.gz | 0003688489 3.52 MB | |
ncurses-6.5.tar.gz.asc | 0000000729 729 Bytes | |
ncurses-rpmlintrc | 0000000306 306 Bytes | |
ncurses.changes | 0000405880 396 KB | |
ncurses.keyring | 0000006266 6.12 KB | |
ncurses.spec | 0000043631 42.6 KB | |
tack-1.10-20240501.tgz | 0000258959 253 KB | |
tack-1.10-20240501.tgz.asc | 0000000729 729 Bytes |
Revision 272 (latest revision is 275)
Ana Guerrero (anag+factory)
accepted
request 1202539
from
Dr. Werner Fink (WernerFink)
(revision 272)
- Add ncurses patch 20240922 + add a few null-pointer checks in ncurses + improve test-driver in ncurses/link_test.c + restore background character in manpages as described in X/Open Curses section 3.3.6, and add option "-c" to test programs to illustrate a non-blank character in the window background property. + improve formatting/style of manpages (patches by Branden Robinson). + modify ncurses*-config to add -I option in --cflag where needed for --disable-overwrite to match ".pc" files. + disallow directories and block/character devices in safe-open. + amend scr_restore() and scr_init() to remove the target window only after validating the source window which will replace the target (report by Zixi Liu). - Add ncurses patch 20240914 + modify _nc_flush() to also flush stderr to help the flash capability to work in bash (patch by Harm te Hennepe, cf: 20201128) + omit -g and -fXXX flags from CFLAGS in misc/ncurses-config.in + improve formatting/style of manpages (patches by Branden Robinson). + improve examples in NCURSES-Programming-HOWTO.html + update comments in terminfo.src -TD - Add ncurses patch 20240831 + build-fix for a case in msys2 where gettimeofday() was available but the fallback was partly configured. > patch by Rafael Kitover: + separate the _NC_WINDOWS platform macro into _NC_WINDOWS_NATIVE, for MinGW and other native Win32 support, and _NC_WINDOWS, to make some Win32 features available under the Cygwin runtime, in this case the term-driver.
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.