newsguile-ncurses - News

 
 

guile-ncurses version 1.2 released

Item posted by Mike Gran <mike121> on Wed 19 Jan 2011 03:05:49 AM 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.2
- Add many docstrings for curses library
- Convert curses library to use srfi-34/35 conditions.  Curses
  predicate functions added: curses-wrong-type-arg-error?,
  curses-bad-state-error?
- New curses functions: mcprint, is-subwin?, is-pad?, is-cleared?,
  is-idlok?, is-idcok?, is-immedok?, is-leaveok?, is-scrollok?,
  getscrreg, has-mouse?, is-keypad?, is-meta?, is-nodelay?,
  is-immedok?, is-notimeout?, getmaxx, getmaxy, getbegx, getbegy,
  getparx, getpary, getcurx, getcury
- New utility functions: wcwidth, standout, standout-on, standout-off
- wsyncdown renamed to syncdown
- wsyncup renamed to syncup
- wcursyncup renamed to cursyncup
- Many bugfixes

Thanks,

Mike Gran

Back to the top

Powered by Savane 3.14-f13d.
Corresponding source code