fix(tui): better message rendering performance

This commit is contained in:
adamdottv
2025-07-01 07:57:31 -05:00
parent d56991006c
commit 33b5fe236a
5 changed files with 63 additions and 83 deletions

View File

@@ -27,6 +27,10 @@ type LoadedTheme struct {
name string
}
func (t *LoadedTheme) Name() string {
return t.name
}
type colorRef struct {
value any
resolved bool