[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: best/safest TerminalView "interaction" method?
[Thread Prev] | [Thread Next]
- Subject: Re: best/safest TerminalView "interaction" method?
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Tue, 7 May 2024 10:39:54 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
On Sun, 5 May 2024 at 19:10, Benoît Minisini < benoit.minisini@xxxxxxxxxxxxxxxx> wrote: > Le 05/05/2024 à 13:46, Bruce Steers a écrit : > > is there a good/reliable way to interact with a terminalview after an > > input event? > > No. > > Look at the source code: the parameter of Input() is sent to the process > that runs inside the terminal. Then the process does what it want with > that, and sends some result on the terminal output when it wants. > > Regards, > > -- > Benoît Minisini. > Thanks Ben, i was just wondering if you had a similar reason to wait for a terminal response that you worked around. I guess not. Hopefully i'll think of something. Respects BruceS
best/safest TerminalView "interaction" method? | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: best/safest TerminalView "interaction" method? | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |