From 5bae8b7e41fc17a5020f4c8e58695ae59063cda4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Feb 2025 15:19:39 -0600 Subject: fixed window title string length --- eventMouse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eventMouse.go') diff --git a/eventMouse.go b/eventMouse.go index a83dcf5..b7c209f 100644 --- a/eventMouse.go +++ b/eventMouse.go @@ -88,7 +88,7 @@ func mouseDown(g *gocui.Gui, v *gocui.View) error { } } } - tk.dumpWidget("mouse drag()") + tk.dumpWidget("mouse drag()" + tk.labelN) me.currentDrag = tk tk.dragW = w - tk.gocuiSize.w0 tk.dragH = h - tk.gocuiSize.h0 -- cgit v1.2.3