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

Clearing of characters broken on Windows? (backspace / delete keys) #102

Open
CoDEmanX opened this issue Aug 18, 2015 · 0 comments
Open

Comments

@CoDEmanX
Copy link

From arangodb/arangodb#1187:

  1. If you hit backspace with no character entered, arangosh [...]> disappears, and re-appears if you type something in
  2. If you delete characters and the code wraps to a 2nd line past the length of the string
    arangosh [...]>, the last character won't be cleared and will thus appear as many times as you hit Backspace / Del. The superfluous chars are removed as soon as the line length drops low enough (around character 80 of the entered code).

http://youtu.be/LxQ0zg-fOoY

Is this a known problem? Was it fixed meanwhile? If no, could you take a look why this happens?

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

1 participant