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 | 0001899740 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 | 0000279212 273 KB | |
ncurses.spec | 0000038765 37.9 KB | |
tack-1.08-20190721.tgz | 0000232840 227 KB |
Revision 163 (latest revision is 277)
Dominique Leuenberger (dimstar_suse)
accepted
request 744202
from
Dr. Werner Fink (WernerFink)
(revision 163)
- Add tack patch 1.08-20190721 * tack.c, edit.c, tack.h: gcc-8.x-warnings * init.c, edit.c: gcc 4.x warning * charset.c: update copyright * charset.c: rewrite of set_attr resulted in off-by-one loop limit * aclocal.m4: add CF_CURSES_TERM_H to get proper ifdef's for the boolnames arrays * configure.in: add CF_CURSES_TERM_H * aclocal.m4: add CF_TERMIOS_TYPES, from xterm * sysdep.c: use termios types such as tcflag_t * configure.in: use CF_TERMIOS_TYPES * tack.h: update copyright * aclocal.m4: resync with my-autoconf * package/debian/changelog, package/tack.spec, tack.h: bump * config.sub: 2019-06-30 * config.guess: 2019-06-10 - Add ncurses patch 20191026 + add a note in man/curs_add_wch.3x about Unicode terminology for the line-drawing characters (report by Nick Black). + improve comment in lib_tgoto.c regarding the use of \200 where a \0 would be intended by the caller (report by "64 bit", cf: 20000923). + modify linux-16color to accommodate Linux console driver change in early 2018 (report by Dino Petrucci). - Correct offsets of hunks of patch ncurses-6.1.dif for misc/terminfo.src
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.