Documentation
¶
Index ¶
Constants ¶
View Source
const ( TermW = 78 TermH = 24 )
View Source
const (
Size = 1024
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
Heap *heap.Heap
Context bool
Numbers bool
Wrap bool
Nr int
X int
Y int
W int
H int
}
func NewContext ¶ added in v1.80.0
type TextBuffer ¶
type TextBuffer struct {
Buffer
Y int
N int
Lines chan TextLine
Parts chan TextPart
FMap *smap.SMap
}
func Text ¶
func Text(ctx *Context) (buf TextBuffer)
Click to show internal directories.
Click to hide internal directories.