Skip to content
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

tab completion after a complete path adds an extra \t (tab character) #55

Open
rdeits opened this issue Apr 30, 2013 · 2 comments
Open

Comments

@rdeits
Copy link

rdeits commented Apr 30, 2013

Example:
(from Home):

cd MIT[tab]
There is no room called MIT .

(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.

@mprat
Copy link
Owner

mprat commented May 1, 2013

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.

@rdeits
Copy link
Author

rdeits commented May 1, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants