lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, May 18, 2011 at 07:49:35PM +0200, Florian Weimer wrote:
> * Vasiliy G. Tolstov:
> 
> > How can i get some info about installing specific application what uses
> > dialog ncurses windows with progress bars and messages?
> 
> You need something that opens a pseudo terminal and runs the
> application within that.  Traditionally, such tools are called
> "expect".  I don't know if anyone has published a working LuaExpect,
> I'm afraid.

http://www.tset.de/lpty/ ?

    -Etan