Buffers ?!
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user