@@ -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
The note is not visible to the blocked user.