summaryrefslogtreecommitdiff
path: root/toolkit/gocui/debug.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-05 19:03:01 -0500
committerJeff Carr <[email protected]>2023-04-05 19:03:01 -0500
commitf0052b9af8273feb852ba5bdfc3efb3673ff329e (patch)
tree2232abff613b3894f25746c26846f042c095bbc4 /toolkit/gocui/debug.go
parent56c45d93e435e1ab121cf2fad26e48312fff9244 (diff)
gocui: close to fixing tab coords
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/debug.go')
-rw-r--r--toolkit/gocui/debug.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/gocui/debug.go b/toolkit/gocui/debug.go
index 770c0c5..91c3d98 100644
--- a/toolkit/gocui/debug.go
+++ b/toolkit/gocui/debug.go
@@ -59,6 +59,7 @@ func (w *cuiWidget) showWidgetPlacement(b bool, s string) {
}
log(b, s1, s, w.widgetType, ",", w.name) // , "text=", w.text)
+ /*
if (w.realWidth != (w.gocuiSize.w1 - w.gocuiSize.w0)) {
log(b, "dump()", s,
"badsize()=(", w.realWidth, ",", w.realHeight, ")",
@@ -71,4 +72,5 @@ func (w *cuiWidget) showWidgetPlacement(b bool, s string) {
"badreal()=(", w.gocuiSize.w0, ",", w.gocuiSize.h0, ",", w.gocuiSize.w1, ",", w.gocuiSize.h1, ")",
w.widgetType, ",", w.name)
}
+ */
}