Closed jeffwilliams closed 1 year ago
This commit adds support for running programs using ConPTY even when the parent program is a Windows GUI application or if the parent program's stdin or stdout is redirected.
The fix implemented here is the one suggested in:
https://github.com/microsoft/terminal/issues/11276
I noticed this when I was trying to use your conpty package from a WIndows GUI application created with gio.
thanks for the contribution!
No problem, Thanks for making this great package!
This commit adds support for running programs using ConPTY even when the parent program is a Windows GUI application or if the parent program's stdin or stdout is redirected.
The fix implemented here is the one suggested in:
https://github.com/microsoft/terminal/issues/11276
I noticed this when I was trying to use your conpty package from a WIndows GUI application created with gio.