summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index dd296e9..0a55082 100644
--- a/main.go
+++ b/main.go
@@ -26,7 +26,7 @@ func isASCII(s string) bool {
func main() {
pages.AddPage("main", flex, true, true)
if err := app.SetRoot(pages,
- true).EnableMouse(true).Run(); err != nil {
+ true).EnableMouse(true).EnablePaste(true).Run(); err != nil {
logger.Error("failed to start tview app", "error", err)
return
}