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
My bash prompt work incorrect when use shml. If prompt line too long, then text will overwrite the screen of current line and hard to see.
This bug appear because non-printable sequences. I fix this after add "\[" and "\]" in fgcolor and bgcolor.
Further reading:
PR #51
The text was updated successfully, but these errors were encountered:
Thank you for the detailed issue. I commented on #51
Sorry, something went wrong.
Okay this makes it much clearer. Thank you for the expanded explanation.
jdorfman
No branches or pull requests
My bash prompt work incorrect when use shml.
If prompt line too long, then text will overwrite the screen of current line and hard to see.
This bug appear because non-printable sequences. I fix this after add "\[" and "\]" in fgcolor and bgcolor.
Further reading:
PR
#51
The text was updated successfully, but these errors were encountered: