package
1.4.12
Repository: https://github.com/zyedidia/tcell.git
Documentation: pkg.go.dev

# Functions

NewCellView creates a CellView.
NewText creates an empty Text.
NewTextArea creates a blank TextArea.

# Structs

CellView is a flexible view of a CellModel, offering both cursor management and a panning.
Text is a Widget with containing a block of text, which can optionally be styled.
TextArea is a pannable 2 dimensional text widget.

# Interfaces

CellModel models the content of a CellView.