aboutsummaryrefslogtreecommitdiff
path: root/src/systems/helpdoc/helpdoc_viewer.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies and fix helpdoc viewer key handlingWeicao-CatilGrass2026-03-231-12/+23
|
* Refactor code to use modern Rust idioms and fix clippy lints魏曹先生2026-03-201-15/+13
|
* Remove async from get_default_editor and get_default_pager魏曹先生2026-03-191-4/+12
|
* Update helpdoc viewer UI and improve text handling魏曹先生2026-03-121-34/+62
| | | | | | | | | - Add title localization for helpdoc viewer - Implement ANSI-aware string truncation for proper display - Improve focus indication with color highlighting - Move display_width utility to shared module - Update welcome and command helpdoc formatting - Bump copyright year to 2026
* Add helpdoc system with interactive viewer魏曹先生2026-03-121-0/+636