Skip to content

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