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

Fix backspace echoing bug #139 #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

wmpluto
Copy link

@wmpluto wmpluto commented Aug 14, 2020

From the 06a1f12, 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. It because that the _MSG_DESTRUCTIVE_BACKSPACE_str was set as .pasciz <8>, " ", <8>. It will only print <8>, " " and ignore the last <8>.

mikebdp2 added a commit to mikebdp2/Bus_Pirate that referenced this pull request Feb 11, 2024
Based on the original work of @wmpluto at
BusPirate#149
- I have reviewed this commit and believe it is OK.

Co-authored-by: Pluto <[email protected]>
Signed-off-by: Mike Banon <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant