Handle ambiguous emoji width

Fix #3588
This commit is contained in:
Junegunn Choi
2024-01-19 16:41:50 +09:00
parent 59fb65293a
commit 8a2c41e183
3 changed files with 15 additions and 3 deletions

2
go.mod
View File

@@ -2,7 +2,7 @@ module github.com/junegunn/fzf
require (
github.com/gdamore/tcell/v2 v2.5.4
github.com/junegunn/go-runewidth v0.0.15-0.20240116150947-31c2dd15ab48
github.com/junegunn/go-runewidth v0.0.15-0.20240119074001-7d2ea235ec54
github.com/mattn/go-isatty v0.0.17
github.com/mattn/go-shellwords v1.0.12
github.com/rivo/uniseg v0.4.4