Skip to content
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

Julia interactive shell not updating correctly when used through mintty #7611

Closed
jhasse opened this issue Jul 14, 2014 · 2 comments
Closed
Labels
system:windows Affects only Windows

Comments

@jhasse
Copy link
Contributor

jhasse commented Jul 14, 2014

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.

@tkelman
Copy link
Contributor

tkelman commented Jul 14, 2014

It is known. I think this has the same underlying cause as #7174

@vtjnash
Copy link
Member

vtjnash commented Jul 15, 2014

confirmed duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system:windows Affects only Windows
Projects
None yet
Development

No branches or pull requests

3 participants