This commit is contained in:
2025-06-19 06:07:07 -05:00
parent 74dd092a99
commit 5988d048c1
14 changed files with 391 additions and 42 deletions

View File

@@ -24,7 +24,7 @@ package widgets
import "github.com/gdamore/tcell"
type Widget interface {
Init(id string)
Init(string, tcell.Style)
Id() string
HandleResize(*tcell.EventResize)
HandleKey(*tcell.EventKey) bool