diff options
| author | Jeff Carr <[email protected]> | 2025-03-05 03:00:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-05 03:00:11 -0600 |
| commit | 784eac740fe3256d46f47a6981a280d6e6eb9b30 (patch) | |
| tree | 78557123dabe5d5ce7c06f82dde7424ce16f20e9 /eventBindings.go | |
| parent | a88937c508d2921aa5e6fa335450ee8f05e7fbf9 (diff) | |
Diffstat (limited to 'eventBindings.go')
| -rw-r--r-- | eventBindings.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eventBindings.go b/eventBindings.go index 47b6737..9819706 100644 --- a/eventBindings.go +++ b/eventBindings.go @@ -78,6 +78,8 @@ func theSuperMouse(g *gocui.Gui, v *gocui.View) error { func theNotsure(g *gocui.Gui, v *gocui.View) error { log.Info("got to theNotsure(). now what? dark =", me.dark) me.refresh = true + log.Info("running VerifyParentId()") + me.treeRoot.VerifyParentId() /* if me.debug { log.Info("debugging off") |
