summaryrefslogtreecommitdiff
path: root/eventMouse.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 18:03:11 -0600
committerJeff Carr <[email protected]>2025-02-08 18:03:11 -0600
commit82ed6874601ee09b39768747aa04b1b22722db5d (patch)
tree969ad2eac9dce355b80af64e94a1aaaabe8b31aa /eventMouse.go
parent5a84456c7aa416ed228a809be28137802f35b6e0 (diff)
mouse drag was not always right
Diffstat (limited to 'eventMouse.go')
-rw-r--r--eventMouse.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/eventMouse.go b/eventMouse.go
index e84612c..1ff5588 100644
--- a/eventMouse.go
+++ b/eventMouse.go
@@ -70,6 +70,7 @@ func mouseDown(g *gocui.Gui, v *gocui.View) error {
// log.Info("mouse down resize off", s)
me.mouse.resize = false
}
+ win.setAsDragging()
}
return nil
}