diff options
| author | Jeff Carr <[email protected]> | 2023-04-04 06:31:30 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-04 06:31:30 -0500 |
| commit | d6b1fa497dcb21e194348d321bfc25f6b128438f (patch) | |
| tree | e653d621c1302dd58de4b8b280cd13f613e518b7 /plugin.go | |
| parent | 8982b2a8cfb10ad2ac2e50c0fcbdad88556e495a (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.go | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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: } } |
