Open hujianxin opened 4 years ago
Thanks for your replying. After looking around the doc, I found that rexpect has no the feature child.interact()
which exists in pexpect. I'll give pexpect a try, thanks anyway.
that's actually a good one, I'm reopening the ticket, maybe there are more people interested so I can motivate myself to implement it or maybe there's a contributor adding this feature
I'll have to fall back to pexpect too because I am also looking for an interact()
method equivalent...
Hey! Is the child.interact()
implemented yet? I've been waiting for this feature for a long time.
what do you want to accomplish?
Rexpect is no tty client in the sort that you can draw windows etc. So it cannot resize window. But you should be able to listen to signals and expect the SIGWINCH signal, but I did not check this out yet