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.
- Sources inherited from project SUSE:SLE-12:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Alexander_Naumov:SLE12/ncurses && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.devel | 0000002918 2.85 KB | |
baselibs.conf | 0000000443 443 Bytes | |
check-build.sh | 0000000989 989 Bytes | |
edit.sed | 0000000502 502 Bytes | |
handle.linux | 0000002268 2.21 KB | |
ncurses-5.7-tack.dif | 0000000366 366 Bytes | |
ncurses-5.9-environment.dif | 0000000864 864 Bytes | |
ncurses-5.9-ibm327x.dif | 0000000333 333 Bytes | |
ncurses-5.9-overwrite.dif | 0000000747 747 Bytes | |
ncurses-5.9-patches.tar.bz2 | 0003040677 2.9 MB | |
ncurses-5.9.dif | 0000033061 32.3 KB | |
ncurses-5.9.tar.bz2 | 0002043534 1.95 MB | |
ncurses-rpmlintrc | 0000000168 168 Bytes | |
ncurses.changes | 0000117331 115 KB | |
ncurses.spec | 0000025147 24.6 KB | |
tack-1.07-20120916.tar.bz2 | 0000153883 150 KB |
Latest Revision
Ruediger Oertel (oertel)
committed
(revision 2)
- Add ncurses patch 20140201 + add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate which "short" types are for color pairs and which are color values. + fix build for s390x, by correcting field bit offsets in generated representation clauses when int=32 long=64 and endian=big, or at least on s390x (patch by Nicolas Boulenguez). + minor cleanup change to test/form_driver_w.c (patch by Gaute Hope). - Add ncurses patch 20140125 + remove unnecessary ifdef's in Ada95/gen/gen.c, which reportedly do not work as is with gcc 4.8 due to fixes using chtype cast made for new compiler warnings by gcc 4.8 in 20130824 (Debian #735753, patch by Nicolas Boulenguez). - Add patch ncurses-5.9-ibm327x.dif to make ibm327x not a generic terminal type but a more dumb one (bnc#859214)
Comments 0