Versions in this module Expand all Collapse all v0 v0.1.0 Jul 23, 2020 Changes in this version + const APC + const SOS + const ST + type TextBuffer struct + func New(b []byte) *TextBuffer + func (tb *TextBuffer) GetCell(x, y int) (c []rune, width int) + func (tb *TextBuffer) GetChar(x, y int) []rune + func (tb *TextBuffer) GetRune(x, y int) rune + func (tb *TextBuffer) LineLenCell(y int) int + func (tb *TextBuffer) LineLenChar(y int) int + func (tb *TextBuffer) LineLenRune(y int) int + func (tb *TextBuffer) Lines() int + func (tb *TextBuffer) MaxLineLenCell() int + func (tb *TextBuffer) Write(w io.Writer) error