From: Tobias Peters Date: 2005-02-07T06:55:10+09:00 Subject: Re: ncurses howto examples available >>> http://www.raphinou.com/rubyncurses-examples.tgz . >> Thanks for translating these. I'll have a look soon. I've looked at your examples and have the following suggestions: example1.rb: mvaddstr would work (there was a typo) example2.rb: use different arrays for row and col: row=[];col=[] > Having read it now, I'm looking for the form2.rb example it mentions. > (It doesn't seem to be included in the Debian package). Looks like a packaging oversight. You can get them from the source package in the meantime, or via ViewCVS: http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ncurses-ruby/ncurses-ruby/examples/ Tobias