strange glitch happening when using buttons
Termux - a terminal emulator application for Android OS extendible by variety of packages.
Brought to you by:
holen
Originally created by: noponydeepweb
sometimes the term merges random commands or the previous ones with the one you writing making it give an error or execute other command. everytime i use it i have to rewrite a command which can take very long if its long, and can really make damage if its using a delicade command like rm
write a random command; press tab, ctrl, up or down; write something and click space or enter
No response
Originally posted by: Sujoy-Paul
Are you using Samsung Keyboard? Switch to GBoard or any other keyboard app. Samsung keyboard often causes these glitches in Termux app.
Originally posted by: AliSananS
What shell are you using?
Do you have a custom prompt set for the shell?
Sometimes shell can break your command if it has dynamic features like
gitinfo.Originally posted by: sylirre
That typically happens if user did not enclosed color sequences and other unprintable characters between
\[&\]tokens.Bad:
Correct variant:
Although it is unknown what exactly happened for original poster. Steps to reproduce do not show described behavior and Play Store version of Termux is out-of-date. Suggesting switch to F-Droid or GitHub variant and try again, with default configuration.