From: Gregory Brown Date: 2008-08-01T02:49:56+09:00 Subject: Re: cursor position within the console in ruby On Thu, Jul 31, 2008 at 1:44 PM, juicymixx@mailinator.com wrote: > Is this possible? I'm coming up with blanks on how to attempt > this...? I'm sure this has been tackled before... Anyone want to > point me in the right direction? > thanks! Curses in the standard library may work if you can afford the dependency. http://www.ruby-doc.org/stdlib/libdoc/curses/rdoc/index.html