Enha: pastefix

This commit is contained in:
Grail Finder
2024-12-16 21:08:39 +03:00
parent f367ad266a
commit 923c96b73d
2 changed files with 2 additions and 1 deletions

View File

@@ -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
}