summaryrefslogtreecommitdiff
path: root/eventBindings.go
diff options
context:
space:
mode:
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
}