Skip to content

Commit

Permalink
Disable visible cursor in mouse example
Browse files Browse the repository at this point in the history
  • Loading branch information
coloursofnoise committed Nov 23, 2021
1 parent 4219067 commit ad8fce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/mouse.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func main() {
}
defer g.Close()

g.Cursor = true
g.Cursor = false
g.Mouse = true

g.SetManagerFunc(layout)
Expand Down

0 comments on commit ad8fce3

Please sign in to comment.