diff options
| author | Jeff Carr <[email protected]> | 2025-02-06 15:19:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-06 15:19:39 -0600 |
| commit | 5bae8b7e41fc17a5020f4c8e58695ae59063cda4 (patch) | |
| tree | 1a944d25fb72a8b9c63ad438a4535ee69c08b98a /eventMouse.go | |
| parent | 93e87a05c7220f1a8dd7ac2e8dc43b123f6e0f71 (diff) | |
fixed window title string length
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 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 |
