We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why does node-pty have the IEXTEN flag enabled? It has the effect of barring bytes 0x0f and 0x16 from reaching the child process.
It might be nice to have an option to disable this.
The text was updated successfully, but these errors were encountered:
termios flags cant be configured in node-pty currently. I suggest to use https://github.com/jerch/node-termios for now to change the settings.
Sorry, something went wrong.
duplicate of #73, https://github.com/jerch/node-termios is current workaround
No branches or pull requests
Why does node-pty have the IEXTEN flag enabled? It has the effect of barring bytes 0x0f and 0x16 from reaching the child process.
It might be nice to have an option to disable this.
The text was updated successfully, but these errors were encountered: