newsguile-ncurses - News: guile-ncurses version 1.3 released

 
 
Latest News
guile-ncurses v3.0 released posted by mike121, Tue 05 Nov 2019 10:04:25 PM UTC
guile-ncurses 2.0 released posted by mike121, Sat 22 Oct 2016 05:54:24 AM UTC
guile-ncurses 1.7 released posted by mike121, Sun 08 May 2016 11:04:38 PM UTC
guile-ncurses 1.6 released posted by mike121, Tue 28 Oct 2014 12:05:34 AM UTC
guile-ncurses version 1.5 released posted by mike121, Sun 28 Sep 2014 09:47:50 PM UTC

guile-ncurses version 1.3 released

Item posted by Mike Gran <mike121> on Thu 03 Feb 2011 02:22:09 PM 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/

The NEWS for this release is

Release 1.3
- Reworked support for is-pad? and is-subwin?
  - configure tests for presence of is_pad and is_subwin in ncurses
  - is-pad? and is-subwin? now return #t the ncurses library has no
    way to give information if a window is a pad or subwin
  - new feature test constants %is-pad-broken and %is-subwin-broken
    give information if is-pad? and is-subwin? always return true
- The tests now only run if an xterm terminfo file is avaiable.
- Tests that gave different results when detached from a terminal
  were disabled.
- Disable experimental termios library by default.
- Fix memory double-free error in form library.
- New functions grantpt, unlockpt, ptsmakeraw, ptsname in undocumented
  'extra' library
- Some bugfixes.

 

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code