Some Updates
This commit is contained in:
@@ -91,9 +91,6 @@ func (w *List) Init(id string, style tcell.Style) {
|
||||
func (w *List) Id() string { return w.id }
|
||||
func (w *List) HandleResize(ev *tcell.EventResize) {
|
||||
w.w, w.h = ev.Size()
|
||||
// Fill as much space as we're given
|
||||
// w.w = wh.Min(w.w, w.WantW())
|
||||
// w.h = wh.Min(w.h, w.WantH())
|
||||
}
|
||||
|
||||
func (w *List) HandleKey(ev *tcell.EventKey) bool {
|
||||
|
||||
Reference in New Issue
Block a user