We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a program uses CreateConsoleScreenBuffer() and SetConsoleActiveScreenBuffer(), it doesn't work on winpty.
CreateConsoleScreenBuffer()
SetConsoleActiveScreenBuffer()
Here is a sample: https://gist.github.com/k-takata/4564ae4deca758420514
The text was updated successfully, but these errors were encountered:
Vim 7.4.851 and later doesn't work on winpty anymore, because it uses CreateConsoleScreenBuffer() and SetConsoleActiveScreenBuffer().
Sorry, something went wrong.
d464089
This issue isn't fixed on Windows 7. I think it's only fixed on later versions.
i.e. See issue #42.
No branches or pull requests
If a program uses
CreateConsoleScreenBuffer()
andSetConsoleActiveScreenBuffer()
, it doesn't work on winpty.Here is a sample: https://gist.github.com/k-takata/4564ae4deca758420514
The text was updated successfully, but these errors were encountered: