bug-guile-ncurses
[Top][All Lists]
Advanced

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

[ANN] guile-ncurses 3.0


From: Mike Gran
Subject: [ANN] guile-ncurses 3.0
Date: Tue, 5 Nov 2019 14:17:38 -0800
User-agent: Mutt/1.11.3 (2019-02-01)

I am pleased to announce the release of guile-ncurses 3.0.

guile-ncurses is a library for the creation of text user interfaces in
the GNU Guile dialect of the Scheme programming language.  It is a
wrapper to the ncurses TUI library.  It contains some basic text
display and keyboard and mouse input functionality, as well as a menu
widget and a form widget.  It also has lower level terminfo and
termios functionality.

It can be downloaded from all the standard GNU places.

Because of big changes to data representation, this release may have
regressions.  Please report bugs to address@hidden

NEWS

- Requires Guile 2.2.4 or greater.
- Assumes Guile characters are Unicode codepoints.
- New build option --enable-hardening to compile with some hardening options
- New procedures termios-vmin-get and termios-vmin-set!
- New procedures termios-vtime-get and termios-vtime-set!
- New openpt procedure to open pseudoterminals
- Eliminate SMOBs and use foreign objects instead
- This breaks the custom equality procedures, so use new item=?,
  window=?, menu=?
              
Thanks,
Mike Gran


reply via email to

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