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
I'm using MSYS2 on Windows 8.1 (64 bit) with mintty. The following happens when I type something:
julia> 1+2 _
_ should represent the blinking cursor. When I press any button (e. g. the a key) it correctly updates to the following:
julia> 1+2 3 julia> a_
When I run julia via cmd.exe everything works fine.
The text was updated successfully, but these errors were encountered:
It is known. I think this has the same underlying cause as #7174
Sorry, something went wrong.
confirmed duplicate
No branches or pull requests
I'm using MSYS2 on Windows 8.1 (64 bit) with mintty. The following happens when I type something:
_ should represent the blinking cursor. When I press any button (e. g. the a key) it correctly updates to the following:
When I run julia via cmd.exe everything works fine.
The text was updated successfully, but these errors were encountered: