summaryrefslogtreecommitdiff
path: root/src/tui/tcell_test.go
diff options
context:
space:
mode:
authorEmil Vanherp <emil@vanherp.me>2022-08-20 23:23:03 +0200
committerJunegunn Choi <junegunn.c@gmail.com>2022-08-26 09:27:49 +0900
commit4bef330ce15d3ae80959415c24aba4700f5cbe35 (patch)
treed8147880cf4dc4387d3d6506c89d607e5f018703 /src/tui/tcell_test.go
parent8a5f7199649d56a92474676c9cf626204e3e8bcb (diff)
downloadfzf-4bef330ce15d3ae80959415c24aba4700f5cbe35.tar.gz
Add support for ANSI strike-through (#2932)
Close #2932 Co-authored-by: Emil Vanherp <emil@vanherp.me>
Diffstat (limited to 'src/tui/tcell_test.go')
-rw-r--r--src/tui/tcell_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tui/tcell_test.go b/src/tui/tcell_test.go
index 96ea7ed3..0d50bb76 100644
--- a/src/tui/tcell_test.go
+++ b/src/tui/tcell_test.go
@@ -5,7 +5,7 @@ package tui
import (
"testing"
- "github.com/gdamore/tcell"
+ "github.com/gdamore/tcell/v2"
"github.com/junegunn/fzf/src/util"
)