summaryrefslogtreecommitdiff
path: root/plugin.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-04 06:31:30 -0500
committerJeff Carr <[email protected]>2023-04-04 06:31:30 -0500
commitd6b1fa497dcb21e194348d321bfc25f6b128438f (patch)
treee653d621c1302dd58de4b8b280cd13f613e518b7 /plugin.go
parent8982b2a8cfb10ad2ac2e50c0fcbdad88556e495a (diff)
gocui: use (w,h) and avoid (x,y) names
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'plugin.go')
-rw-r--r--plugin.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugin.go b/plugin.go
index a9cf4f9..f38559d 100644
--- a/plugin.go
+++ b/plugin.go
@@ -283,12 +283,6 @@ func newaction(a *toolkit.Action, n *Node, where *Node) {
where.NextY = 1
}
log(logInfo, "Action() END size (X,Y)", where.X, where.Y, "put next thing at (X,Y) =", where.NextX, where.NextY)
- where.Name = "jwc gridlaksdfjkl"
- where.Width = 320
- where.Height = 240
- // where.NextX = 5
- // where.NextY = 7
- // where.Dump(logInfo)
default:
}
}