lua-users home
lua-l archive

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


* 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.