Some Updates

This commit is contained in:
2025-08-21 14:25:17 -05:00
parent a9c059b987
commit e4405a8d6b
5 changed files with 95 additions and 57 deletions

View File

@@ -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 {