Versions in this module Expand all Collapse all v0 v0.1.0 Oct 21, 2024 Changes in this version + type UI struct — darwin/amd64, linux/amd64, windows/amd64 + func NewUI(f fs.Fs) *UI + func (u *UI) Box() + func (u *UI) Draw() + func (u *UI) Line(x, y, xmax int, style tcell.Style, spacer rune, msg string) + func (u *UI) LineOptions(x, y, xmax int, style tcell.Style, options []string, selected int) + func (u *UI) Linef(x, y, xmax int, style tcell.Style, spacer rune, format string, ...) + func (u *UI) Print(x, y int, style tcell.Style, msg string) + func (u *UI) Printf(x, y int, style tcell.Style, format string, args ...interface{}) + func (u *UI) Run() error