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

8 lines
104 B
Go
Raw Normal View History

2016-06-09 15:44:24 +00:00
package ansiterm
type ansiContext struct {
currentChar byte
paramBuffer []byte
interBuffer []byte
}