Versions in this module Expand all Collapse all v0 v0.11.0 Mar 7, 2020 Changes in this version + const DefaultColorMode + type Option interface + func ClearStyle(fg, bg cell.Color) Option + func ColorMode(cm terminalapi.ColorMode) Option + type Terminal struct + func New(opts ...Option) (*Terminal, error) + func (t *Terminal) Clear(opts ...cell.Option) error + func (t *Terminal) Close() + func (t *Terminal) Event(ctx context.Context) terminalapi.Event + func (t *Terminal) Flush() error + func (t *Terminal) HideCursor() + func (t *Terminal) SetCell(p image.Point, r rune, opts ...cell.Option) error + func (t *Terminal) SetCursor(p image.Point) + func (t *Terminal) Size() image.Point