ncurses

Terminal screen handling and optimization package


ncurses (new curses) is a free software emulation of curses in
System V Rel 4.0 (and above). It uses terminfo format, supports
pads, colors, multiple highlights, form characters and function
key mapping. Because of the interactive nature of this library,
it will be of little use for writing Web applications, but may
be useful when writing scripts meant using PHP from the command
line.

See also http://www.gnu.org/software/ncurses/ncurses.html

License: PHP

This package is not maintained, if you would like to take over please go to this page.

Latest releases

Version Release Download
1.0.2 2012-06-16 ncurses-1.0.2.tgz
1.0.1 2009-12-17 ncurses-1.0.1.tgz
Show all releases

Changelog

Version Message
1.0.2 - Fixed build on PHP 5.3+
- Fixed bug #60853 (Missing NCURSES_KEY_HOME constant)
1.0.1 Add --enable-ncursesw configure switch for optional wide char support
Show complete changelog