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

8 lines
104 B
Go
Raw Normal View History

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