pane.send_keys()
doesn't send cmd to correct pane when cmd has a -t
flag
#533
Labels
pane.send_keys()
doesn't send cmd to correct pane when cmd has a -t
flag
#533
Hi @tony,
I am using pane.send_keys() with ssh and its
-t
flag (Force pseudo-terminal allocation.)The command is not sent to the correct target pane, but to the current active pane.
It looks like it is related to the following commit:
#ee8a7054
startswith
vsin
The below code should be sufficient to reproduce the problem
Thanks,
The text was updated successfully, but these errors were encountered: