Files
linuxkit/vendor/github.com/Azure/go-ansiterm/context.go
Justin Cormack 4751d70b18 Update vendoring and fix Windows build
We were missing one repo needed for Windows; but we have also not deleted
a bunch of vendored code that we are no longer using.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-05-15 17:43:04 +01:00

8 lines
104 B
Go

package ansiterm
type ansiContext struct {
currentChar byte
paramBuffer []byte
interBuffer []byte
}