//
pkg.gl
Category
github.com/zyedidia/tcell
views
package
1.4.12
Repository:
https://github.com/zyedidia/tcell.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
577 SLOC
#
Functions
NewCellView
NewCellView creates a CellView.
NewText
NewText creates an empty Text.
NewTextArea
NewTextArea creates a blank TextArea.
#
Structs
CellView
CellView is a flexible view of a CellModel, offering both cursor management and a panning.
Text
Text is a Widget with containing a block of text, which can optionally be styled.
TextArea
TextArea is a pannable 2 dimensional text widget.
#
Interfaces
CellModel
CellModel models the content of a CellView.