You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to interact with this module programmatically (via node-pty and a child process) and noticed that I have to send the \r char separately (and after a short delay, so that the OS sends the data separately) from the rest of the payload.
I'm attempting to interact with this module programmatically (via
node-pty
and a child process) and noticed that I have to send the\r
char separately (and after a short delay, so that the OS sends the data separately) from the rest of the payload.So basically this does not work:
But this does:
The text was updated successfully, but these errors were encountered: