aboutsummaryrefslogtreecommitdiff
path: root/ui/tcell/tcell.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tcell/tcell.go')
-rw-r--r--ui/tcell/tcell.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tcell/tcell.go b/ui/tcell/tcell.go
index 1ebc0cc..c905704 100644
--- a/ui/tcell/tcell.go
+++ b/ui/tcell/tcell.go
@@ -5,7 +5,7 @@ import (
"path/filepath"
"strings"
- "github.com/gdamore/tcell"
+ tcell "github.com/gdamore/tcell/v2"
"github.com/prodhe/poe/editor"
)