aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ui/string.go
Commit message (Collapse)AuthorAgeFilesLines
* vaxis: update to v0.7.2 and update ansi parserTim Culverhouse2024-02-121-0/+142
Update Vaxis to v0.7.2 to gain performance improvements and StyledString parsing. The Vaxis parser fully accounts for the terminal's capability to display wide characters. Use the Vaxis StyledString parser to parse and style ansi-encoded strings. Remove unneeded code and tests. Signed-off-by: Tim Culverhouse <tim@timculverhouse.com> Acked-by: Robin Jarry <robin@jarry.cc>