Versions in this module Expand all Collapse all v0 v0.1.0 Jul 18, 2026 Changes in this version + const DestinationMemory + const DestinationStdout + const RemoteAuto + const RemoteLocal + const RemoteRemote + func Clear(buffer Handle, bg RGBA) + func Destroy(renderer Handle) + func DrawText(buffer Handle, text string, x, y uint32, fg RGBA) + func Render(renderer Handle, force bool) uint8 + func RestoreTerminal(renderer Handle) + func SetRGB(out *RGBA, r, g, b uint8) + func SetupTerminal(renderer Handle, alternateScreen bool) + type Handle = uint32 + const InvalidHandle + func CreateRenderer(width, height uint32) Handle + func NextBuffer(renderer Handle) Handle + type RGBA [4]uint16