Skip to content

Commit

Permalink
Enable mouse navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpl0itU committed Mar 26, 2024
1 parent 89a1604 commit 7549a4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import (
)

func main() {
app := tview.NewApplication().EnablePaste(true)
app := tview.NewApplication().
EnablePaste(true).
EnableMouse(true)

list := tview.NewList()

Expand Down

0 comments on commit 7549a4d

Please sign in to comment.