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

Convert \b to 0x7f to properly handle backspace in the terminal #619

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

jonahgraham
Copy link
Member

Includes a new system property org.eclipse.tm.terminal.control.convertBackspace to allow us to disable this new behaviour in the field if it turns out that some terminal/host combination does not like this conversion.

Fixes #392

Includes a new system property `org.eclipse.tm.terminal.control.convertBackspace`
to allow us to disable this new behaviour in the field if it turns out that
some terminal/host combination does not like this conversion.

Fixes eclipse-cdt#392
@jonahgraham jonahgraham added the terminal The TM Terminal collection of features in CDT label Nov 14, 2023
@jonahgraham jonahgraham added this to the 11.4.0 milestone Nov 14, 2023
@jonahgraham jonahgraham merged commit 9ba7215 into eclipse-cdt:main Nov 14, 2023
@jonahgraham jonahgraham deleted the terminal-backspace branch November 14, 2023 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
terminal The TM Terminal collection of features in CDT
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TM Terminal: backspace deletes whole word
1 participant