Documentation
¶
Index ¶
Constants ¶
View Source
const ( KeyArrowUp = Key(iota + 1000) KeyArrowDown KeyArrowRight KeyArrowLeft KeyEnter KeyEsc KeyBackspace2 KeyCtrlA KeyCtrlC KeyCtrlD KeyCtrlE KeyCtrlK KeyCtrlV KeyF3 KeyF7 KeyF8 KeyF9 KeyF10 )
Keys codes.
Variables ¶
This section is empty.
Functions ¶
func SetCell ¶
SetCell sets the character cell at a given location to the given content (rune) and attributes.
func SetProvider ¶
func SetProvider(p Provider)
Types ¶
type Attribute ¶
type Attribute uint64
Attribute affects the presentation of characters, such as color, boldness, and so forth.
Click to show internal directories.
Click to hide internal directories.