Add support for ANSI strike-through (#2932)

Close #2932

Co-authored-by: Emil Vanherp <emil@vanherp.me>
This commit is contained in:
Emil Vanherp
2022-08-20 23:23:03 +02:00
committed by Junegunn Choi
parent 8a5f719964
commit 4bef330ce1
10 changed files with 57 additions and 29 deletions

2
go.mod
View File

@@ -1,7 +1,7 @@
module github.com/junegunn/fzf
require (
github.com/gdamore/tcell v1.4.0
github.com/gdamore/tcell/v2 v2.5.3
github.com/mattn/go-isatty v0.0.14
github.com/mattn/go-runewidth v0.0.13
github.com/mattn/go-shellwords v1.0.12