Hopefully making good choices
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user