Files
woodpecker/vendor/github.com/Azure/go-ansiterm/context.go
6543 112d227433 Use go's vendoring (#284) (#415)
* use vendoring

* add tools.go
2021-10-08 12:41:28 +02:00

8 lines
104 B
Go

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