Feature request: Add support for pty fds in process
Open
- Dominant language
- C++
- Stars
- 145
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Description
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](https://learn.microsoft.com/en-us/windows/console/createpseudoconsole)
Linux creates these pty via [openpty(3)](https://www.man7.org/linux/man-pages/man3/openpty.3.html).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.