diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-01-19 16:41:50 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-01-19 16:41:50 +0900 |
| commit | 8a2c41e183386ed6f073c6f41b2c580799553ae3 (patch) | |
| tree | 3f855197387db9b1278bde117a767ce9ed9c0de2 /go.mod | |
| parent | 59fb65293a306dd685c1098d73eb62e5b0892eb8 (diff) | |
| download | fzf-8a2c41e183386ed6f073c6f41b2c580799553ae3.tar.gz | |
Handle ambiguous emoji width
Fix #3588
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
