summaryrefslogtreecommitdiff
path: root/eventBindings.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-04 15:48:14 -0600
committerJeff Carr <[email protected]>2025-02-04 15:48:14 -0600
commita81e931b9ac830f7812d696e0ecc182fb3a00b7f (patch)
treedb4dd540ecac2fe42eaf1c9b9422121e798f0392 /eventBindings.go
parent6237bf89c3c74abcab8544d7fe93d7b7d89ffbab (diff)
still notsure
Diffstat (limited to 'eventBindings.go')
-rw-r--r--eventBindings.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/eventBindings.go b/eventBindings.go
index fc4b708..4e4072f 100644
--- a/eventBindings.go
+++ b/eventBindings.go
@@ -63,6 +63,7 @@ func setSuperMouse(g *gocui.Gui, v *gocui.View) error {
var wtf bool
+/*
func (tk *guiWidget) verifyRect() bool {
if !tk.Visible() {
// log.Info("verifyRect() tk is not visible", tk.cuiName)
@@ -106,6 +107,7 @@ func (tk *guiWidget) verifyRect() bool {
// log.Printf("verifyRect() OK cuiName=%s v.Name=%s", tk.cuiName, tk.v.Name())
return true
}
+*/
func (tk *guiWidget) makeTK(ddItems []string) {
items := strings.Join(ddItems, "\n")
@@ -230,7 +232,7 @@ func theFind(g *gocui.Gui, v *gocui.View) error {
for _, tk := range findByXY(w, h) {
// tk.v.BgColor = gocui.ColorGreen
tk.dumpWidget("theFind()")
- tk.verifyRect()
+ // tk.verifyRect()
}
return nil
}