From ae15eda5467543bdab178d5bcf56eb301a870ec7 Mon Sep 17 00:00:00 2001 From: Michael Kelley Date: Tue, 1 Sep 2020 21:47:13 -0700 Subject: Add truecolor support for Windows, if available (#2156) - Update to latest tcell which has 24 bit Windows support - light renderer under Windows defaults to Dark256, if possible - Respect TCELL_TRUECOLOR - Remove tcell 1.3 references --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index c2e79aa8..89fdebf0 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/junegunn/fzf require ( - github.com/gdamore/tcell v1.3.0 + github.com/gdamore/tcell v1.4.0 github.com/lucasb-eyer/go-colorful v1.0.3 // indirect github.com/mattn/go-isatty v0.0.12 github.com/mattn/go-runewidth v0.0.8 -- cgit v1.2.3