-
Notifications
You must be signed in to change notification settings - Fork 77
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
ANSI codes printed after exit and prompt is off. #2027
Labels
Comments
This is while running
I'm guessing this is related. The ANSI interaction is not working over several nested processes? |
New observations:
It might be a race for System.in or System.out.
|
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Some programs like
mvn package
print this on the command prompt after exit:;1R;3R
That is probably a response to the line column retrieval command that comes late.
Also the cursor is off in such cases, after the normal bash prompt should appear again.
The text was updated successfully, but these errors were encountered: