mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
- Fix line numbers showing incorrect values for edits far from file start (e.g., 1,2,3 instead of 336,337,338). Skip count was added after displaying lines instead of before. - Rewrite splitIntoTokensWithAnsi in pi-tui to preserve whitespace as separate tokens instead of discarding it. Wrapped lines now maintain proper alignment and code indentation. - Update mom README: rename title, remove em-dashes for cleaner prose