Text print y,x location?

Is it possible to output text to specific coordinates at the command
line in Ruby? If not how can command line apps such as Edit in Windows
or vi in UNIX be written?

Thanks.

See the thread titled “Go to specific row and column” that was also
started today.

Here’s a google groups link to it: http://rubyurl.com/F1U

Take a look at the Curses library module. It’s part of the standard
Ruby distribution.

Regards, Morton