Commit Graph
1 Commits
Author SHA1 Message Date
Justin ChadwellandGitHub d004225e8c fix(table): use ansi.Truncate instead of runewidth.Truncate (#884)
`runewidth.Truncate` does not consider terminal escape characters - this
means that if a table cell contains funky characters, then it will be
incorrectly truncated.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2026-02-13 09:45:48 -03:00