BusPirate / Bus_Pirate

Community driven firmware and hardware for Bus Pirate version 3 and 4
625 stars 131 forks source link

Backspace echoing incorrectly #139

Open yodaldevoid opened 4 years ago

yodaldevoid commented 4 years ago

Starting with commit 06a1f1254c1e310688ec6b4aa6e8454789d47612 the backspace handling has broken. When the backspace key is hit, rather than clearing the character before the cursor and moving the cursor back, the character before the cursor is cleared, but the cursor is not moved back.

I attempted to figure out what is going wrong here, but everything seems fine to me. Strangely, though they were also modified in that commit, the arrow keys still work without fail.

wmpluto commented 4 years ago

Hi yodaldevoid,

Please kindly check my pull request for the solution.