summaryrefslogtreecommitdiff
path: root/eventMouse.go
diff options
context:
space:
mode:
Diffstat (limited to 'eventMouse.go')
-rw-r--r--eventMouse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eventMouse.go b/eventMouse.go
index 1ff5588..35bdf61 100644
--- a/eventMouse.go
+++ b/eventMouse.go
@@ -61,7 +61,7 @@ func mouseDown(g *gocui.Gui, v *gocui.View) error {
offH := win.gocuiSize.h1 - h
s += fmt.Sprintf("corner(%d,%d)", offW, offH)
if (offW < 3) && (offH < 3) {
- // log.Info("mouse down resize on ", s)
+ log.Info("attempting resize on ", s, win.cuiName)
me.mouse.resize = true
// store the stdout corner for computing the drag size
me.stdout.lastW = me.stdout.tk.gocuiSize.w0