-
Notifications
You must be signed in to change notification settings - Fork 11
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
ConPTY Support on Windows #5
Comments
Hi @Stanzilla, No updates on that yet. I'm busy updating ptterm for prompt_toolkit 3.0. That's mostly finished, except for the Windows support. Maybe I should look into ConPTY and not bother fixing the winpty code. (If you want to contribute, see if you can create a PR to that branch.) |
Sadly won't have time to contribute but it looks like winpty is pretty dead anyway so it might be time to move on. Appreciate your work! |
I just did a quick search and found https://github.com/andfoy/pywinpty. Maybe it can replace winpty? |
For recent Windows versions, winpty should no longer be needed. (that's since a couple of years now). ptterm should be rewritten to take advantage of the newer Win32 syscalls. (like |
I'm researching the topic e.g. here: https://learn.microsoft.com/en-us/windows/console/console-reference A python wrapper class that provides the same functions for ptterm as the backends and under the hood calls Console API functions would be the way to go, right? |
Hey there, in prompt-toolkit/python-prompt-toolkit#723 you hinted that support for ConPTY on Windows might be coming, are there any updates on this?
The text was updated successfully, but these errors were encountered: