Skip to content

fix(help): handle Ctrl+H as delete on some systems (#958)#980

Merged
Hmbown merged 1 commit intoHmbown:mainfrom
JiarenWang:fix/issue-958-help-ctrl-h-delete
May 7, 2026
Merged

fix(help): handle Ctrl+H as delete on some systems (#958)#980
Hmbown merged 1 commit intoHmbown:mainfrom
JiarenWang:fix/issue-958-help-ctrl-h-delete

Conversation

@JiarenWang
Copy link
Copy Markdown
Contributor

@JiarenWang JiarenWang commented May 7, 2026

Summary

Fixes #958.

  • treat Ctrl+H the same as Backspace in the help overlay filter input
  • document the terminal compatibility behavior inline in the help view implementation
  • add a regression test covering Ctrl+H widening the filtered result set

Testing

  • cargo test -p deepseek-tui ctrl_h_widens_match_set
  • cargo test --all-features
  • cargo fmt --all -- --check
  • cargo clippy --all-targets --all-features

Checklist

  • Updated docs or comments as needed
  • Added or updated tests where relevant
  • Verified TUI behavior manually if UI changes

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@Hmbown Hmbown merged commit 82b9e46 into Hmbown:main May 7, 2026
1 check 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.

在/help里,筛选:只能输入字符,不能删除字符

2 participants