diff options
Diffstat (limited to 'eventMouse.go')
| -rw-r--r-- | eventMouse.go | 2 |
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 |
