Skip to content

Improve DEL key handling - #29

Merged
funbiscuit merged 1 commit into
funbiscuit:mainfrom
unrepentantgeek:del_is_bs
Jul 28, 2026
Merged

Improve DEL key handling#29
funbiscuit merged 1 commit into
funbiscuit:mainfrom
unrepentantgeek:del_is_bs

Conversation

@unrepentantgeek

Copy link
Copy Markdown
Contributor
  • Add del_is_bs feature to interpret 0x7F as a backspace.
  • Handle forward delete key to remove char at cursor
  • Add support for ANSI Delete key sequence
  • Update tests

Addresses #27

- Add del_is_bs feature to interpret 0x7F as a backspace.
- Handle forward delete key to remove char at cursor
- Add support for ANSI Delete key sequence
- Update tests

@funbiscuit funbiscuit left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, one small question

Comment thread embedded-cli/tests/cli/base.rs
@codecov

codecov Bot commented Jul 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.54%. Comparing base (3942aa6) to head (267d4fd).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
+ Coverage   85.44%   85.54%   +0.10%     
==========================================
  Files          15       15              
  Lines        1381     1391      +10     
==========================================
+ Hits         1180     1190      +10     
  Misses        201      201              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@funbiscuit
funbiscuit merged commit 1ce2a85 into funbiscuit:main Jul 28, 2026
4 checks passed
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.

2 participants