Documentation ¶
Overview ¶
Package ui implements kee's terminal user interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UI ¶
type UI struct {
// contains filtered or unexported fields
}
UI holds the interface components, configuration and state
func NewUI ¶
func NewUI(v *configuration.ViewConfig, a *tview.Application, views <-chan controller.View, cmd chan<- controller.Command) *UI
NewUI prepares kee's terminal user interface
Click to show internal directories.
Click to hide internal directories.