-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 makes random characaters appear on enter. #6011
Comments
Could you provide a screenshot of the problem, and your output of |
I am on a Samsung Galaxy 9, Android 10, patch Sept 1, 2020, and am using the on-screen Samsung keyboard OEM; tab in between ESC and CTRL onscreen.
|
I observed it futher, and it's not just tab-completion. Every time I press space or enter, the terminal has a fairly high probability of inserting random, but seemingly deterministic characters, seemingly from my input buffer. It's variable lenght, but fairly close to the replaced text. It's most noticable on tab-completion. |
Try the workaround for samsung keyboards described here: https://wiki.termux.com/wiki/Terminal_Settings#Workaround_for_some_keyboards_issues |
Yes, that sounds like exactly the problem. I couldn't reproduce it after the workaround, so I'm marking this closed. Thank you! |
Tab completion very often makes seemingly random characters (but the same characters in the same spot on executing the same command) get mixed up on pressing enter on the end of the latest tab completion. The tab completion is fine until the user presses enter, then it (probably) fails.
The text was updated successfully, but these errors were encountered: