-
Notifications
You must be signed in to change notification settings - Fork 168
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
iPython3 broken with winpty running under ConEmu Cygwin connector #102
Comments
@CMCDragonkai Are you using ConEmu? I am able to reproduce the issue with ConEmu and the Cygwin connector. The |
I'm guessing ipython uses prompt_toolkit, which decides its output is ConEmu by looking for |
Yep using CONEMU and Cygwin |
I considered having winpty clear ConEmu environment variables only when it detected the presence of the ConEmu hook DLL, but that's too conservative a fix -- it's possible for (a) ConEmu to set those variables, then (b) ConEmu starts some other process unhooked, then (c) some descendant eventually starts |
See #106 |
Running iPython3 with winpty gives something like this:
The text was updated successfully, but these errors were encountered: