traefik/vendor/github.com/Azure/go-ansiterm/context.go

8 lines
104 B
Go
Raw Normal View History

2017-02-07 21:33:23 +00:00
package ansiterm
type ansiContext struct {
currentChar byte
paramBuffer []byte
interBuffer []byte
}