[ANN] ncurses-ruby 0.6

ncurses-ruby makes most functions, constants, and external variables of
the FSF’s C library “ncurses” accessible from ruby. Additionally,
ncurses-ruby can now also be used in conjunction with the PDCurses
library, in which case it wraps the common subset of features of both
libraries. A binary package for Windows/MinGW/PDCurses is available.

Homepage: http://ncurses-ruby.berlios.de/

Starting with version 0.6, all wrapper code is written in plain C which
should fix compilation problems with several C+±compiler/ruby-distribution
combinations.

Tobias

···


remove the invalid adress part to reach me

Would it be possible to use JTTui (in RAA) on Windows with your
library?

Regards,
Pit

···

On 18 Nov 2002 at 6:35, Tobias Peters wrote:

ncurses-ruby makes most functions, constants, and external variables
of the FSF’s C library “ncurses” accessible from ruby. Additionally,
ncurses-ruby can now also be used in conjunction with the PDCurses
library, in which case it wraps the common subset of features of both
libraries. A binary package for Windows/MinGW/PDCurses is available.

No. Jakub’s nice TUI library does not use ncurses-ruby in any way.

But nonetheless, it runs fine on windows with cygwin.

If you don’t want cygwin, you may be able to compile it with PDCurses, or
port it to PDCurses if it has not already been done.

···

On Tue, 19 Nov 2002, Pit Capitain wrote:

Would it be possible to use JTTui (in RAA) on Windows with your
library?