convox/vendor/github.com/ijc/Gotty
David Dollar 473a4937f3
init
2019-08-16 15:49:19 -04:00
..
attributes.go init 2019-08-16 15:49:19 -04:00
gotty.go init 2019-08-16 15:49:19 -04:00
LICENSE init 2019-08-16 15:49:19 -04:00
parser.go init 2019-08-16 15:49:19 -04:00
README init 2019-08-16 15:49:19 -04:00
TODO init 2019-08-16 15:49:19 -04:00
types.go init 2019-08-16 15:49:19 -04:00

Gotty is a library written in Go that determines and reads termcap database
files to produce an interface for interacting with the capabilities of a
terminal.
See the godoc documentation or the source code for more information about
function usage.