package
Version:
v0.0.0-...-ffd6729
Opens a new window with list of versions in this module.
Published: Dec 5, 2024
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewScreen() tcell.Screen
type ScreenEventSource interface {
ChannelEvents(ch chan<- tcell.Event, quit <-chan struct{})
Fini()
}
type View interface {
Draw()
HandleResizeEvent()
ToggleShowVersion()
HandleButton1PressEvent(
x, y int,
eventTime time.Time,
)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.