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 pkg/jsonmessage: Use terminfo rather than open coding ANSI escape codes 2016-11-11 11:40:53 +00:00
README rerun vndr 2017-03-08 02:29:34 +00:00
attributes.go pkg/jsonmessage: Use terminfo rather than open coding ANSI escape codes 2016-11-11 11:40:53 +00:00
gotty.go Revendor github.com/Nvveen/Gotty for github.com/Nvveen/Gotty#2 2017-04-06 12:19:32 +01:00
parser.go pkg/jsonmessage: Use terminfo rather than open coding ANSI escape codes 2016-11-11 11:40:53 +00:00
types.go pkg/jsonmessage: Use terminfo rather than open coding ANSI escape codes 2016-11-11 11:40:53 +00:00

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.