Fullscreen mode via altscreen + fullscreen example

This commit is contained in:
Christian Rocha
2020-01-17 15:37:04 -05:00
parent c1b4d6a515
commit 4f42c502ed
4 changed files with 78 additions and 17 deletions

2
go.mod
View File

@@ -5,5 +5,5 @@ go 1.13
require (
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942
github.com/tj/go-terminput v1.0.0
golang.org/x/sys v0.0.0-20190626150813-e07cf5db2756 // indirect
)