I am pleased to announce a new version of GNU guile-ncurses. guile-ncurses is a library for the creation of text user interfaces in the GNU Guile dialect of the Scheme programming language. It is based on the ncurses project's curses, panel, form, and menu libraries.
The web page for GNU guile-ncurses is http://www.gnu.org/software/guile-ncurses/ Its canonical download location is http://ftp.gnu.org/gnu/guile-ncurses/ Or you can download it from a mirror at http://ftpmirror.gnu.org/guile-ncurses/ This is a bug-fix release with no new features. The NEWS for this release is Release 1.5 - parallel 'make check' is now supported - will now look for ncurses headers in <ncursesw/curses.h> as well - the wcwidth procedure is not provided if it is not supported by the underlying libraries - Cygwin: support pty devices with guile-ncurses-shell - MinGW: avoid C library functions that are unavailable - MinGW: building guile-ncurses-shell is no longer attempted - MinGW: the libguile-ncurses dll is now unversioned so that Guile can find it - bugfixes