Skip to content
New issue

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 IEXTEN? #142

Closed
FGasper opened this issue Sep 13, 2017 · 2 comments
Closed

Why IEXTEN? #142

FGasper opened this issue Sep 13, 2017 · 2 comments

Comments

@FGasper
Copy link

FGasper commented Sep 13, 2017

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.

@jerch
Copy link
Collaborator

jerch commented Sep 13, 2017

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.

@Tyriar
Copy link
Member

Tyriar commented Oct 21, 2021

duplicate of #73, https://github.com/jerch/node-termios is current workaround

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants