aboutsummaryrefslogtreecommitdiffstats
path: root/lib/parse/ansi_test.go
Commit message (Collapse)AuthorAgeFilesLines
* ui: parse strings for ansi stylesTim Culverhouse2023-03-021-0/+262
Parse UI strings for ANSI styles. If there are styles in the string, use those as the display style in tcell. This is in preparation for a template function which can apply arbitrary styles to UI elements. Signed-off-by: Tim Culverhouse <tim@timculverhouse.com> Acked-by: Robin Jarry <robin@jarry.cc>