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

Feature request: Add support for pty fds in process #399

Open
leha-bot opened this issue Sep 9, 2024 · 1 comment
Open

Feature request: Add support for pty fds in process #399

leha-bot opened this issue Sep 9, 2024 · 1 comment

Comments

@leha-bot
Copy link

leha-bot commented Sep 9, 2024

The main use case is for batch run some apps which doesn't understand "non-tty" stdin.

Windows supports this from win10 , 1803 and requires the special HANDLEs created via CreatePseudoConsole
Linux creates these pty via openpty(3).

@klemens-morgenstern
Copy link
Collaborator

What do you have in mind here? An IO Object for the ability to set this for a subprocess?

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

No branches or pull requests

2 participants