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
If I am using my smartphone to write into the terminal, it is working as expected except that the backspace isn't working
If I write beep and press backspace it gets beepbee, another backspace beepbeebe, then beepbeebeb. after that it is possible to remove all chars by pressing backspace often enought.
I had the same sort of issue on Linux yesterday. While I was trying to make a patch for #50 I must have bumped something. At the time I took the screenshot it was fine, but now when I press any key (not just backspace) in multiline mode it repeats the previous line a bazillion times but still somehow maintains the correct input.
All I was trying to type was the red part -- but it kept repeating the first line every time I typed a key.
If I am using my smartphone to write into the terminal, it is working as expected except that the backspace isn't working
If I write
beep
and press backspace it getsbeepbee
, another backspacebeepbeebe
, thenbeepbeebeb
. after that it is possible to remove all chars by pressing backspace often enought.You may reproduce it with that html file.
https://github.com/toniebox-reverse-engineering/hackiebox_cfw/tree/develop/web
The text was updated successfully, but these errors were encountered: