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

Send \x08 instead of \x7f when pressing backspace #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

meggiman
Copy link

By default, hterm sends the ASCII Delete character (\x7f) when hitting the backspace key. This is incompatible with the behavior of the nrf_cli library which only reacts on the backspace key (\x08). The result is that typos when entering stuff in the web-cli cannot be deleted from the command line. With the command below, we instruct hterm to actually emit the \x08 character when backspace is typed.

@posipunk
Copy link

Was hoping someone had the same issue. Started using and couldn't backspace. Should merge

@narfster
Copy link

narfster commented Jul 7, 2021

See also #7

how does this pull help, I don't know, I opened my solution.

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.

3 participants