diff options
| author | Jeff Carr <[email protected]> | 2025-02-01 21:59:48 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-01 21:59:48 -0600 |
| commit | 4a8fb6ab224e4b4c126f72be77abb1affc85e362 (patch) | |
| tree | 6c16c2ade1cab2a0a3f7af43de0c25361183bb1b /structs.go | |
| parent | ac9c6617e3f70ff53198793806811bc28198060f (diff) | |
well, this needs more thought
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ type config struct { // deprecate these var ( initialMouseX, initialMouseY, xOffset, yOffset int - msgMouseDown bool + // msgMouseDown bool ) // this is the gocui way |
