Versions in this module Expand all Collapse all v0 v0.1.0 Jan 30, 2022 Changes in this version + const Bright + const Dim + const Normal + var Black = color.RGBA + var Blue = color.RGBA + var Cyan = color.RGBA + var DefaultColor = color.RGBA + var Green = color.RGBA + var Magenta = color.RGBA + var Red = color.RGBA + var White = color.RGBA + var Yellow = color.RGBA + type Command interface + func Decode(s io.RuneScanner) (Command, error) + type Cursor struct + F Format + X int + Y int + type Format struct + Bg color.RGBA + Blink bool + Conceal bool + Fg color.RGBA + Intensity Intensity + Inverse bool + Negative bool + Underscore bool + type Intensity int + type UnsupportedError struct + type VT100 struct + Content [][]rune + Cursor Cursor + Format [][]Format + Height int + Width int + func NewVT100(y, x int) *VT100 + func (v *VT100) Process(c Command) error