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

8 lines
104 B
Go
Raw Normal View History

2017-01-20 16:59:14 +01:00
package ansiterm
type ansiContext struct {
currentChar byte
paramBuffer []byte
interBuffer []byte
}