fix: redundant compute-layout per child, framebuffer diff size test, test file cleanup

This commit is contained in:
Hermes Agent
2026-05-12 14:19:48 +00:00
parent a153746111
commit 6e73c3bb19
8 changed files with 102 additions and 378 deletions

View File

@@ -35,7 +35,7 @@ color roles resolve to hex at SGR generation time."
(getf preset :dark)
(getf preset :light)))
;; Populate backend theme color map
(theme-map (symbol-value (find-symbol "*THEME-COLORS*" :cl-tty.backend))))
(theme-map cl-tty.backend:*theme-colors*))
;; Set theme colors
(loop for (role hex) on colors by #'cddr
do (setf (theme-color theme role) hex)