package
Version:
v0.4.1
Opens a new window with list of versions in this module.
Published: Jul 8, 2021
License: MIT-0
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 Widget interface {
Draw()
Resize()
HandleEvent(ev tcell.Event) bool
SetView(view views.View)
Size() (x int, y int)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.