summaryrefslogtreecommitdiff
path: root/redraw.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-26 01:59:42 -0500
committerJeff Carr <[email protected]>2023-04-26 01:59:42 -0500
commit7af6242cbfbd2d18461415e8421146f94093e8ca (patch)
tree0bfdbc452b83cef498d32ad813bd28f0d2dbc149 /redraw.go
parent4b9b381bcf02c212d72f55d4738943941e843250 (diff)
gocui: closer to working layout
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'redraw.go')
-rw-r--r--redraw.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/redraw.go b/redraw.go
index dee535a..48f1d17 100644
--- a/redraw.go
+++ b/redraw.go
@@ -31,18 +31,10 @@ func (n *Node) redo(plug *aplug) {
a.WidgetType = n.WidgetType
a.WidgetId = n.id
- // used for new Windows
-// a.Width = n.Width
-// a.Height = n.Height
-
// used for anything that needs a range
a.X = n.X
a.Y = n.Y
- // implement here for grids and tables ?
-// a.NextX = n.NextX
-// a.NextY = n.NextY
-
// used for values
a.I = n.I
a.S = n.S