From 4bef330ce15d3ae80959415c24aba4700f5cbe35 Mon Sep 17 00:00:00 2001 From: Emil Vanherp Date: Sat, 20 Aug 2022 23:23:03 +0200 Subject: Add support for ANSI strike-through (#2932) Close #2932 Co-authored-by: Emil Vanherp --- src/tui/tcell_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tui/tcell_test.go') 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" ) -- cgit v1.2.3