opentofu/vendor/github.com/Azure/go-ansiterm/context.go
2017-01-20 10:59:14 -05:00

8 lines
104 B
Go

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