Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct { // Style is the default style to use when clearing the screen. Style tcell.Style // contains filtered or unexported fields }
Application is a high-level API for writing terminal applications.
func New ¶
func New(root widgets.Widget) *Application
func (*Application) Run ¶
func (app *Application) Run() error
Click to show internal directories.
Click to hide internal directories.