hello, thx for your answer :

Simon Strandgaard wrote:
> 
> On Wed, 13 Aug 2003 06:49:58 +0000, MENON Jean-Francois wrote:
> 
> > I would like to start to learn using curses with ruby.
> > I don't know nothing about curses.
> > Is there existing any documentation about the ruby curses library?
> > all I found yet is code examples (not all works).
> >  Do I have to search directly in the C source of ruby to get the names
> > of the functions and constants for example?
> 
> If there is examples in the Ruby source which doesn't work, why don't you
> submit a bug-report ?

I will submit a bug-report as soon as I understand something to the
examples

> 
> curses is deprecated. Instead use Ncurses.
> http://ncurses-ruby.berlios.de/

I use the curses version in the  ruby distrib (1.8.0-pre7). 
Does it contains deprecated libraries ?

jf