From: Martin DeMello Date: 2007-02-26T17:16:11+09:00 Subject: Re: I need to know if one function does excist. On 2/26/07, Helgitomas Gislason wrote: > This is a highland program or something, I want to know if I can use > ruby without installing any update to it. There's the ruby/ncurses module which ships with ruby. require 'curses' to use it, and the function you're looking for is Curses.getch(). Documentation seems to be a bit sparse, though. martin