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 | |
cursescheck | 0000003308 3.23 KB | |
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 | 0001970432 1.88 MB | |
ncurses-6.2.dif | 0000029746 29 KB | |
ncurses-6.2.tar.gz | 0003425862 3.27 MB | |
ncurses-rpmlintrc | 0000000218 218 Bytes | |
ncurses.changes | 0000320036 313 KB | |
ncurses.spec | 0000041023 40.1 KB | |
tack-1.09-20200220.tgz | 0000240186 235 KB |
Revision 185 (latest revision is 277)
Dominique Leuenberger (dimstar_suse)
accepted
request 879423
from
Dr. Werner Fink (WernerFink)
(revision 185)
- New package ncurses-tests which includes examples and tests - Include bash script cursescheck for ASC and REP capabilities - Add ncurses patch 20210313 + improve configure CF_LD_SEARCHPATH macro used for ncurses*-config and ".pc" files, from dialog changes. + reduce dependency of math-library in test programs. + minor fixes for test_tparm.c (cf: 20210306) + mention "ncurses" prefix in curses_version() manpage (report by Michal Bielinski). - Only libpcre2 for ncurses ABI 6 - Make linker script for ABI 6 check for needed libpcre2 - Add ncurses patch 20210306 + improved test/test_parm.c, by limiting the tests to capabilities that might have parameters or padding, and combined with tputs test. + improve discussion of padding versus tparm and tputs in man/curs_terminfo.3x + update portability note for FreeBSD in man/tput.1 - Add ncurses patch 20210227 + modify tic/infocmp to eliminate unnecessary "\" to escape ":" in terminfo format. + add check in tic for duplicate "use=" clauses. - Add ncurses patch 20210220 + improve tic warning when oc/op do not mention SGR 39/49 for xterm compatible XT flag. + revert change to lib_addch.c in waddch_literal() from 20210130, since
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.