Hopefully making good choices

This commit is contained in:
2025-10-29 16:54:38 -05:00
parent 8f6e52df41
commit 250e33f8e2
6 changed files with 494 additions and 10 deletions

View File

@@ -285,6 +285,7 @@ func (w *SimpleList) PageDn() bool {
}
return true
}
func (w *SimpleList) Title() string { return w.title }
func (w *SimpleList) SetTitle(ttl string) { w.title = ttl }
func (w *SimpleList) SetList(l []string) { w.list = l }
func (w *SimpleList) Clear() {