summaryrefslogtreecommitdiffstats
path: root/src/tui
diff options
context:
space:
mode:
Diffstat (limited to 'src/tui')
-rw-r--r--src/tui/tcell.go7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/tui/tcell.go b/src/tui/tcell.go
index 3a8c7655..e66ed2f0 100644
--- a/src/tui/tcell.go
+++ b/src/tui/tcell.go
@@ -8,11 +8,10 @@ import (
"runtime"
- // https://github.com/gdamore/tcell/pull/135
- "github.com/junegunn/tcell"
- "github.com/junegunn/tcell/encoding"
+ "github.com/gdamore/tcell"
+ "github.com/gdamore/tcell/encoding"
- "github.com/junegunn/go-runewidth"
+ "github.com/mattn/go-runewidth"
)
func HasFullscreenRenderer() bool {