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
This happens because jquery terminal processes the "\t" character as a potential character in a name. Not sure we care enough in general to fix this, but it might be nice for cleanliness.
Maybe just strip all whitespace at the end of each command? This might also fix the "cd ~" issue you were having in case there are other users with the same non-US keyboard layout.
Example:
(from Home):
(note the tab character between "MIT" and "." on the last line.
edit: github makes this harder to show, because it converts the tab between "MIT" and "." to a single space.
The text was updated successfully, but these errors were encountered: