diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-01-27 22:18:43 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-01-27 22:18:43 +0900 |
| commit | 76cf6559ccaa6262d47a95fe3b1dfae053047cbd (patch) | |
| tree | 5d6c9838e0190f7890a33d6a0b19e837f5ee9680 /src/tui/tcell.go | |
| parent | a34e8dcdc99d1509667f74a5e24a41ace172757e (diff) | |
| download | fzf-76cf6559ccaa6262d47a95fe3b1dfae053047cbd.tar.gz | |
junegunn/uniseg -> rivo/uniseg
https://github.com/rivo/uniseg/pull/47
Diffstat (limited to 'src/tui/tcell.go')
| -rw-r--r-- | src/tui/tcell.go | 2 |
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 { |
