Versions in this module Expand all Collapse all v0 v0.1.2 May 31, 2020 v0.1.1 May 30, 2020 v0.1.0 May 30, 2020 Changes in this version + func NewFocusTracker() fx.Option + func NewTviewApp(cfg *config.Config, grid *tview.Grid) *tview.Application + func NewTviewGrid(cfg *config.Config) *tview.Grid + func Schedule(widget block.Schedulable) + type FocusState int + type FocusTracker struct + App *tview.Application + Config *config.Config + Idx int + IsFocused bool + Widgets []block.Block + func (tracker *FocusTracker) Next() + func (tracker *FocusTracker) None() + func (tracker *FocusTracker) Prev() + func (tracker *FocusTracker) Refocus() + type TerminalMonitor struct + App *tview.Application + Blocks []block.Block + FocusTracker *FocusTracker + HttpClient *client.HttpClient + func Bootstrap(ctx context.Context) (*TerminalMonitor, error)