From 4a8fb6ab224e4b4c126f72be77abb1affc85e362 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 1 Feb 2025 21:59:48 -0600 Subject: well, this needs more thought --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 939b7e7..67011e2 100644 --- a/structs.go +++ b/structs.go @@ -76,7 +76,7 @@ type config struct { // deprecate these var ( initialMouseX, initialMouseY, xOffset, yOffset int - msgMouseDown bool + // msgMouseDown bool ) // this is the gocui way -- cgit v1.2.3