★ wanayoo — archive 1999 http://www.gnu.org/software/ncurses/ncurses.htmlNouvelle recherche | Portail wanayoo

Announcing ncurses 5.0

 [image of the Head of a GNU]

The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses.

The Ncurses code is developed and tested under GNU/Linux, but it should port easily to any ANSI/POSIX-conforming UNIX-like system. It has even been ported to OS/2 Warp!

The distribution includes the library and support utilities, including a terminfo compiler tic, a decompiler infocmp, clear, tput, tset, and a termcap conversion tool captoinfo. Full manual pages are provided for the library and tools.

The Ncurses distribution is available via anonymous FTP at the GNU distribution site ftp://ftp.gnu.org/pub/gnu. It is also available at ftp://ftp.clark.net/pub/dickey/ncurses.

Release Notes

We decided to release ncurses as a new whole number release (5.0) because it incorporates several interface changes, including some that would invalidate existing shared libraries. These are the highlights from the change-log since ncurses 4.2 release.

Interface changes:

New features: Major bug fixes:

Features of Ncurses

The Ncurses package is fully compatible with SVr4 (System V Release 4) curses: The Ncurses package also has many useful extensions over SVr4:

State of the Package

Numerous bugs present in earlier versions have been fixed; the library is far more reliable than it used to be. Bounds checking in many `dangerous' entry points has been improved. The code is now type-safe according to gcc -Wall. The library has been checked for malloc leaks and arena corruption by the Purify memory-allocation tester.

The Ncurses code has been tested with a wide variety of applications including:

cdk
Curses Development Kit Curses Development Kit
ftp://ftp.clark.net/pub/dickey/cdk.
ded
directory-editor ftp://ftp.clark.net/pub/dickey/ded.
dialog
the underlying application used in Slackware's setup, and the basis for similar applications on GNU/Linux.
lynx
the character-screen WWW browser
Midnight Commander
file manager
mutt
mail utility
ncftp
file-transfer utility
nvi
New vi versions 1.50 are able to use Ncurses versions 1.9.7 and later.
taper
tape archive utility
tin
newsreader, supporting color, MIME ftp://ftp.akk.uni-karlsruhe.de/pub/news/clients/tin-unoff.
vh
Volks-Hypertext browser for the Jargon File
as well as some that use Ncurses for the Terminfo support alone:
minicom
terminal emulator
vile
vi-like-emacs ftp://ftp.clark.net/pub/dickey/vile.

The Ncurses distribution includes a selection of test programs (including a few games).

Who's Who and What's What

The original developers of Ncurses are Zeyd Ben-Halim and Eric S. Raymond. Ongoing work is being done by Thomas Dickey and Jürgen Pfeifer. Thomas Dickey acts as the maintainer for the Free Software Foundation, which holds the copyright on Ncurses. Contact the current maintainers at bug-ncurses@gnu.org.

To join the Ncurses mailing list, please write email to bug-ncurses-request@gnu.org containing the line:

             subscribe <name>@<host.domain>
This list is open to anyone interested in helping with the development and testing of this package.

Beta versions of Ncurses and patches to the current release are made available at ftp://ftp.clark.net/pub/dickey/ncurses.

Future Plans

We need people to help with these projects. If you are interested in working on them, please join the Ncurses list.

Other Related Resources

The distribution includes and uses a version of the terminfo-format terminal description file maintained by Eric Raymond. http://www.tuxedo.org/~esr/terminfo.

You can find lots of information on terminal-related topics not covered in the terminfo file at Richard Shuford's archive.


Return to GNU's home page.

Please send FSF & GNU inquiries & questions to gnu@gnu.org. There are also other ways to contact the FSF.

Please send comments on these web pages to webmasters@www.gnu.org, send other questions to gnu@gnu.org.

Copyright (C) 1998 Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

Updated: 11 Dec 1999 jonas