Versions in this module Expand all Collapse all v0 v0.1.6 Sep 24, 2026 Changes in this version type Cell + LogicalRowIndex int + TotalWidthLogicalRow int v0.1.1 May 26, 2026 Changes in this version + func Is(c Cell, flag CharClass) bool + type BreakPolicy interface + IsBreakPoint func(p2, p1, c rune) bool + type BreakRule func(p2, p1, c rune) bool + type Bullet struct + Marker []byte + Width int + type Cell struct + Ch rune + Class CharClass + Size int + Style tcell.Style + Width int + func (c *Cell) Clear() + func (m *Cell) IsEmpty() bool + type CharClass int + const ALPHABET + const CONTROLCODE + const DECIMAL_SEPARATOR + const DEL + const EOF + const HIRAGANA + const KATAKANA + const NEWLINE + const NUMBER + const OTHER + const PROHIBITED + const SPACE + const SYMBOL + const TAB + const UPPERCASE + const WIDECHAR + const WORD + type Locale interface + BreakPolicy func() BreakPolicy + Bullets func() []Bullet + DisplayName func() string + GetCharClass func(r rune) CharClass + LocaleName func() string + RuneWidth func(r rune) int + WordPolicy func() WordPolicy + type WordPolicy interface + Boundary func(text []byte, cursor int) (start, end int, ok bool)