Versions in this module Expand all Collapse all v0 v0.0.1 Apr 19, 2020 Changes in this version + type ConfigView struct + func NewConfigView(cfg *data.Config) *ConfigView + func (cv *ConfigView) Draw(b *ui.Buffer) + func (cv *ConfigView) SetRect(x1, y1, x2, y2 int) + type Window struct + func NewWindow(cfg *data.Config) *Window + func (w *Window) Render() + func (w *Window) Run() error + func (w *Window) SetRect(x1, y1, x2, y2 int)