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

Support linux backspace #1

Merged
merged 1 commit into from Sep 14, 2023
Merged

Conversation

nicopap
Copy link
Contributor

@nicopap nicopap commented Sep 14, 2023

Backspace just doesn't work for me. It places a \u{8} instead of removing the character behind the cursor. This fixes it.

8 is the decimal and hexadecimal representation for the ASCII backspace (\b) so it makes sense that it would be what bevy receives as input when pressing backspace. 7f is the delete ASCII character.

@rparrett rparrett merged commit e8f7d2b into rparrett:main Sep 14, 2023
1 check passed
@rparrett
Copy link
Owner

Makes sense. Thanks!

Released as v0.1.2

@nicopap nicopap deleted the linux_backspace branch September 20, 2023 13:08
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.

None yet

2 participants