Files
linuxkit/vendor/github.com/Azure/go-ansiterm/context.go
Justin Cormack 5a226337a9 Update vendoring for Windows support
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-05-15 17:32:10 +01:00

8 lines
104 B
Go

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