diff options
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 |
