1 Commits

Author SHA1 Message Date
009ae811d3 Box.Box now returns the correct value 2023-08-08 12:56:49 -04:00

2
box.go
View File

@@ -56,7 +56,7 @@ func (backend *Backend) NewBox() tomo.Box {
}
func (this *box) Box () tomo.Box {
return this
return this.outer
}
func (this *box) Window () tomo.Window {