summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2024-12-16 21:08:39 +0300
committerGrail Finder <wohilas@gmail.com>2024-12-16 21:08:39 +0300
commit923c96b73d02a5725a6b94d6052b2399b6f2def8 (patch)
treee916e2d139e643d0081ab686587aa8a3cfb3802c /main.go
parentf367ad266ad48a544f23c34e80cb6d28f8a8c9cf (diff)
Enha: pastefix
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
}