Open JeromeSchmied opened 2 weeks ago
alter tui::string, to store the string itself, and the styles as a vec<style/color>.
tui::string
this helps:
assert(tui::string("hello").size() == 5)
alter
tui::string
, to store the string itself, and the styles as a vec<style/color>.this helps:
assert(tui::string("hello").size() == 5)