Update tcell

This update includes a fix for screen flashing on Windows.

Fixes #1447
This commit is contained in:
Zachary Yedidia
2020-01-01 17:57:16 -05:00
parent ebf6d69f26
commit aadf5b40ec
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -14,7 +14,7 @@ require (
github.com/zyedidia/clipboard v0.0.0-20190823154308-241f98e9b197
github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3
github.com/zyedidia/pty v2.0.0+incompatible // indirect
github.com/zyedidia/tcell v0.0.0-20200101222545-d7fefa9a8f8f
github.com/zyedidia/tcell v0.0.0-20200101225637-d4acd77a1e91
github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415
golang.org/x/text v0.3.2
gopkg.in/yaml.v2 v2.2.7