Several Fixes
This commit is contained in:
@@ -205,6 +205,7 @@ func (w *List) MoveDown(ev *tcell.EventKey) bool {
|
||||
}
|
||||
func (w *List) SetTitle(ttl string) { w.title = ttl }
|
||||
func (w *List) SetList(l []string) { w.list = l }
|
||||
func (w *List) Clear() { w.list = []string{} }
|
||||
func (w *List) Add(l string) { w.list = append(w.list, l) }
|
||||
func (w *List) Remove(l string) {
|
||||
var idx int
|
||||
|
||||
Reference in New Issue
Block a user