summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-01-17 00:13:14 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-01-17 00:17:22 +0900
commite7718b92b7a79903bd945244560f1c8015f64ced (patch)
tree260dbea61700f58f8ad7ce7aa5acdb83d349869c /go.mod
parentcdfaf761df2e68503ca7c74c0aaa3e6fa4a46bda (diff)
downloadfzf-e7718b92b7a79903bd945244560f1c8015f64ced.tar.gz
Kitty image support improvements
* Use `--unicode-placeholder` for consistent result in and out of tmux * Use updated version of junegunn/go-runewidth that handles diacritics used in Kitty Unicode placeholder Close #3567
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d5ff7758..ed4efda6 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.0-20240114080738-1b95d8d53ad8
+ github.com/junegunn/go-runewidth v0.0.15-0.20240116150947-31c2dd15ab48
github.com/mattn/go-isatty v0.0.17
github.com/mattn/go-shellwords v1.0.12
github.com/rivo/uniseg v0.4.4