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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tui/tcell.go b/src/tui/tcell.go
index bfd870dc..9036c336 100644
--- a/src/tui/tcell.go
+++ b/src/tui/tcell.go
@@ -10,7 +10,7 @@ import (
"github.com/gdamore/tcell/v2/encoding"
"github.com/junegunn/fzf/src/util"
- "github.com/junegunn/uniseg"
+ "github.com/rivo/uniseg"
)
func HasFullscreenRenderer() bool {