summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Kelley <michael.a.kelley@gmail.com>2020-09-01 21:47:13 -0700
committerGitHub <noreply@github.com>2020-09-02 13:47:13 +0900
commitae15eda5467543bdab178d5bcf56eb301a870ec7 (patch)
tree0e4c371cfeaf3846494f46cb8723297bb348cf16 /go.mod
parentf2d44ab5a793906457f3d3384f09af085096138d (diff)
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
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 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