diff --git a/main.go b/main.go index c544875..60392af 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,9 @@ import ( ) func main() { - app := tview.NewApplication().EnablePaste(true) + app := tview.NewApplication(). + EnablePaste(true). + EnableMouse(true) list := tview.NewList()