Bump termenv with fix for redraws on mosh, konsole

This commit is contained in:
Christian Rocha
2020-04-30 19:29:59 -04:00
parent f57e384548
commit 39ec5b5233
4 changed files with 11 additions and 11 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/charmbracelet/tea
go 1.13
require (
github.com/muesli/termenv v0.5.0
github.com/muesli/termenv v0.5.2
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
golang.org/x/sys v0.0.0-20200430202703-d923437fa56d // indirect
)