package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Jan 4, 2026
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Positional interface {
SetPosition(x, y int) tea.Cmd
}
type Sizeable interface {
SetSize(width, height int) tea.Cmd
GetSize() (int, int)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.