Versions in this module Expand all Collapse all v1 v1.0.260758 Jul 30, 2026 Changes in this version + type Attr uint16 + const AttrBlink + const AttrBold + const AttrItalic + const AttrReverse + const AttrStrike + const AttrUnderline + type Cell struct + Attr Attr + BG Color + FG Color + Rune rune + func (c Cell) Equals(o Cell) bool + type Color struct + B uint8 + G uint8 + R uint8 + func RGB(r, g, b uint8) Color + func (c Color) Equals(o Color) bool + type Diff struct + Cells []Cell + Rect Rect + func FullGridDiff(cols, rows int, cells []Cell) Diff + type Rect struct + H int + W int + X int + Y int + func (r Rect) Contains(x, y int) bool