@@ -77,3 +77,4 @@ func (w *Text) SetSize(c Coord) { w.w, w.h = c.X, c.Y }
func (w *Text) Focusable() bool { return false }
func (w *Text) SetText(txt string) { w.text = txt }
func (w *Text) GetText() string { return w.text }
The note is not visible to the blocked user.