package
Version:
v1.0.260758
Opens a new window with list of versions in this module.
Published: Jul 30, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package cell defines the shared cell framebuffer types for TTYPE Desk.
Attr holds text attributes.
const (
AttrBold Attr = 1 << iota
AttrUnderline
AttrItalic
AttrBlink
AttrReverse
AttrStrike
)
Cell is one terminal cell.
type Color struct {
R, G, B uint8
}
Color is always 24-bit RGB.
type Diff struct {
Rect Rect
Cells []Cell
}
Diff is a dirty region of cells.
FullGridDiff builds a Diff covering an entire grid.
type Rect struct {
X, Y, W, H int
}
Rect is an inclusive-start exclusive-end rectangle in cell coordinates.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.