moby--moby/vendor/github.com/Nvveen/Gotty
Ian Campbell b7ced33036 Revendor github.com/Nvveen/Gotty for github.com/Nvveen/Gotty#2
This fixes https://github.com/docker/docker/issues/32400

We were already actually vendoring from github.com/ijc25/Gotty in order to
pickup github.com/Nvveen/Gotty#1. github.com/ijc25/Gotty#master now contains
merges of both of those upstream PRs.

Signed-off-by: Ian Campbell <ian.campbell@docker.com>
2017-04-06 12:19:32 +01:00
..
LICENSE
README
attributes.go
gotty.go Revendor github.com/Nvveen/Gotty for github.com/Nvveen/Gotty#2 2017-04-06 12:19:32 +01:00
parser.go
types.go

README

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.