You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is fixed it will be released in next bug fix version. The problem was that when prompt was not formatting the brackets where not escaped and the whole thing was wrapped in empty formatting, so if fact it was broken formatting. Brackets have special meaning in jQuery Terminal but only if the are in special format (which is know as jQuery Terminal formatting).
Issue summary
Hi,
I'm using 2.22.0 and the following prompt:
Expected behavior
Prompt is
Actual behavior
Prompt is
or after pressing Enter, the entered line switches but the prompt stays the same:
Steps to reproduce
Use a prompt with
[]
.f.e. in the demo:
Additional info
This worked for me as a workaround in 2.21.0:
f.e. in the demo:
But now this adds big
span
elements after the prompt and after[
and]
if Enter is pressed.Browser and OS
Chrome 88 on Windows 10
The text was updated successfully, but these errors were encountered: