From 8a2c41e183386ed6f073c6f41b2c580799553ae3 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 19 Jan 2024 16:41:50 +0900 Subject: Handle ambiguous emoji width Fix #3588 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index ed4efda6..18d4cd19 100644 --- a/go.mod +++ b/go.mod @@ -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 -- cgit v1.2.3