guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Guile-ncurses 1.6 released


From: Mike Gran
Subject: Guile-ncurses 1.6 released
Date: Mon, 27 Oct 2014 18:57:57 +0000 (UTC)

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 release adds a couple of new features and changes

- Two more ncurses functions have been wrapped: 'unctrl' and
  'resizeterm'
- 'form-driver' now handles Unicode if a recent version of ncurses

  is being used
- '%is-form-driver-wide' is a new constant that indicates if
  'form-driver' can handle Unicode

- 'newterm' now operates only on file ports.  Other port types never
  worked correctly.
- the configure script no longer ignores LIBS and LDFLAGS specified
  on the command line

Thanks,

Mike Gran


reply via email to

[Prev in Thread] Current Thread [Next in Thread]