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
Moving the cursor would not cause text to disappear to the right of it.
If the cursor any further than one character before the first < character, all characters after the cursor are invisible.
<
AAAAAAAAAAAAAB<BBBBBBBBBBBB
Chrome 61 Win 8.1/ Win 10
It think it is related to the < not being escaped.
The text was updated successfully, but these errors were encountered:
escape < and > in command line #345
3ce4382
fixed in devel branch
Sorry, something went wrong.
Released in 1.9.0
No branches or pull requests
Expected behavior
Moving the cursor would not cause text to disappear to the right of it.
Actual behavior
If the cursor any further than one character before the first
<
character, all characters after the cursor are invisible.Steps to reproduce
AAAAAAAAAAAAAB<BBBBBBBBBBBB
into a consoleBrowser and OS
Chrome 61 Win 8.1/ Win 10
It think it is related to the
<
not being escaped.The text was updated successfully, but these errors were encountered: