[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Text print y,x location?

Sard Aukary

8/14/2006 9:44:00 PM

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.

--
Posted via http://www.ruby-....

2 Answers

phrogz

8/14/2006 9:59:00 PM

0

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

Here's a google groups link to it: http://rubyu...

Morton Goldberg

8/15/2006 3:45:00 AM

0

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

Regards, Morton

On Aug 14, 2006, at 5:44 PM, Sard Aukary wrote:

> 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?