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

backspace deletes whole words while ctrl-backspace deletes characters #66

Open
SArpnt opened this issue Nov 5, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@SArpnt
Copy link

SArpnt commented Nov 5, 2022

my terminal (uxterm) is sending ^H on backspace and ^? on ctrl-backspace
i use stty erase \^H to make all programs handle backspace correctly
this program doesn't seem to be doing the same

i'm having issues trying to find proper information on how terminal character codes work but from what i can tell ^H is backspace and ^? is delete

@max-niederman max-niederman added the bug Something isn't working label Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants