Re: how recognize output of dialog ncurses inside shell
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: how recognize output of dialog ncurses inside shell
- From: Florian Weimer <fw@...>
- Date: 2011年5月18日 19:49:35 +0200
* 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.