const SCROLLBAR_W: usize = 12;
Core framebuffer terminal writer: owns the VGA text-mode state machine, glyph cache, scrollback ring-buffer, hardware/software cursors, and pixel-level rendering helpers.