Buffers ?!

This commit is contained in:
2025-10-15 16:25:18 -05:00
parent 7a1afd67ac
commit f823a24fe8
10 changed files with 375 additions and 51 deletions

View File

@@ -76,6 +76,7 @@ func (w *RelativeLayout) Init(id string, style tcell.Style) {
w.style = style
w.visible = true
w.focusable = true
w.widgetRelations = make(map[Widget][]widgetRelation)
w.keyMap = BlankKeyMap()
}
func (w *RelativeLayout) Id() string { return w.id }