summaryrefslogtreecommitdiffstats
path: root/src/tui/tcell.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/tui/tcell.go')
-rw-r--r--src/tui/tcell.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tui/tcell.go b/src/tui/tcell.go
index 3fe1161d..4a8f502d 100644
--- a/src/tui/tcell.go
+++ b/src/tui/tcell.go
@@ -11,8 +11,9 @@ import (
"runtime"
- "github.com/gdamore/tcell"
- "github.com/gdamore/tcell/encoding"
+ // https://github.com/gdamore/tcell/pull/135
+ "github.com/junegunn/tcell"
+ "github.com/junegunn/tcell/encoding"
"github.com/junegunn/go-runewidth"
)