draw-rect has no method on raw arrays (only on framebuffer-backend, simple-backend, modern-backend). Three calls in view-status, view-chat, and view-sidebar passed the framebuffer array to draw-rect, causing 'no applicable method' crash on startup. Replaced with (draw-text ... (make-string w #\Space) nil bg) which fills the same area with background spaces.
24 KiB
24 KiB