From: Walton Hoops Date: 2009-10-07T06:35:48+09:00 Subject: Re: Creating a pacifier in command line program Ruby comes pre-packaged with a curses library that (supposedly) works with both Linux and Windows. It is completely undocumented (that I can find), but the C Curses library may help. Have a look at: http://heather.cs.ucdavis.edu/~matloff/UnixAndC/CLanguage/Curses.pdf The ruby curses lack-of-documentation: http://ruby-doc.org/stdlib/libdoc/curses/rdoc/index.html Hope this helps! > -----Original Message----- > From: jerry.piazza@afg.usmc.mil [mailto:jerry.piazza@afg.usmc.mil] > Sent: Tuesday, October 06, 2009 2:21 PM > To: ruby-talk ML > Subject: Creating a pacifier in command line program > > I am trying to create a program that, at one part, replaces already > displayed on the line with another. > > For example: > > Lets say the program is recursing directories. > > It should display: > > checking c:\Program Files\ > > then when it is done with that directory replace that line with the > next, not create another below it. > > I have been unable to locate information about this, though I don't > really know what to call it. > > Thank you. > -- > Posted via http://www.ruby-forum.com/.